Skip to content

Commit

Permalink
Merge branch 'travis' into swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Jan 26, 2015
2 parents eb31581 + f5fcc11 commit 14ab137
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcode
#
build/
# * build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand Down Expand Up @@ -31,3 +31,6 @@ DerivedData
# Carthage/Checkouts

Carthage/Build

# *Travis cannot `carthage bootstrap` because of code signing issues, so for now include the iOS builds
!Carthage/Build/iOS
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: objective-c

xcode_workspace: onetimepassword.xcworkspace
xcode_scheme: OneTimePassword

xcode_sdk:
- iphonesimulator8.1

script: xcodebuild -workspace onetimepassword.xcworkspace -scheme OneTimePassword -sdk iphonesimulator8.1 build test
Binary file added Carthage/Build/iOS/Base32.framework/Base32
Binary file not shown.
19 changes: 19 additions & 0 deletions Carthage/Build/iOS/Base32.framework/Headers/Base32.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions Carthage/Build/iOS/Base32.framework/Headers/MF_Base32Additions.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Carthage/Build/iOS/Base32.framework/Info.plist
Binary file not shown.
6 changes: 6 additions & 0 deletions Carthage/Build/iOS/Base32.framework/Modules/module.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

135 changes: 135 additions & 0 deletions Carthage/Build/iOS/Base32.framework/_CodeSignature/CodeResources

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14ab137

Please sign in to comment.