-
Notifications
You must be signed in to change notification settings - Fork 0
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 6d13da0
Showing
236 changed files
with
12,164 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,32 @@ | ||
# OS X | ||
.DS_Store | ||
|
||
# Xcode | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
profile | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.ipa | ||
|
||
# Bundler | ||
.bundle | ||
|
||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control | ||
# | ||
# Note: if you ignore the Pods directory, make sure to uncomment | ||
# `pod install` in .travis.yml | ||
# | ||
# Pods/ |
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,12 @@ | ||
# references: | ||
# * http://www.objc.io/issue-6/travis-ci.html | ||
# * https://github.com/supermarin/xcpretty#usage | ||
|
||
language: objective-c | ||
# cache: cocoapods | ||
# podfile: Example/Podfile | ||
# before_install: cd Example && pod install && cd - | ||
install: | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
script: | ||
- set -o pipefail && xcodebuild test -workspace Example/YMBarbwire.xcworkspace -scheme YMBarbwire -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c |
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,12 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
target 'YMBarbwire', :exclusive => true do | ||
pod "YMBarbwire", :path => "../" | ||
end | ||
|
||
target 'Tests', :exclusive => true do | ||
pod "YMBarbwire", :path => "../" | ||
|
||
pod 'Specta', '~> 0.2.1' | ||
pod 'Expecta' | ||
end |
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,31 @@ | ||
PODS: | ||
- Expecta (0.3.1) | ||
- Specta (0.2.1) | ||
- YMBarbwire (0.0.1): | ||
- YMBarbwire/asm (= 0.0.1) | ||
- YMBarbwire/categories (= 0.0.1) | ||
- YMBarbwire/core (= 0.0.1) | ||
- YMBarbwire/no-arc (= 0.0.1) | ||
- YMBarbwire/asm (0.0.1) | ||
- YMBarbwire/categories (0.0.1): | ||
- YMBarbwire/core | ||
- YMBarbwire/core (0.0.1): | ||
- YMBarbwire/asm | ||
- YMBarbwire/no-arc | ||
- YMBarbwire/no-arc (0.0.1) | ||
|
||
DEPENDENCIES: | ||
- Expecta | ||
- Specta (~> 0.2.1) | ||
- YMBarbwire (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
YMBarbwire: | ||
:path: ../ | ||
|
||
SPEC CHECKSUMS: | ||
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d | ||
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a | ||
YMBarbwire: 113e6db23d34b04a60751dcc6d800734d6c9b52e | ||
|
||
COCOAPODS: 0.35.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.