From 23cd007c5e9b73c08cceceae7dfb01b263de3c7f Mon Sep 17 00:00:00 2001 From: Yari Date: Tue, 2 Feb 2016 08:27:43 +0100 Subject: [PATCH] Update project structure to support CocoaPods. --- BWWalkthrough.podspec | 19 + .../project.pbxproj | 372 --------- .../BWWalkthroughExample.xccheckout | 53 -- .../xcdebugger/Breakpoints_v2.xcbkptlist | 5 - .../xcschemes/xcschememanagement.plist | 27 - .../BWWalkthrough.xcodeproj/project.pbxproj | 584 +++++++++++++ .../contents.xcworkspacedata | 2 +- .../xcschemes/BWWalkthrough-Example.xcscheme | 67 +- .../contents.xcworkspacedata | 10 + .../BWWalkthrough}/AppDelegate.swift | 8 +- .../BWWalkthrough/Base.lproj/LaunchScreen.xib | 41 + .../CustomPageViewController.swift | 1 + .../AppIcon.appiconset/Contents.json | 2 +- .../Images.xcassets/Contents.json | 6 + .../Images.xcassets/bg.imageset/Contents.json | 21 + .../Images.xcassets/bg.imageset}/bg@2x.jpg | Bin .../cloud1.imageset/Contents.json | 21 + .../cloud1.imageset}/cloud1@2x.png | Bin .../cloud3.imageset/Contents.json | 21 + .../cloud3.imageset}/cloud3@2x.png | Bin .../iPhone.imageset/Contents.json | 21 + .../iPhone.imageset}/iPhone@2x.png | Bin .../iPhoneScreen.imageset/Contents.json | 21 + .../iPhoneScreen@2x.png | Bin .../img3.imageset/Contents.json | 21 + .../img3.imageset}/img3@2x.png | Bin .../leftarrow.imageset/Contents.json | 21 + .../leftarrow.imageset}/leftarrow@2x.png | Bin .../rightarrow.imageset/Contents.json | 21 + .../rightarrow.imageset}/rightarrow@2x.png | Bin .../BWWalkthrough}/Info.plist | 12 +- .../BWWalkthrough}/Main.storyboard | 9 +- .../BWWalkthrough}/ViewController.swift | 5 +- .../BWWalkthrough}/Walkthrough.storyboard | 27 +- Example/Podfile | 12 + Example/Podfile.lock | 14 + ...alkthrough-BWWalkthrough-Bridging-Header.h | 1 + .../Local Podspecs/BWWalkthrough.podspec.json | 26 + Example/Pods/Manifest.lock | 14 + Example/Pods/Pods.xcodeproj/project.pbxproj | 788 ++++++++++++++++++ .../xcschemes/BWWalkthrough.xcscheme | 60 ++ .../BWWalkthrough/BWWalkthrough-dummy.m | 5 + .../BWWalkthrough/BWWalkthrough-prefix.pch | 4 + .../BWWalkthrough/BWWalkthrough-umbrella.h | 7 + .../BWWalkthrough/BWWalkthrough.modulemap | 6 + .../BWWalkthrough/BWWalkthrough.xcconfig | 5 + .../BWWalkthrough/Info.plist | 26 + .../Pods-BWWalkthrough_Example/Info.plist | 26 + ...kthrough_Example-acknowledgements.markdown | 26 + ...Walkthrough_Example-acknowledgements.plist | 56 ++ .../Pods-BWWalkthrough_Example-dummy.m | 5 + .../Pods-BWWalkthrough_Example-frameworks.sh | 91 ++ .../Pods-BWWalkthrough_Example-resources.sh | 95 +++ .../Pods-BWWalkthrough_Example-umbrella.h | 6 + .../Pods-BWWalkthrough_Example.debug.xcconfig | 8 + .../Pods-BWWalkthrough_Example.modulemap | 6 + ...ods-BWWalkthrough_Example.release.xcconfig | 8 + .../Pods-BWWalkthrough_Tests/Info.plist | 26 + ...alkthrough_Tests-acknowledgements.markdown | 26 + ...BWWalkthrough_Tests-acknowledgements.plist | 56 ++ .../Pods-BWWalkthrough_Tests-dummy.m | 5 + .../Pods-BWWalkthrough_Tests-frameworks.sh | 91 ++ .../Pods-BWWalkthrough_Tests-resources.sh | 95 +++ .../Pods-BWWalkthrough_Tests-umbrella.h | 6 + .../Pods-BWWalkthrough_Tests.debug.xcconfig | 8 + .../Pods-BWWalkthrough_Tests.modulemap | 6 + .../Pods-BWWalkthrough_Tests.release.xcconfig | 8 + Example/Tests/Info.plist | 24 + Example/Tests/Tests.swift | 24 + License.txt => LICENSE | 12 +- Pod/Assets/.gitkeep | 0 Pod/Classes/.gitkeep | 0 ...alkthrough-BWWalkthrough-Bridging-Header.h | 4 + .../BWWalkthroughPageViewController.swift | 8 +- .../BWWalkthroughViewController.swift | 48 +- README.md | 18 +- _Pods.xcodeproj | 1 + 77 files changed, 2624 insertions(+), 555 deletions(-) create mode 100644 BWWalkthrough.podspec delete mode 100644 BWWalkthroughExample.xcodeproj/project.pbxproj delete mode 100644 BWWalkthroughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout delete mode 100644 BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Example/BWWalkthrough.xcodeproj/project.pbxproj rename {BWWalkthroughExample.xcodeproj => Example/BWWalkthrough.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (66%) rename BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/BWWalkthroughExample.xcscheme => Example/BWWalkthrough.xcodeproj/xcshareddata/xcschemes/BWWalkthrough-Example.xcscheme (59%) create mode 100644 Example/BWWalkthrough.xcworkspace/contents.xcworkspacedata rename {BWWalkthroughExample => Example/BWWalkthrough}/AppDelegate.swift (90%) create mode 100644 Example/BWWalkthrough/Base.lproj/LaunchScreen.xib rename {BWWalkthroughExample => Example/BWWalkthrough}/CustomPageViewController.swift (98%) rename {BWWalkthroughExample => Example/BWWalkthrough}/Images.xcassets/AppIcon.appiconset/Contents.json (99%) create mode 100644 Example/BWWalkthrough/Images.xcassets/Contents.json create mode 100644 Example/BWWalkthrough/Images.xcassets/bg.imageset/Contents.json rename {BWWalkthroughExample => Example/BWWalkthrough/Images.xcassets/bg.imageset}/bg@2x.jpg (100%) create mode 100644 Example/BWWalkthrough/Images.xcassets/cloud1.imageset/Contents.json rename {BWWalkthroughExample/tiles => Example/BWWalkthrough/Images.xcassets/cloud1.imageset}/cloud1@2x.png (100%) mode change 100755 => 100644 create mode 100644 Example/BWWalkthrough/Images.xcassets/cloud3.imageset/Contents.json rename {BWWalkthroughExample/tiles => Example/BWWalkthrough/Images.xcassets/cloud3.imageset}/cloud3@2x.png (100%) mode change 100755 => 100644 create mode 100644 Example/BWWalkthrough/Images.xcassets/iPhone.imageset/Contents.json rename {BWWalkthroughExample => Example/BWWalkthrough/Images.xcassets/iPhone.imageset}/iPhone@2x.png (100%) create mode 100644 Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/Contents.json rename {BWWalkthroughExample/tiles => Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset}/iPhoneScreen@2x.png (100%) create mode 100644 Example/BWWalkthrough/Images.xcassets/img3.imageset/Contents.json rename {BWWalkthroughExample => Example/BWWalkthrough/Images.xcassets/img3.imageset}/img3@2x.png (100%) create mode 100644 Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/Contents.json rename {BWWalkthroughExample => Example/BWWalkthrough/Images.xcassets/leftarrow.imageset}/leftarrow@2x.png (100%) create mode 100644 Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/Contents.json rename {BWWalkthroughExample => Example/BWWalkthrough/Images.xcassets/rightarrow.imageset}/rightarrow@2x.png (100%) rename {BWWalkthroughExample => Example/BWWalkthrough}/Info.plist (85%) rename {BWWalkthroughExample/Base.lproj => Example/BWWalkthrough}/Main.storyboard (89%) rename {BWWalkthroughExample => Example/BWWalkthrough}/ViewController.swift (98%) rename {BWWalkthroughExample/Base.lproj => Example/BWWalkthrough}/Walkthrough.storyboard (97%) create mode 100644 Example/Podfile create mode 100644 Example/Podfile.lock create mode 120000 Example/Pods/Headers/Private/BWWalkthrough/BWWalkthrough-BWWalkthrough-Bridging-Header.h create mode 100644 Example/Pods/Local Podspecs/BWWalkthrough.podspec.json create mode 100644 Example/Pods/Manifest.lock create mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/BWWalkthrough.xcscheme create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/BWWalkthrough-dummy.m create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/BWWalkthrough-prefix.pch create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/BWWalkthrough-umbrella.h create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/BWWalkthrough.modulemap create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/BWWalkthrough.xcconfig create mode 100644 Example/Pods/Target Support Files/BWWalkthrough/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example.release.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests.release.xcconfig create mode 100644 Example/Tests/Info.plist create mode 100644 Example/Tests/Tests.swift rename License.txt => LICENSE (85%) create mode 100644 Pod/Assets/.gitkeep create mode 100644 Pod/Classes/.gitkeep create mode 100644 Pod/Classes/BWWalkthrough-BWWalkthrough-Bridging-Header.h rename {BWWalkthrough => Pod/Classes}/BWWalkthroughPageViewController.swift (96%) rename {BWWalkthrough => Pod/Classes}/BWWalkthroughViewController.swift (86%) create mode 120000 _Pods.xcodeproj diff --git a/BWWalkthrough.podspec b/BWWalkthrough.podspec new file mode 100644 index 0000000..11441fc --- /dev/null +++ b/BWWalkthrough.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "BWWalkthrough" + s.version = "1.1.0" + s.summary = "Generate custom walkthroughs for your apps." + s.description = "BWWalkthrough (BWWT) is a class that helps you create Walkthroughs for your iOS Apps. It differs from other similar classes in that there is no rigid template; rigid template; BWWT is just a layer placed over your controllers that gives you complete freedom on the design of your views" + s.homepage = "https://github.com/ariok/BWWalkthrough" + s.license = 'MIT' + s.author = { "Yari D\'areglia" => "dareglia@gmail.com" } + s.source = { :git => "https://github.com/ariok/BWWalkthrough.git", :tag => s.version.to_s } + s.social_media_url = 'https://twitter.com/bitwaker' + s.platform = :ios, '8.0' + s.requires_arc = true + + s.source_files = 'Pod/Classes/**/*' + s.resource_bundles = { + 'BWWalkthrough' => ['Pod/Assets/*.png'] + } + s.frameworks = ['Foundation', 'UIKit'] +end diff --git a/BWWalkthroughExample.xcodeproj/project.pbxproj b/BWWalkthroughExample.xcodeproj/project.pbxproj deleted file mode 100644 index 54dbb69..0000000 --- a/BWWalkthroughExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,372 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - DA440EB219CB0942000B275D /* bg@2x.jpg in Resources */ = {isa = PBXBuildFile; fileRef = DA440EB119CB0942000B275D /* bg@2x.jpg */; }; - DA440EB519CB0BE2000B275D /* rightarrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA440EB319CB0BE2000B275D /* rightarrow@2x.png */; }; - DA440EB619CB0BE2000B275D /* leftarrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA440EB419CB0BE2000B275D /* leftarrow@2x.png */; }; - DA440EBC19CB3CB2000B275D /* cloud1@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA440EB819CB3CB2000B275D /* cloud1@2x.png */; }; - DA440EBD19CB3CB2000B275D /* cloud3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA440EB919CB3CB2000B275D /* cloud3@2x.png */; }; - DA512B9419CA37AA001AE404 /* Walkthrough.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DA512B9219CA37AA001AE404 /* Walkthrough.storyboard */; }; - DA512B9B19CA39B7001AE404 /* img3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA512B9A19CA39B7001AE404 /* img3@2x.png */; }; - DA512BA119CA3C29001AE404 /* iPhone@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DA512BA019CA3C29001AE404 /* iPhone@2x.png */; }; - DA512BA319CA4906001AE404 /* CustomPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA512BA219CA4906001AE404 /* CustomPageViewController.swift */; }; - DAC83CE519CA2A9F002D8926 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC83CE419CA2A9F002D8926 /* AppDelegate.swift */; }; - DAC83CE719CA2A9F002D8926 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC83CE619CA2A9F002D8926 /* ViewController.swift */; }; - DAC83CEA19CA2A9F002D8926 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DAC83CE819CA2A9F002D8926 /* Main.storyboard */; }; - DAC83CEC19CA2A9F002D8926 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DAC83CEB19CA2A9F002D8926 /* Images.xcassets */; }; - DAC83D0F19CA3518002D8926 /* BWWalkthroughPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC83D0D19CA3518002D8926 /* BWWalkthroughPageViewController.swift */; }; - DAC83D1019CA3518002D8926 /* BWWalkthroughViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC83D0E19CA3518002D8926 /* BWWalkthroughViewController.swift */; }; - DACF192B19CB9876002BDC52 /* iPhoneScreen@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DACF192A19CB9876002BDC52 /* iPhoneScreen@2x.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - DA440EB119CB0942000B275D /* bg@2x.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "bg@2x.jpg"; sourceTree = ""; }; - DA440EB319CB0BE2000B275D /* rightarrow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "rightarrow@2x.png"; sourceTree = ""; }; - DA440EB419CB0BE2000B275D /* leftarrow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "leftarrow@2x.png"; sourceTree = ""; }; - DA440EB819CB3CB2000B275D /* cloud1@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cloud1@2x.png"; sourceTree = ""; }; - DA440EB919CB3CB2000B275D /* cloud3@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cloud3@2x.png"; sourceTree = ""; }; - DA512B9319CA37AA001AE404 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Walkthrough.storyboard; sourceTree = ""; }; - DA512B9A19CA39B7001AE404 /* img3@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "img3@2x.png"; sourceTree = ""; }; - DA512BA019CA3C29001AE404 /* iPhone@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iPhone@2x.png"; sourceTree = ""; }; - DA512BA219CA4906001AE404 /* CustomPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomPageViewController.swift; sourceTree = ""; }; - DAC83CDF19CA2A9F002D8926 /* BWWalkthroughExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BWWalkthroughExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - DAC83CE319CA2A9F002D8926 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - DAC83CE419CA2A9F002D8926 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - DAC83CE619CA2A9F002D8926 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - DAC83CE919CA2A9F002D8926 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - DAC83CEB19CA2A9F002D8926 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - DAC83D0D19CA3518002D8926 /* BWWalkthroughPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BWWalkthroughPageViewController.swift; sourceTree = ""; }; - DAC83D0E19CA3518002D8926 /* BWWalkthroughViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BWWalkthroughViewController.swift; sourceTree = ""; }; - DACF192A19CB9876002BDC52 /* iPhoneScreen@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iPhoneScreen@2x.png"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - DAC83CDC19CA2A9F002D8926 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - DA440EB719CB3CB2000B275D /* tiles */ = { - isa = PBXGroup; - children = ( - DACF192A19CB9876002BDC52 /* iPhoneScreen@2x.png */, - DA440EB819CB3CB2000B275D /* cloud1@2x.png */, - DA440EB919CB3CB2000B275D /* cloud3@2x.png */, - ); - path = tiles; - sourceTree = ""; - }; - DA512B9519CA3995001AE404 /* assets */ = { - isa = PBXGroup; - children = ( - DA440EB719CB3CB2000B275D /* tiles */, - DA440EB119CB0942000B275D /* bg@2x.jpg */, - DA512BA019CA3C29001AE404 /* iPhone@2x.png */, - DA512B9A19CA39B7001AE404 /* img3@2x.png */, - DA440EB319CB0BE2000B275D /* rightarrow@2x.png */, - DA440EB419CB0BE2000B275D /* leftarrow@2x.png */, - ); - name = assets; - sourceTree = ""; - }; - DAC83CD619CA2A9F002D8926 = { - isa = PBXGroup; - children = ( - DAC83D0C19CA3518002D8926 /* BWWalkthrough */, - DAC83CE119CA2A9F002D8926 /* BWWalkthroughExample */, - DAC83CE019CA2A9F002D8926 /* Products */, - ); - sourceTree = ""; - }; - DAC83CE019CA2A9F002D8926 /* Products */ = { - isa = PBXGroup; - children = ( - DAC83CDF19CA2A9F002D8926 /* BWWalkthroughExample.app */, - ); - name = Products; - sourceTree = ""; - }; - DAC83CE119CA2A9F002D8926 /* BWWalkthroughExample */ = { - isa = PBXGroup; - children = ( - DA512B9519CA3995001AE404 /* assets */, - DAC83CE419CA2A9F002D8926 /* AppDelegate.swift */, - DA512BA219CA4906001AE404 /* CustomPageViewController.swift */, - DAC83CE619CA2A9F002D8926 /* ViewController.swift */, - DAC83CE819CA2A9F002D8926 /* Main.storyboard */, - DA512B9219CA37AA001AE404 /* Walkthrough.storyboard */, - DAC83CEB19CA2A9F002D8926 /* Images.xcassets */, - DAC83CE219CA2A9F002D8926 /* Supporting Files */, - ); - path = BWWalkthroughExample; - sourceTree = ""; - }; - DAC83CE219CA2A9F002D8926 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - DAC83CE319CA2A9F002D8926 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - DAC83D0C19CA3518002D8926 /* BWWalkthrough */ = { - isa = PBXGroup; - children = ( - DAC83D0D19CA3518002D8926 /* BWWalkthroughPageViewController.swift */, - DAC83D0E19CA3518002D8926 /* BWWalkthroughViewController.swift */, - ); - path = BWWalkthrough; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - DAC83CDE19CA2A9F002D8926 /* BWWalkthroughExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = DAC83CFE19CA2A9F002D8926 /* Build configuration list for PBXNativeTarget "BWWalkthroughExample" */; - buildPhases = ( - DAC83CDB19CA2A9F002D8926 /* Sources */, - DAC83CDC19CA2A9F002D8926 /* Frameworks */, - DAC83CDD19CA2A9F002D8926 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = BWWalkthroughExample; - productName = BWWalkthroughExample; - productReference = DAC83CDF19CA2A9F002D8926 /* BWWalkthroughExample.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - DAC83CD719CA2A9F002D8926 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0700; - ORGANIZATIONNAME = "Yari D'areglia"; - TargetAttributes = { - DAC83CDE19CA2A9F002D8926 = { - CreatedOnToolsVersion = 6.0; - }; - }; - }; - buildConfigurationList = DAC83CDA19CA2A9F002D8926 /* Build configuration list for PBXProject "BWWalkthroughExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = DAC83CD619CA2A9F002D8926; - productRefGroup = DAC83CE019CA2A9F002D8926 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - DAC83CDE19CA2A9F002D8926 /* BWWalkthroughExample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - DAC83CDD19CA2A9F002D8926 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DA440EB219CB0942000B275D /* bg@2x.jpg in Resources */, - DAC83CEA19CA2A9F002D8926 /* Main.storyboard in Resources */, - DA440EB619CB0BE2000B275D /* leftarrow@2x.png in Resources */, - DA512B9B19CA39B7001AE404 /* img3@2x.png in Resources */, - DA512B9419CA37AA001AE404 /* Walkthrough.storyboard in Resources */, - DA512BA119CA3C29001AE404 /* iPhone@2x.png in Resources */, - DA440EBC19CB3CB2000B275D /* cloud1@2x.png in Resources */, - DACF192B19CB9876002BDC52 /* iPhoneScreen@2x.png in Resources */, - DAC83CEC19CA2A9F002D8926 /* Images.xcassets in Resources */, - DA440EB519CB0BE2000B275D /* rightarrow@2x.png in Resources */, - DA440EBD19CB3CB2000B275D /* cloud3@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - DAC83CDB19CA2A9F002D8926 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DAC83D1019CA3518002D8926 /* BWWalkthroughViewController.swift in Sources */, - DAC83D0F19CA3518002D8926 /* BWWalkthroughPageViewController.swift in Sources */, - DAC83CE719CA2A9F002D8926 /* ViewController.swift in Sources */, - DA512BA319CA4906001AE404 /* CustomPageViewController.swift in Sources */, - DAC83CE519CA2A9F002D8926 /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - DA512B9219CA37AA001AE404 /* Walkthrough.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DA512B9319CA37AA001AE404 /* Base */, - ); - name = Walkthrough.storyboard; - sourceTree = ""; - }; - DAC83CE819CA2A9F002D8926 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DAC83CE919CA2A9F002D8926 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - DAC83CFC19CA2A9F002D8926 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - ); - IPHONEOS_DEPLOYMENT_TARGET = 8.4; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - DAC83CFD19CA2A9F002D8926 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, - ); - IPHONEOS_DEPLOYMENT_TARGET = 8.4; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DAC83CFF19CA2A9F002D8926 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = BWWalkthroughExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.bitwaker.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - DAC83D0019CA2A9F002D8926 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = BWWalkthroughExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.bitwaker.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - DAC83CDA19CA2A9F002D8926 /* Build configuration list for PBXProject "BWWalkthroughExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DAC83CFC19CA2A9F002D8926 /* Debug */, - DAC83CFD19CA2A9F002D8926 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DAC83CFE19CA2A9F002D8926 /* Build configuration list for PBXNativeTarget "BWWalkthroughExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DAC83CFF19CA2A9F002D8926 /* Debug */, - DAC83D0019CA2A9F002D8926 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = DAC83CD719CA2A9F002D8926 /* Project object */; -} diff --git a/BWWalkthroughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout b/BWWalkthroughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout deleted file mode 100644 index 7a75d94..0000000 --- a/BWWalkthroughExample.xcodeproj/project.xcworkspace/xcshareddata/BWWalkthroughExample.xccheckout +++ /dev/null @@ -1,53 +0,0 @@ - - - - - IDESourceControlProjectFavoriteDictionaryKey - - IDESourceControlProjectIdentifier - 93D7335F-C41D-4EBB-BABD-9AD06DD9C98D - IDESourceControlProjectName - BWWalkthroughExample - IDESourceControlProjectOriginsDictionary - - 2023517FB2B6C6BBDFADD26D5B6D9CC44B0518AD - https://github.com/ariok/BWWalkthrough.git - 3E0FA997F0734B3DE2A568A48C479F4A0B834DC3 - https://bitbucket.org/bitwaker/molecole_alpha.git - - IDESourceControlProjectPath - BWWalkthroughExample.xcodeproj - IDESourceControlProjectRelativeInstallPathDictionary - - 2023517FB2B6C6BBDFADD26D5B6D9CC44B0518AD - ../.. - 3E0FA997F0734B3DE2A568A48C479F4A0B834DC3 - ../../.. - - IDESourceControlProjectURL - https://github.com/ariok/BWWalkthrough.git - IDESourceControlProjectVersion - 111 - IDESourceControlProjectWCCIdentifier - 2023517FB2B6C6BBDFADD26D5B6D9CC44B0518AD - IDESourceControlProjectWCConfigurations - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - 3E0FA997F0734B3DE2A568A48C479F4A0B834DC3 - IDESourceControlWCCName - - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - 2023517FB2B6C6BBDFADD26D5B6D9CC44B0518AD - IDESourceControlWCCName - BWWalkthrough - - - - diff --git a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index fe2b454..0000000 --- a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist b/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 17869e3..0000000 --- a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - BWWalkthroughExample.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - DAC83CDE19CA2A9F002D8926 - - primary - - - DAC83CF319CA2A9F002D8926 - - primary - - - - - diff --git a/Example/BWWalkthrough.xcodeproj/project.pbxproj b/Example/BWWalkthrough.xcodeproj/project.pbxproj new file mode 100644 index 0000000..49f1c09 --- /dev/null +++ b/Example/BWWalkthrough.xcodeproj/project.pbxproj @@ -0,0 +1,584 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 0D03886D40E0A923DF270B18 /* Pods_BWWalkthrough_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A34F29217CC63476A732FFE /* Pods_BWWalkthrough_Example.framework */; }; + 581370051C5F3E9400BC767F /* CustomPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581370041C5F3E9400BC767F /* CustomPageViewController.swift */; }; + 581370071C5F3E9E00BC767F /* Walkthrough.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 581370061C5F3E9E00BC767F /* Walkthrough.storyboard */; }; + 581370091C5F3EAC00BC767F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 581370081C5F3EAC00BC767F /* Main.storyboard */; }; + 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; + 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; + 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; + 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; + 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; + 9B278B5B53E9652A302CD84E /* Pods_BWWalkthrough_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04433166758402335D3F3081 /* Pods_BWWalkthrough_Tests.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 607FACC81AFB9204008FA782 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 607FACCF1AFB9204008FA782; + remoteInfo = BWWalkthrough; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 04433166758402335D3F3081 /* Pods_BWWalkthrough_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BWWalkthrough_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 22E9CEA3671838A2A2C2963D /* Pods-BWWalkthrough_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BWWalkthrough_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests.release.xcconfig"; sourceTree = ""; }; + 2A34F29217CC63476A732FFE /* Pods_BWWalkthrough_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BWWalkthrough_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 581370041C5F3E9400BC767F /* CustomPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomPageViewController.swift; sourceTree = ""; }; + 581370061C5F3E9E00BC767F /* Walkthrough.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Walkthrough.storyboard; sourceTree = ""; }; + 581370081C5F3EAC00BC767F /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; + 607FACD01AFB9204008FA782 /* BWWalkthrough_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BWWalkthrough_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 607FACE51AFB9204008FA782 /* BWWalkthrough_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BWWalkthrough_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; + 9E06BC90F5E664EB474581DD /* Pods-BWWalkthrough_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BWWalkthrough_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests.debug.xcconfig"; sourceTree = ""; }; + ACBE506D1F087744DD72F0C0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; + C1A3A5D4D35FDD524BF5EE63 /* Pods-BWWalkthrough_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BWWalkthrough_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example.release.xcconfig"; sourceTree = ""; }; + CE4BE962EAFB626074A59AD7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + D0A15FE9CD148DB4F2C8C985 /* BWWalkthrough.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BWWalkthrough.podspec; path = ../BWWalkthrough.podspec; sourceTree = ""; }; + F440503AD54B29CA8D50A2AD /* Pods-BWWalkthrough_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BWWalkthrough_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 607FACCD1AFB9204008FA782 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0D03886D40E0A923DF270B18 /* Pods_BWWalkthrough_Example.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 607FACE21AFB9204008FA782 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9B278B5B53E9652A302CD84E /* Pods_BWWalkthrough_Tests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 5EE19F02FAE67A7858E8A2F3 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2A34F29217CC63476A732FFE /* Pods_BWWalkthrough_Example.framework */, + 04433166758402335D3F3081 /* Pods_BWWalkthrough_Tests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 607FACC71AFB9204008FA782 = { + isa = PBXGroup; + children = ( + 607FACF51AFB993E008FA782 /* Podspec Metadata */, + 607FACD21AFB9204008FA782 /* Example for BWWalkthrough */, + 607FACE81AFB9204008FA782 /* Tests */, + 607FACD11AFB9204008FA782 /* Products */, + 8E0139F31B58FD9E5074EC3C /* Pods */, + 5EE19F02FAE67A7858E8A2F3 /* Frameworks */, + ); + sourceTree = ""; + }; + 607FACD11AFB9204008FA782 /* Products */ = { + isa = PBXGroup; + children = ( + 607FACD01AFB9204008FA782 /* BWWalkthrough_Example.app */, + 607FACE51AFB9204008FA782 /* BWWalkthrough_Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 607FACD21AFB9204008FA782 /* Example for BWWalkthrough */ = { + isa = PBXGroup; + children = ( + 607FACD51AFB9204008FA782 /* AppDelegate.swift */, + 581370041C5F3E9400BC767F /* CustomPageViewController.swift */, + 607FACD71AFB9204008FA782 /* ViewController.swift */, + 581370081C5F3EAC00BC767F /* Main.storyboard */, + 581370061C5F3E9E00BC767F /* Walkthrough.storyboard */, + 607FACDC1AFB9204008FA782 /* Images.xcassets */, + 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, + 607FACD31AFB9204008FA782 /* Supporting Files */, + ); + name = "Example for BWWalkthrough"; + path = BWWalkthrough; + sourceTree = ""; + }; + 607FACD31AFB9204008FA782 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 607FACD41AFB9204008FA782 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 607FACE81AFB9204008FA782 /* Tests */ = { + isa = PBXGroup; + children = ( + 607FACEB1AFB9204008FA782 /* Tests.swift */, + 607FACE91AFB9204008FA782 /* Supporting Files */, + ); + path = Tests; + sourceTree = ""; + }; + 607FACE91AFB9204008FA782 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 607FACEA1AFB9204008FA782 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { + isa = PBXGroup; + children = ( + D0A15FE9CD148DB4F2C8C985 /* BWWalkthrough.podspec */, + CE4BE962EAFB626074A59AD7 /* README.md */, + ACBE506D1F087744DD72F0C0 /* LICENSE */, + ); + name = "Podspec Metadata"; + sourceTree = ""; + }; + 8E0139F31B58FD9E5074EC3C /* Pods */ = { + isa = PBXGroup; + children = ( + F440503AD54B29CA8D50A2AD /* Pods-BWWalkthrough_Example.debug.xcconfig */, + C1A3A5D4D35FDD524BF5EE63 /* Pods-BWWalkthrough_Example.release.xcconfig */, + 9E06BC90F5E664EB474581DD /* Pods-BWWalkthrough_Tests.debug.xcconfig */, + 22E9CEA3671838A2A2C2963D /* Pods-BWWalkthrough_Tests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 607FACCF1AFB9204008FA782 /* BWWalkthrough_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BWWalkthrough_Example" */; + buildPhases = ( + 9D78714D0A1523A82E499A5A /* Check Pods Manifest.lock */, + 607FACCC1AFB9204008FA782 /* Sources */, + 607FACCD1AFB9204008FA782 /* Frameworks */, + 607FACCE1AFB9204008FA782 /* Resources */, + D112C92622318DD2F9159CD3 /* Embed Pods Frameworks */, + 85BBE975FC0201EE7C774530 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = BWWalkthrough_Example; + productName = BWWalkthrough; + productReference = 607FACD01AFB9204008FA782 /* BWWalkthrough_Example.app */; + productType = "com.apple.product-type.application"; + }; + 607FACE41AFB9204008FA782 /* BWWalkthrough_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BWWalkthrough_Tests" */; + buildPhases = ( + 8AB48F9C97733D2410094AAD /* Check Pods Manifest.lock */, + 607FACE11AFB9204008FA782 /* Sources */, + 607FACE21AFB9204008FA782 /* Frameworks */, + 607FACE31AFB9204008FA782 /* Resources */, + A4013F81AC1F1EC265B06B6C /* Embed Pods Frameworks */, + FF521B790892F6DA9091C7A5 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 607FACE71AFB9204008FA782 /* PBXTargetDependency */, + ); + name = BWWalkthrough_Tests; + productName = Tests; + productReference = 607FACE51AFB9204008FA782 /* BWWalkthrough_Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 607FACC81AFB9204008FA782 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0720; + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = CocoaPods; + TargetAttributes = { + 607FACCF1AFB9204008FA782 = { + CreatedOnToolsVersion = 6.3.1; + }; + 607FACE41AFB9204008FA782 = { + CreatedOnToolsVersion = 6.3.1; + TestTargetID = 607FACCF1AFB9204008FA782; + }; + }; + }; + buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BWWalkthrough" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 607FACC71AFB9204008FA782; + productRefGroup = 607FACD11AFB9204008FA782 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 607FACCF1AFB9204008FA782 /* BWWalkthrough_Example */, + 607FACE41AFB9204008FA782 /* BWWalkthrough_Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 607FACCE1AFB9204008FA782 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 581370071C5F3E9E00BC767F /* Walkthrough.storyboard in Resources */, + 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */, + 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */, + 581370091C5F3EAC00BC767F /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 607FACE31AFB9204008FA782 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 85BBE975FC0201EE7C774530 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 8AB48F9C97733D2410094AAD /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 9D78714D0A1523A82E499A5A /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + A4013F81AC1F1EC265B06B6C /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + D112C92622318DD2F9159CD3 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BWWalkthrough_Example/Pods-BWWalkthrough_Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + FF521B790892F6DA9091C7A5 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BWWalkthrough_Tests/Pods-BWWalkthrough_Tests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 607FACCC1AFB9204008FA782 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, + 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, + 581370051C5F3E9400BC767F /* CustomPageViewController.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 607FACE11AFB9204008FA782 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 607FACCF1AFB9204008FA782 /* BWWalkthrough_Example */; + targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 607FACDF1AFB9204008FA782 /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 607FACED1AFB9204008FA782 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 607FACEE1AFB9204008FA782 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 607FACF01AFB9204008FA782 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F440503AD54B29CA8D50A2AD /* Pods-BWWalkthrough_Example.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = BWWalkthrough/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 607FACF11AFB9204008FA782 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C1A3A5D4D35FDD524BF5EE63 /* Pods-BWWalkthrough_Example.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = BWWalkthrough/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 607FACF31AFB9204008FA782 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9E06BC90F5E664EB474581DD /* Pods-BWWalkthrough_Tests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BWWalkthrough_Example.app/BWWalkthrough_Example"; + }; + name = Debug; + }; + 607FACF41AFB9204008FA782 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 22E9CEA3671838A2A2C2963D /* Pods-BWWalkthrough_Tests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BWWalkthrough_Example.app/BWWalkthrough_Example"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BWWalkthrough" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 607FACED1AFB9204008FA782 /* Debug */, + 607FACEE1AFB9204008FA782 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BWWalkthrough_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 607FACF01AFB9204008FA782 /* Debug */, + 607FACF11AFB9204008FA782 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BWWalkthrough_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 607FACF31AFB9204008FA782 /* Debug */, + 607FACF41AFB9204008FA782 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 607FACC81AFB9204008FA782 /* Project object */; +} diff --git a/BWWalkthroughExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/BWWalkthrough.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 66% rename from BWWalkthroughExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/BWWalkthrough.xcodeproj/project.xcworkspace/contents.xcworkspacedata index aee53d6..16f61bc 100644 --- a/BWWalkthroughExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Example/BWWalkthrough.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:BWWalkthrough.xcodeproj"> diff --git a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/BWWalkthroughExample.xcscheme b/Example/BWWalkthrough.xcodeproj/xcshareddata/xcschemes/BWWalkthrough-Example.xcscheme similarity index 59% rename from BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/BWWalkthroughExample.xcscheme rename to Example/BWWalkthrough.xcodeproj/xcshareddata/xcschemes/BWWalkthrough-Example.xcscheme index d40efae..7a52c5e 100644 --- a/BWWalkthroughExample.xcodeproj/xcuserdata/Bitwaker.xcuserdatad/xcschemes/BWWalkthroughExample.xcscheme +++ b/Example/BWWalkthrough.xcodeproj/xcshareddata/xcschemes/BWWalkthrough-Example.xcscheme @@ -1,6 +1,6 @@ + BlueprintIdentifier = "607FACCF1AFB9204008FA782" + BuildableName = "BWWalkthrough_Example.app" + BlueprintName = "BWWalkthrough_Example" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> + BlueprintIdentifier = "607FACE41AFB9204008FA782" + BuildableName = "BWWalkthrough_Tests.xctest" + BlueprintName = "BWWalkthrough_Tests" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> + shouldUseLaunchSchemeArgsEnv = "YES"> + BlueprintIdentifier = "607FACE41AFB9204008FA782" + BuildableName = "BWWalkthrough_Tests.xctest" + BlueprintName = "BWWalkthrough_Tests" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> + BlueprintIdentifier = "607FACCF1AFB9204008FA782" + BuildableName = "BWWalkthrough_Example.app" + BlueprintName = "BWWalkthrough_Example" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> + + - + + BlueprintIdentifier = "607FACCF1AFB9204008FA782" + BuildableName = "BWWalkthrough_Example.app" + BlueprintName = "BWWalkthrough_Example" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> - + + BlueprintIdentifier = "607FACCF1AFB9204008FA782" + BuildableName = "BWWalkthrough_Example.app" + BlueprintName = "BWWalkthrough_Example" + ReferencedContainer = "container:BWWalkthrough.xcodeproj"> diff --git a/Example/BWWalkthrough.xcworkspace/contents.xcworkspacedata b/Example/BWWalkthrough.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9aa4146 --- /dev/null +++ b/Example/BWWalkthrough.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/BWWalkthroughExample/AppDelegate.swift b/Example/BWWalkthrough/AppDelegate.swift similarity index 90% rename from BWWalkthroughExample/AppDelegate.swift rename to Example/BWWalkthrough/AppDelegate.swift index 026f08d..72879e4 100644 --- a/BWWalkthroughExample/AppDelegate.swift +++ b/Example/BWWalkthrough/AppDelegate.swift @@ -1,9 +1,9 @@ // // AppDelegate.swift -// BWWalkthroughExample +// BWWalkthrough // -// Created by Yari D'areglia on 17/09/14. -// Copyright (c) 2014 Yari D'areglia. All rights reserved. +// Created by Yari on 02/01/2016. +// Copyright (c) 2016 Yari. All rights reserved. // import UIKit @@ -15,7 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { - UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent + // Override point for customization after application launch. return true } diff --git a/Example/BWWalkthrough/Base.lproj/LaunchScreen.xib b/Example/BWWalkthrough/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..b2f75d8 --- /dev/null +++ b/Example/BWWalkthrough/Base.lproj/LaunchScreen.xib @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BWWalkthroughExample/CustomPageViewController.swift b/Example/BWWalkthrough/CustomPageViewController.swift similarity index 98% rename from BWWalkthroughExample/CustomPageViewController.swift rename to Example/BWWalkthrough/CustomPageViewController.swift index bf95781..62b1dfd 100644 --- a/BWWalkthroughExample/CustomPageViewController.swift +++ b/Example/BWWalkthrough/CustomPageViewController.swift @@ -7,6 +7,7 @@ // import UIKit +import BWWalkthrough class CustomPageViewController: UIViewController,BWWalkthroughPage { diff --git a/BWWalkthroughExample/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/BWWalkthrough/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 99% rename from BWWalkthroughExample/Images.xcassets/AppIcon.appiconset/Contents.json rename to Example/BWWalkthrough/Images.xcassets/AppIcon.appiconset/Contents.json index 118c98f..d3942e9 100644 --- a/BWWalkthroughExample/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/BWWalkthrough/Images.xcassets/AppIcon.appiconset/Contents.json @@ -35,4 +35,4 @@ "version" : 1, "author" : "xcode" } -} \ No newline at end of file +} diff --git a/Example/BWWalkthrough/Images.xcassets/Contents.json b/Example/BWWalkthrough/Images.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Example/BWWalkthrough/Images.xcassets/bg.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/bg.imageset/Contents.json new file mode 100644 index 0000000..baa6a82 --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/bg.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "bg@2x.jpg", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/bg@2x.jpg b/Example/BWWalkthrough/Images.xcassets/bg.imageset/bg@2x.jpg similarity index 100% rename from BWWalkthroughExample/bg@2x.jpg rename to Example/BWWalkthrough/Images.xcassets/bg.imageset/bg@2x.jpg diff --git a/Example/BWWalkthrough/Images.xcassets/cloud1.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/cloud1.imageset/Contents.json new file mode 100644 index 0000000..01ff303 --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/cloud1.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "cloud1@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/tiles/cloud1@2x.png b/Example/BWWalkthrough/Images.xcassets/cloud1.imageset/cloud1@2x.png old mode 100755 new mode 100644 similarity index 100% rename from BWWalkthroughExample/tiles/cloud1@2x.png rename to Example/BWWalkthrough/Images.xcassets/cloud1.imageset/cloud1@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/cloud3.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/cloud3.imageset/Contents.json new file mode 100644 index 0000000..61d548e --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/cloud3.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "cloud3@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/tiles/cloud3@2x.png b/Example/BWWalkthrough/Images.xcassets/cloud3.imageset/cloud3@2x.png old mode 100755 new mode 100644 similarity index 100% rename from BWWalkthroughExample/tiles/cloud3@2x.png rename to Example/BWWalkthrough/Images.xcassets/cloud3.imageset/cloud3@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/iPhone.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/iPhone.imageset/Contents.json new file mode 100644 index 0000000..3a11f7c --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/iPhone.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "iPhone@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/iPhone@2x.png b/Example/BWWalkthrough/Images.xcassets/iPhone.imageset/iPhone@2x.png similarity index 100% rename from BWWalkthroughExample/iPhone@2x.png rename to Example/BWWalkthrough/Images.xcassets/iPhone.imageset/iPhone@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/Contents.json new file mode 100644 index 0000000..732bc1a --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "iPhoneScreen@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/tiles/iPhoneScreen@2x.png b/Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/iPhoneScreen@2x.png similarity index 100% rename from BWWalkthroughExample/tiles/iPhoneScreen@2x.png rename to Example/BWWalkthrough/Images.xcassets/iPhoneScreen.imageset/iPhoneScreen@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/img3.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/img3.imageset/Contents.json new file mode 100644 index 0000000..082554c --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/img3.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "img3@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/img3@2x.png b/Example/BWWalkthrough/Images.xcassets/img3.imageset/img3@2x.png similarity index 100% rename from BWWalkthroughExample/img3@2x.png rename to Example/BWWalkthrough/Images.xcassets/img3.imageset/img3@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/Contents.json new file mode 100644 index 0000000..7df9283 --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "leftarrow@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/leftarrow@2x.png b/Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/leftarrow@2x.png similarity index 100% rename from BWWalkthroughExample/leftarrow@2x.png rename to Example/BWWalkthrough/Images.xcassets/leftarrow.imageset/leftarrow@2x.png diff --git a/Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/Contents.json b/Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/Contents.json new file mode 100644 index 0000000..0e56c39 --- /dev/null +++ b/Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "rightarrow@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/BWWalkthroughExample/rightarrow@2x.png b/Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/rightarrow@2x.png similarity index 100% rename from BWWalkthroughExample/rightarrow@2x.png rename to Example/BWWalkthrough/Images.xcassets/rightarrow.imageset/rightarrow@2x.png diff --git a/BWWalkthroughExample/Info.plist b/Example/BWWalkthrough/Info.plist similarity index 85% rename from BWWalkthroughExample/Info.plist rename to Example/BWWalkthrough/Info.plist index e63ca37..9a71406 100644 --- a/BWWalkthroughExample/Info.plist +++ b/Example/BWWalkthrough/Info.plist @@ -19,23 +19,25 @@ CFBundleSignature ???? CFBundleVersion - 15 + 1 LSRequiresIPhoneOS UILaunchStoryboardName - Walkthrough + LaunchScreen UIMainStoryboardFile Main UIRequiredDeviceCapabilities armv7 + UIStatusBarStyle + UIStatusBarStyleLightContent + UIViewControllerBasedStatusBarAppearance + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft - UIViewControllerBasedStatusBarAppearance - diff --git a/BWWalkthroughExample/Base.lproj/Main.storyboard b/Example/BWWalkthrough/Main.storyboard similarity index 89% rename from BWWalkthroughExample/Base.lproj/Main.storyboard rename to Example/BWWalkthrough/Main.storyboard index 5a42ebb..527154c 100644 --- a/BWWalkthroughExample/Base.lproj/Main.storyboard +++ b/Example/BWWalkthrough/Main.storyboard @@ -1,13 +1,14 @@ - + - + + - + @@ -17,7 +18,7 @@