Skip to content

Commit

Permalink
Merge pull request #3 from IFTTT/nibs
Browse files Browse the repository at this point in the history
Added support for nib-based launch screens!
  • Loading branch information
jhersh committed Feb 18, 2015
2 parents bb5a8d2 + 0b2c69a commit 8410d29
Show file tree
Hide file tree
Showing 110 changed files with 4,178 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ profile
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

Pods/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ osx_image: xcode611
language: objective-c
before_install: gem install cocoapods xcpretty obcd -N
cache: cocoapods
podfile: Example/Podfile
podfile: ExampleImage/Podfile
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
script:
- set -o pipefail && xcodebuild -workspace Example/IFTTTLaunchImage.xcworkspace -scheme
- set -o pipefail && xcodebuild -workspace ExampleImage/IFTTTLaunchImage.xcworkspace -scheme
IFTTTLaunchImage -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
clean test | xcpretty -c
- pod lib lint --quick
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Example/Podfile.lock → ExampleImage/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FBSnapshotTestCase (1.5)
- IFTTTLaunchImage (0.3.1)
- IFTTTLaunchImage (0.4.0)

DEPENDENCIES:
- FBSnapshotTestCase
Expand All @@ -12,6 +12,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: e2914fbaabccea1dcc773d6a16b1c24540642488
IFTTTLaunchImage: 059621fbc639d57744f02721e85a0d6fec05d2ec
IFTTTLaunchImage: ab9e6adfce1699a480cae7ccbfda7697502ed871

COCOAPODS: 0.35.0
94 changes: 94 additions & 0 deletions ExampleImage/Pods/FBSnapshotTestCase/FBSnapshotTestCase.h

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

92 changes: 92 additions & 0 deletions ExampleImage/Pods/FBSnapshotTestCase/FBSnapshotTestCase.m

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

157 changes: 157 additions & 0 deletions ExampleImage/Pods/FBSnapshotTestCase/FBSnapshotTestController.h

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

0 comments on commit 8410d29

Please sign in to comment.