From 361b2688bbbd02b7297a9b5af39e896a86c1f482 Mon Sep 17 00:00:00 2001 From: Jonathan Hersh Date: Mon, 16 Feb 2015 11:16:58 -0800 Subject: [PATCH] Bump 0.2.0 --- .travis.yml | 4 ++-- .../JazzHandsDemo.xcodeproj/project.pbxproj | 0 .../xcshareddata/xcschemes/JazzHandsDemo.xcscheme | 0 .../JazzHandsDemo/IFTTTJazzHandsAppDelegate.h | 0 .../JazzHandsDemo/IFTTTJazzHandsAppDelegate.m | 0 .../JazzHandsDemo/IFTTTJazzHandsViewController.h | 0 .../JazzHandsDemo/IFTTTJazzHandsViewController.m | 0 .../AppIcon.appiconset/Contents.json | 0 .../Images.xcassets/IFTTT.imageset/Contents.json | 0 .../Images.xcassets/IFTTT.imageset/IFTTT.png | Bin .../Images.xcassets/IFTTT.imageset/IFTTT@2x.png | Bin .../LaunchImage.launchimage/Contents.json | 0 .../Unicorn.imageset/404_unicorn.png | Bin .../Unicorn.imageset/404_unicorn@2x.png | Bin .../Images.xcassets/Unicorn.imageset/Contents.json | 0 .../JazzHandsDemo/JazzHandsDemo-Info.plist | 0 .../JazzHandsDemo/JazzHandsDemo-Prefix.pch | 0 .../JazzHandsDemo/en.lproj/InfoPlist.strings | 0 {JazzHandsDemo => Example}/JazzHandsDemo/main.m | 0 .../JazzHandsTests/JazzHandsTests-Info.plist | 0 .../JazzHandsTests/JazzHandsTests.m | 0 .../JazzHandsTests/testFirstPageSnapshot@2x.png | Bin .../JazzHandsTests/testInitialScreenSnapshot@2x.png | Bin .../JazzHandsTests/testSecondPageSnapshot@2x.png | Bin .../JazzHandsTests/testThirdPageSnapshot@2x.png | Bin .../JazzHandsTests/en.lproj/InfoPlist.strings | 0 {JazzHandsDemo => Example}/Podfile | 0 {JazzHandsDemo => Example}/Podfile.lock | 0 .../project.xcworkspace/contents.xcworkspacedata | 7 ------- .../contents.xcworkspacedata | 1 - 30 files changed, 2 insertions(+), 10 deletions(-) rename {JazzHandsDemo => Example}/JazzHandsDemo.xcodeproj/project.pbxproj (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo.xcodeproj/xcshareddata/xcschemes/JazzHandsDemo.xcscheme (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/IFTTTJazzHandsAppDelegate.h (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/IFTTTJazzHandsAppDelegate.m (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/IFTTTJazzHandsViewController.h (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/IFTTTJazzHandsViewController.m (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/IFTTT.imageset/Contents.json (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT.png (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/LaunchImage.launchimage/Contents.json (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn.png (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/Images.xcassets/Unicorn.imageset/Contents.json (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/JazzHandsDemo-Info.plist (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/JazzHandsDemo-Prefix.pch (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/en.lproj/InfoPlist.strings (100%) rename {JazzHandsDemo => Example}/JazzHandsDemo/main.m (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/JazzHandsTests-Info.plist (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/JazzHandsTests.m (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/ReferenceImages/JazzHandsTests/testFirstPageSnapshot@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/ReferenceImages/JazzHandsTests/testInitialScreenSnapshot@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/ReferenceImages/JazzHandsTests/testSecondPageSnapshot@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/ReferenceImages/JazzHandsTests/testThirdPageSnapshot@2x.png (100%) rename {JazzHandsDemo => Example}/JazzHandsTests/en.lproj/InfoPlist.strings (100%) rename {JazzHandsDemo => Example}/Podfile (100%) rename {JazzHandsDemo => Example}/Podfile.lock (100%) delete mode 100644 JazzHandsDemo/JazzHandsDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 JazzHandsDemo/JazzHandsDemo.xcworkspace/contents.xcworkspacedata diff --git a/.travis.yml b/.travis.yml index b6040c2..7398bd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ osx_image: xcode611 language: objective-c before_install: gem install cocoapods xcpretty obcd -N cache: cocoapods -podfile: JazzHandsDemo/Podfile +podfile: Example/Podfile env: - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 script: -- set -o pipefail && xcodebuild -workspace JazzHandsDemo/JazzHandsDemo.xcworkspace +- set -o pipefail && xcodebuild -workspace Example/JazzHandsDemo.xcworkspace -scheme JazzHandsDemo -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c - pod lib lint --quick diff --git a/JazzHandsDemo/JazzHandsDemo.xcodeproj/project.pbxproj b/Example/JazzHandsDemo.xcodeproj/project.pbxproj similarity index 100% rename from JazzHandsDemo/JazzHandsDemo.xcodeproj/project.pbxproj rename to Example/JazzHandsDemo.xcodeproj/project.pbxproj diff --git a/JazzHandsDemo/JazzHandsDemo.xcodeproj/xcshareddata/xcschemes/JazzHandsDemo.xcscheme b/Example/JazzHandsDemo.xcodeproj/xcshareddata/xcschemes/JazzHandsDemo.xcscheme similarity index 100% rename from JazzHandsDemo/JazzHandsDemo.xcodeproj/xcshareddata/xcschemes/JazzHandsDemo.xcscheme rename to Example/JazzHandsDemo.xcodeproj/xcshareddata/xcschemes/JazzHandsDemo.xcscheme diff --git a/JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsAppDelegate.h b/Example/JazzHandsDemo/IFTTTJazzHandsAppDelegate.h similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsAppDelegate.h rename to Example/JazzHandsDemo/IFTTTJazzHandsAppDelegate.h diff --git a/JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsAppDelegate.m b/Example/JazzHandsDemo/IFTTTJazzHandsAppDelegate.m similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsAppDelegate.m rename to Example/JazzHandsDemo/IFTTTJazzHandsAppDelegate.m diff --git a/JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsViewController.h b/Example/JazzHandsDemo/IFTTTJazzHandsViewController.h similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsViewController.h rename to Example/JazzHandsDemo/IFTTTJazzHandsViewController.h diff --git a/JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsViewController.m b/Example/JazzHandsDemo/IFTTTJazzHandsViewController.m similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/IFTTTJazzHandsViewController.m rename to Example/JazzHandsDemo/IFTTTJazzHandsViewController.m diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/JazzHandsDemo/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/AppIcon.appiconset/Contents.json rename to Example/JazzHandsDemo/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/Contents.json b/Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/Contents.json similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/Contents.json rename to Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/Contents.json diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT.png b/Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT.png similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT.png rename to Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT.png diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT@2x.png b/Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT@2x.png rename to Example/JazzHandsDemo/Images.xcassets/IFTTT.imageset/IFTTT@2x.png diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/Example/JazzHandsDemo/Images.xcassets/LaunchImage.launchimage/Contents.json similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/LaunchImage.launchimage/Contents.json rename to Example/JazzHandsDemo/Images.xcassets/LaunchImage.launchimage/Contents.json diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn.png b/Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn.png similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn.png rename to Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn.png diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn@2x.png b/Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn@2x.png rename to Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/404_unicorn@2x.png diff --git a/JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/Contents.json b/Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/Contents.json similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/Images.xcassets/Unicorn.imageset/Contents.json rename to Example/JazzHandsDemo/Images.xcassets/Unicorn.imageset/Contents.json diff --git a/JazzHandsDemo/JazzHandsDemo/JazzHandsDemo-Info.plist b/Example/JazzHandsDemo/JazzHandsDemo-Info.plist similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/JazzHandsDemo-Info.plist rename to Example/JazzHandsDemo/JazzHandsDemo-Info.plist diff --git a/JazzHandsDemo/JazzHandsDemo/JazzHandsDemo-Prefix.pch b/Example/JazzHandsDemo/JazzHandsDemo-Prefix.pch similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/JazzHandsDemo-Prefix.pch rename to Example/JazzHandsDemo/JazzHandsDemo-Prefix.pch diff --git a/JazzHandsDemo/JazzHandsDemo/en.lproj/InfoPlist.strings b/Example/JazzHandsDemo/en.lproj/InfoPlist.strings similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/en.lproj/InfoPlist.strings rename to Example/JazzHandsDemo/en.lproj/InfoPlist.strings diff --git a/JazzHandsDemo/JazzHandsDemo/main.m b/Example/JazzHandsDemo/main.m similarity index 100% rename from JazzHandsDemo/JazzHandsDemo/main.m rename to Example/JazzHandsDemo/main.m diff --git a/JazzHandsDemo/JazzHandsTests/JazzHandsTests-Info.plist b/Example/JazzHandsTests/JazzHandsTests-Info.plist similarity index 100% rename from JazzHandsDemo/JazzHandsTests/JazzHandsTests-Info.plist rename to Example/JazzHandsTests/JazzHandsTests-Info.plist diff --git a/JazzHandsDemo/JazzHandsTests/JazzHandsTests.m b/Example/JazzHandsTests/JazzHandsTests.m similarity index 100% rename from JazzHandsDemo/JazzHandsTests/JazzHandsTests.m rename to Example/JazzHandsTests/JazzHandsTests.m diff --git a/JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testFirstPageSnapshot@2x.png b/Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testFirstPageSnapshot@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testFirstPageSnapshot@2x.png rename to Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testFirstPageSnapshot@2x.png diff --git a/JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testInitialScreenSnapshot@2x.png b/Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testInitialScreenSnapshot@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testInitialScreenSnapshot@2x.png rename to Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testInitialScreenSnapshot@2x.png diff --git a/JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testSecondPageSnapshot@2x.png b/Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testSecondPageSnapshot@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testSecondPageSnapshot@2x.png rename to Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testSecondPageSnapshot@2x.png diff --git a/JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testThirdPageSnapshot@2x.png b/Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testThirdPageSnapshot@2x.png similarity index 100% rename from JazzHandsDemo/JazzHandsTests/ReferenceImages/JazzHandsTests/testThirdPageSnapshot@2x.png rename to Example/JazzHandsTests/ReferenceImages/JazzHandsTests/testThirdPageSnapshot@2x.png diff --git a/JazzHandsDemo/JazzHandsTests/en.lproj/InfoPlist.strings b/Example/JazzHandsTests/en.lproj/InfoPlist.strings similarity index 100% rename from JazzHandsDemo/JazzHandsTests/en.lproj/InfoPlist.strings rename to Example/JazzHandsTests/en.lproj/InfoPlist.strings diff --git a/JazzHandsDemo/Podfile b/Example/Podfile similarity index 100% rename from JazzHandsDemo/Podfile rename to Example/Podfile diff --git a/JazzHandsDemo/Podfile.lock b/Example/Podfile.lock similarity index 100% rename from JazzHandsDemo/Podfile.lock rename to Example/Podfile.lock diff --git a/JazzHandsDemo/JazzHandsDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/JazzHandsDemo/JazzHandsDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8c91fe7..0000000 --- a/JazzHandsDemo/JazzHandsDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/JazzHandsDemo/JazzHandsDemo.xcworkspace/contents.xcworkspacedata b/JazzHandsDemo/JazzHandsDemo.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 36fbc60..0000000 --- a/JazzHandsDemo/JazzHandsDemo.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file