Skip to content

Instantly share code, notes, and snippets.

View oriolblanc's full-sized avatar
🖖

Oriol Blanc oriolblanc

🖖
View GitHub Profile
@MariusBudin-zz
MariusBudin-zz / RxBoolean.java
Created September 1, 2015 09:57
Some simple Rx bindings on primitives based on android.databinding library. This allows you to apply, maps, filters and all the goodies in rxJava/rxAndroid on simple primitive data observers.
import android.databinding.ObservableBoolean;
import rx.Observable;
import rx.subjects.BehaviorSubject;
/**
* Created by marius on 31/8/15.
*
* @music Antonia Font - Me sobren paraules
*/
@lukeredpath
lukeredpath / .travis.yml
Created July 30, 2014 11:40
My Travis CI iOS deployment/build setup
language: objective-c
rvm: 2.1.1
install: bundle
before_script: ./script/add-key.sh
after_script: ./script/remove-key.sh
script: ./script/travis.sh
env:
@johanneswuerbach
johanneswuerbach / .travis.yml
Last active May 14, 2024 03:50
Deploy an iOS app to testflight using Travis CI
---
language: objective-c
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh
env:
global: