Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ca-archived/iOS-NBUImagePicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: ca-archived/iOS-NBUImagePicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 1,037 changed files with 21,084 additions and 29,822 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

osx_image: xcode9.0
language: objective-c

before_install:
- gem install cocoapods --pre --quiet
- gem install cocoapods
- pod --version
- pod setup --silent
- pod repo update --silent

script:
- pod lib lint
- pod lib lint --allow-warnings # Prevent GPUImage warnings from breaking lint
- cd Demo
- pod update
- xctool -workspace PickerDemo.xcworkspace -scheme 'PickerDemo' -configuration Release -sdk iphonesimulator -arch i386 build
Loading