-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 613e2c8
Showing
100 changed files
with
9,690 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Build generated | ||
build/ | ||
DerivedData/ | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
## Other | ||
*.moved-aside | ||
*.xcuserstate | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
|
||
## Playgrounds | ||
timeline.xctimeline | ||
playground.xcworkspace | ||
|
||
## Swift Package Manager | ||
.DS_Store | ||
/.build | ||
/Packages | ||
|
||
## CocoaPods | ||
Pods/ | ||
|
||
## Carthage | ||
Carthage/Checkouts | ||
Carthage/Build | ||
|
||
## Bundler | ||
.bundle | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
language: objective-c | ||
osx_image: xcode8 | ||
cache: | ||
directories: | ||
- Lib/vendor/bundle | ||
before_install: | ||
- brew update | ||
- brew outdated carthage || brew upgrade carthage | ||
install: | ||
- "(cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)" | ||
script: | ||
- "bundle exec rake test:iphonesimulator coverage:coveralls" | ||
branches: | ||
only: | ||
- master | ||
env: | ||
global: | ||
- LANG=en_US.UTF-8 | ||
- LC_ALL=en_US.UTF-8 |
Oops, something went wrong.