Skip to content

Commit

Permalink
Merge pull request auth0#8 from auth0/chore-use-submodules
Browse files Browse the repository at this point in the history
Carthage with submodules
  • Loading branch information
hzalaz committed Jul 25, 2015
2 parents 7a4a067 + 322e568 commit a81a1bc
Show file tree
Hide file tree
Showing 75 changed files with 395 additions and 2,866 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ DerivedData

Pods/
Carthage/
!Carthage/Build
!Carthage/Checkouts
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "Carthage/Checkouts/Quick"]
path = Carthage/Checkouts/Quick
url = https://github.com/Quick/Quick.git
[submodule "Carthage/Checkouts/Nimble"]
path = Carthage/Checkouts/Nimble
url = https://github.com/Quick/Nimble.git
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
reference: http://www.objc.io/issue-6/travis-ci.html
language: objective-c
osx_image: beta-xcode6.3
cache:
- bundler
before_install:
- gem install xcpretty --no-ri --no-rdoc
script:
- xcodebuild -project JWTDecode.xcodeproj -scheme JWTDecode-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c ; exit ${PIPESTATUS[0]}
osx_image: xcode6.4
before_install: true
install: true
git:
submodules: false
script: script/cibuild
branches:
only:
- master
Expand Down
1 change: 0 additions & 1 deletion Carthage/Build/Mac/Nimble.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Build/Mac/Nimble.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Build/Mac/Nimble.framework/Nimble

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Build/Mac/Nimble.framework/Resources

This file was deleted.

120 changes: 0 additions & 120 deletions Carthage/Build/Mac/Nimble.framework/Versions/A/Headers/DSL.h

This file was deleted.

This file was deleted.

Loading

0 comments on commit a81a1bc

Please sign in to comment.