From c1066d84e7d02b490f05b4c8d4c2b1fcf0aed347 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Sat, 15 Oct 2016 23:07:21 -0500 Subject: [PATCH 1/3] Reimplemented the contentOffsetXForCurrentPage: method as a fix for https://github.com/kitasuke/PagingMenuController/issues/291 --- .../project.pbxproj | 3335 +++++++++++------ Example/Podfile.lock | 2 +- Pod/Classes/MenuView.swift | 29 +- 3 files changed, 2295 insertions(+), 1071 deletions(-) diff --git a/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj b/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj index bb278a99..5e480610 100644 --- a/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj +++ b/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj @@ -1,1067 +1,2268 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 100E661D1CEE82720030C8AF /* RootViewControoler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100E661A1CEE82720030C8AF /* RootViewControoler.swift */; }; - 1A4915476E84149DEF5F6C4F /* Pods_PagingMenuControllerDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */; }; - 707C60E11AFF822100BDAB0B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60E01AFF822100BDAB0B /* AppDelegate.swift */; }; - 707C60E31AFF822100BDAB0B /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60E21AFF822100BDAB0B /* RootViewController.swift */; }; - 707C60E61AFF822100BDAB0B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E41AFF822100BDAB0B /* Main.storyboard */; }; - 707C60E81AFF822200BDAB0B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E71AFF822200BDAB0B /* Images.xcassets */; }; - 707C60EB1AFF822200BDAB0B /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */; }; - 707C60F71AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */; }; - 707C61011AFF83C700BDAB0B /* UsersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61001AFF83C700BDAB0B /* UsersViewController.swift */; }; - 707C61031AFF843F00BDAB0B /* RepositoriesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */; }; - 707C61051AFF845200BDAB0B /* GistsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61041AFF845200BDAB0B /* GistsViewController.swift */; }; - 707C61071AFF846800BDAB0B /* OrganizationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */; }; - B50B36C1B3DC846362BC2BCC /* Pods_PagingMenuControllerDemo2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */; }; - B9F017891B193BEF77464B67 /* Pods_PagingMenuControllerDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */; }; - EC0DC7D31D090B1B00857E1F /* PagingMenuControllerOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */; }; - EC48B6AB1CEC3DD6004C0E3D /* MenuViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */; }; - EC48B6AD1CEC40B5004C0E3D /* PagingMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */; }; - EC48B6AF1CEC413D004C0E3D /* PagingMenuViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */; }; - EC7BA3FC1B524BB4007FB8A5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */; }; - EC7BA4031B524BB4007FB8A5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC7BA4021B524BB4007FB8A5 /* Images.xcassets */; }; - EC7BA4061B524BB4007FB8A5 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */; }; - EC7BA4121B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */; }; - EC7BA41B1B524C04007FB8A5 /* ViewController1.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA4191B524C04007FB8A5 /* ViewController1.swift */; }; - EC7BA41C1B524C04007FB8A5 /* ViewController2.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */; }; - EC9621601C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 707C60F11AFF822200BDAB0B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 707C60DA1AFF822100BDAB0B; - remoteInfo = PagingMenuControllerDemo; - }; - EC7BA40C1B524BB4007FB8A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC7BA3F61B524BB4007FB8A5; - remoteInfo = PagingMenuControllerDemo2; - }; - EC9621621C5B4F1700DA6EE6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 707C60DA1AFF822100BDAB0B; - remoteInfo = PagingMenuControllerDemo; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 70C505481B0058B10007571E /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo2.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.debug.xcconfig"; sourceTree = ""; }; - 100E661A1CEE82720030C8AF /* RootViewControoler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootViewControoler.swift; sourceTree = ""; }; - 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo2.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.release.xcconfig"; sourceTree = ""; }; - 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.debug.xcconfig"; sourceTree = ""; }; - 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.release.xcconfig"; sourceTree = ""; }; - 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PagingMenuControllerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 707C60DF1AFF822100BDAB0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 707C60E01AFF822100BDAB0B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 707C60E21AFF822100BDAB0B /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = ""; }; - 707C60E51AFF822100BDAB0B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 707C60E71AFF822200BDAB0B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 707C60EA1AFF822200BDAB0B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 707C60F51AFF822200BDAB0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemoTests.swift; sourceTree = ""; }; - 707C61001AFF83C700BDAB0B /* UsersViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UsersViewController.swift; sourceTree = ""; }; - 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepositoriesViewController.swift; sourceTree = ""; }; - 707C61041AFF845200BDAB0B /* GistsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GistsViewController.swift; sourceTree = ""; }; - 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrganizationsViewController.swift; sourceTree = ""; }; - 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemo2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.release.xcconfig"; sourceTree = ""; }; - A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemoTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.debug.xcconfig"; sourceTree = ""; }; - EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerOptions.swift; sourceTree = ""; }; - EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MenuViewController.storyboard; sourceTree = ""; }; - EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagingMenuViewController.swift; sourceTree = ""; }; - EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PagingMenuViewController.storyboard; sourceTree = ""; }; - EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PagingMenuControllerDemo2.app; sourceTree = BUILT_PRODUCTS_DIR; }; - EC7BA3FA1B524BB4007FB8A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - EC7BA4021B524BB4007FB8A5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - EC7BA4051B524BB4007FB8A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemo2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - EC7BA4101B524BB4007FB8A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemo2Tests.swift; sourceTree = ""; }; - EC7BA4191B524C04007FB8A5 /* ViewController1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController1.swift; sourceTree = ""; }; - EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController2.swift; sourceTree = ""; }; - EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemoUITests.swift; sourceTree = ""; }; - EC9621611C5B4F1700DA6EE6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 707C60D81AFF822100BDAB0B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A4915476E84149DEF5F6C4F /* Pods_PagingMenuControllerDemo.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 707C60ED1AFF822200BDAB0B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B9F017891B193BEF77464B67 /* Pods_PagingMenuControllerDemoTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA3F41B524BB4007FB8A5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B50B36C1B3DC846362BC2BCC /* Pods_PagingMenuControllerDemo2.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA4081B524BB4007FB8A5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC96215A1C5B4F1700DA6EE6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 588AF2C45BDFB4ECF2A050B6 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */, - 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */, - 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 707C60D21AFF822100BDAB0B = { - isa = PBXGroup; - children = ( - 707C60DD1AFF822100BDAB0B /* PagingMenuControllerDemo */, - 707C60F31AFF822200BDAB0B /* PagingMenuControllerDemoTests */, - EC7BA3F81B524BB4007FB8A5 /* PagingMenuControllerDemo2 */, - EC7BA40E1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */, - EC96215E1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */, - 707C60DC1AFF822100BDAB0B /* Products */, - FDA9C79E41CDD8CF2282BA90 /* Pods */, - 588AF2C45BDFB4ECF2A050B6 /* Frameworks */, - ); - sourceTree = ""; - }; - 707C60DC1AFF822100BDAB0B /* Products */ = { - isa = PBXGroup; - children = ( - 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */, - 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */, - EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */, - EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */, - EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 707C60DD1AFF822100BDAB0B /* PagingMenuControllerDemo */ = { - isa = PBXGroup; - children = ( - 707C60E01AFF822100BDAB0B /* AppDelegate.swift */, - 707C60E21AFF822100BDAB0B /* RootViewController.swift */, - EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */, - EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */, - 707C61001AFF83C700BDAB0B /* UsersViewController.swift */, - 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */, - 707C61041AFF845200BDAB0B /* GistsViewController.swift */, - 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */, - 707C60E41AFF822100BDAB0B /* Main.storyboard */, - EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */, - EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */, - 707C60E71AFF822200BDAB0B /* Images.xcassets */, - 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */, - 707C60DE1AFF822100BDAB0B /* Supporting Files */, - ); - path = PagingMenuControllerDemo; - sourceTree = ""; - }; - 707C60DE1AFF822100BDAB0B /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 707C60DF1AFF822100BDAB0B /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 707C60F31AFF822200BDAB0B /* PagingMenuControllerDemoTests */ = { - isa = PBXGroup; - children = ( - 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */, - 707C60F41AFF822200BDAB0B /* Supporting Files */, - ); - path = PagingMenuControllerDemoTests; - sourceTree = ""; - }; - 707C60F41AFF822200BDAB0B /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 707C60F51AFF822200BDAB0B /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - EC7BA3F81B524BB4007FB8A5 /* PagingMenuControllerDemo2 */ = { - isa = PBXGroup; - children = ( - EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */, - 100E661A1CEE82720030C8AF /* RootViewControoler.swift */, - EC7BA4191B524C04007FB8A5 /* ViewController1.swift */, - EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */, - EC7BA4021B524BB4007FB8A5 /* Images.xcassets */, - EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */, - EC7BA3F91B524BB4007FB8A5 /* Supporting Files */, - ); - path = PagingMenuControllerDemo2; - sourceTree = ""; - }; - EC7BA3F91B524BB4007FB8A5 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - EC7BA3FA1B524BB4007FB8A5 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - EC7BA40E1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */ = { - isa = PBXGroup; - children = ( - EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */, - EC7BA40F1B524BB4007FB8A5 /* Supporting Files */, - ); - path = PagingMenuControllerDemo2Tests; - sourceTree = ""; - }; - EC7BA40F1B524BB4007FB8A5 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - EC7BA4101B524BB4007FB8A5 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - EC96215E1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */ = { - isa = PBXGroup; - children = ( - EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */, - EC9621611C5B4F1700DA6EE6 /* Info.plist */, - ); - path = PagingMenuControllerDemoUITests; - sourceTree = ""; - }; - FDA9C79E41CDD8CF2282BA90 /* Pods */ = { - isa = PBXGroup; - children = ( - 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */, - 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */, - 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */, - 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */, - A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */, - 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 707C60FA1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo" */; - buildPhases = ( - 81D7254A1C3EA86418ABA06D /* [CP] Check Pods Manifest.lock */, - 707C60D71AFF822100BDAB0B /* Sources */, - 707C60D81AFF822100BDAB0B /* Frameworks */, - 707C60D91AFF822100BDAB0B /* Resources */, - 70C505481B0058B10007571E /* Embed Frameworks */, - 8EBB653436FDCF3C48E9A04C /* [CP] Embed Pods Frameworks */, - 4912F03CF8BCA040ACEF6BB3 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PagingMenuControllerDemo; - productName = PagingMenuControllerDemo; - productReference = 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */; - productType = "com.apple.product-type.application"; - }; - 707C60EF1AFF822200BDAB0B /* PagingMenuControllerDemoTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 707C60FD1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoTests" */; - buildPhases = ( - 064F5A6B604DDCD41EF6E479 /* [CP] Check Pods Manifest.lock */, - 707C60EC1AFF822200BDAB0B /* Sources */, - 707C60ED1AFF822200BDAB0B /* Frameworks */, - 707C60EE1AFF822200BDAB0B /* Resources */, - EE6D7E4E867A74F09D5D2603 /* [CP] Embed Pods Frameworks */, - A76777B0290FC45617EB6DD0 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - 707C60F21AFF822200BDAB0B /* PBXTargetDependency */, - ); - name = PagingMenuControllerDemoTests; - productName = PagingMenuControllerDemoTests; - productReference = 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */ = { - isa = PBXNativeTarget; - buildConfigurationList = EC7BA4171B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2" */; - buildPhases = ( - 57D5C21541759D87796E93F9 /* [CP] Check Pods Manifest.lock */, - EC7BA3F31B524BB4007FB8A5 /* Sources */, - EC7BA3F41B524BB4007FB8A5 /* Frameworks */, - EC7BA3F51B524BB4007FB8A5 /* Resources */, - 229F81CB8BD76DBAF1B4719F /* [CP] Embed Pods Frameworks */, - DB74A7466A8710147CF4667C /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PagingMenuControllerDemo2; - productName = PagingMenuControllerDemo2; - productReference = EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */; - productType = "com.apple.product-type.application"; - }; - EC7BA40A1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = EC7BA4181B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2Tests" */; - buildPhases = ( - EC7BA4071B524BB4007FB8A5 /* Sources */, - EC7BA4081B524BB4007FB8A5 /* Frameworks */, - EC7BA4091B524BB4007FB8A5 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - EC7BA40D1B524BB4007FB8A5 /* PBXTargetDependency */, - ); - name = PagingMenuControllerDemo2Tests; - productName = PagingMenuControllerDemo2Tests; - productReference = EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - EC96215C1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = EC9621661C5B4F1700DA6EE6 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoUITests" */; - buildPhases = ( - EC9621591C5B4F1700DA6EE6 /* Sources */, - EC96215A1C5B4F1700DA6EE6 /* Frameworks */, - EC96215B1C5B4F1700DA6EE6 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - EC9621631C5B4F1700DA6EE6 /* PBXTargetDependency */, - ); - name = PagingMenuControllerDemoUITests; - productName = PagingMenuControllerDemoUITests; - productReference = EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 707C60D31AFF822100BDAB0B /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0800; - ORGANIZATIONNAME = kitasuke; - TargetAttributes = { - 707C60DA1AFF822100BDAB0B = { - CreatedOnToolsVersion = 6.3.1; - LastSwiftMigration = 0800; - }; - 707C60EF1AFF822200BDAB0B = { - CreatedOnToolsVersion = 6.3.1; - LastSwiftMigration = 0800; - TestTargetID = 707C60DA1AFF822100BDAB0B; - }; - EC7BA3F61B524BB4007FB8A5 = { - CreatedOnToolsVersion = 6.4; - }; - EC7BA40A1B524BB4007FB8A5 = { - CreatedOnToolsVersion = 6.4; - TestTargetID = EC7BA3F61B524BB4007FB8A5; - }; - EC96215C1C5B4F1700DA6EE6 = { - CreatedOnToolsVersion = 7.2; - LastSwiftMigration = 0800; - TestTargetID = 707C60DA1AFF822100BDAB0B; - }; - }; - }; - buildConfigurationList = 707C60D61AFF822100BDAB0B /* Build configuration list for PBXProject "PagingMenuControllerDemo" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 707C60D21AFF822100BDAB0B; - productRefGroup = 707C60DC1AFF822100BDAB0B /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */, - 707C60EF1AFF822200BDAB0B /* PagingMenuControllerDemoTests */, - EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */, - EC7BA40A1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */, - EC96215C1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 707C60D91AFF822100BDAB0B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 707C60E61AFF822100BDAB0B /* Main.storyboard in Resources */, - EC48B6AF1CEC413D004C0E3D /* PagingMenuViewController.storyboard in Resources */, - 707C60EB1AFF822200BDAB0B /* LaunchScreen.xib in Resources */, - EC48B6AB1CEC3DD6004C0E3D /* MenuViewController.storyboard in Resources */, - 707C60E81AFF822200BDAB0B /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 707C60EE1AFF822200BDAB0B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA3F51B524BB4007FB8A5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EC7BA4061B524BB4007FB8A5 /* LaunchScreen.xib in Resources */, - EC7BA4031B524BB4007FB8A5 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA4091B524BB4007FB8A5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC96215B1C5B4F1700DA6EE6 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 064F5A6B604DDCD41EF6E479 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 229F81CB8BD76DBAF1B4719F /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 4912F03CF8BCA040ACEF6BB3 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 57D5C21541759D87796E93F9 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 81D7254A1C3EA86418ABA06D /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 8EBB653436FDCF3C48E9A04C /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - A76777B0290FC45617EB6DD0 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - DB74A7466A8710147CF4667C /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - EE6D7E4E867A74F09D5D2603 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 707C60D71AFF822100BDAB0B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 707C61051AFF845200BDAB0B /* GistsViewController.swift in Sources */, - 707C61071AFF846800BDAB0B /* OrganizationsViewController.swift in Sources */, - 707C61011AFF83C700BDAB0B /* UsersViewController.swift in Sources */, - EC48B6AD1CEC40B5004C0E3D /* PagingMenuViewController.swift in Sources */, - 707C61031AFF843F00BDAB0B /* RepositoriesViewController.swift in Sources */, - EC0DC7D31D090B1B00857E1F /* PagingMenuControllerOptions.swift in Sources */, - 707C60E31AFF822100BDAB0B /* RootViewController.swift in Sources */, - 707C60E11AFF822100BDAB0B /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 707C60EC1AFF822200BDAB0B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 707C60F71AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA3F31B524BB4007FB8A5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EC7BA41B1B524C04007FB8A5 /* ViewController1.swift in Sources */, - EC7BA41C1B524C04007FB8A5 /* ViewController2.swift in Sources */, - 100E661D1CEE82720030C8AF /* RootViewControoler.swift in Sources */, - EC7BA3FC1B524BB4007FB8A5 /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC7BA4071B524BB4007FB8A5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EC7BA4121B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EC9621591C5B4F1700DA6EE6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EC9621601C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 707C60F21AFF822200BDAB0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */; - targetProxy = 707C60F11AFF822200BDAB0B /* PBXContainerItemProxy */; - }; - EC7BA40D1B524BB4007FB8A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */; - targetProxy = EC7BA40C1B524BB4007FB8A5 /* PBXContainerItemProxy */; - }; - EC9621631C5B4F1700DA6EE6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */; - targetProxy = EC9621621C5B4F1700DA6EE6 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 707C60E41AFF822100BDAB0B /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 707C60E51AFF822100BDAB0B /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 707C60EA1AFF822200BDAB0B /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; - EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - EC7BA4051B524BB4007FB8A5 /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 707C60F81AFF822200BDAB0B /* 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_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - 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 = 9.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 707C60F91AFF822200BDAB0B /* 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_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - 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 = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 707C60FB1AFF822200BDAB0B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = PagingMenuControllerDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 707C60FC1AFF822200BDAB0B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = PagingMenuControllerDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 707C60FE1AFF822200BDAB0B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = PagingMenuControllerDemoTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo"; - }; - name = Debug; - }; - 707C60FF1AFF822200BDAB0B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = PagingMenuControllerDemoTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo"; - }; - name = Release; - }; - EC7BA4131B524BB4007FB8A5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = PagingMenuControllerDemo2/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - EC7BA4141B524BB4007FB8A5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = PagingMenuControllerDemo2/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - EC7BA4151B524BB4007FB8A5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = PagingMenuControllerDemo2Tests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.4; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2"; - }; - name = Debug; - }; - EC7BA4161B524BB4007FB8A5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = PagingMenuControllerDemo2Tests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.4; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2"; - }; - name = Release; - }; - EC9621641C5B4F1700DA6EE6 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEBUG_INFORMATION_FORMAT = dwarf; - INFOPLIST_FILE = PagingMenuControllerDemoUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.kitasuke.PagingMenuControllerDemoUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_TARGET_NAME = PagingMenuControllerDemo; - USES_XCTRUNNER = YES; - }; - name = Debug; - }; - EC9621651C5B4F1700DA6EE6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = PagingMenuControllerDemoUITests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.kitasuke.PagingMenuControllerDemoUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - TEST_TARGET_NAME = PagingMenuControllerDemo; - USES_XCTRUNNER = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 707C60D61AFF822100BDAB0B /* Build configuration list for PBXProject "PagingMenuControllerDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 707C60F81AFF822200BDAB0B /* Debug */, - 707C60F91AFF822200BDAB0B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 707C60FA1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 707C60FB1AFF822200BDAB0B /* Debug */, - 707C60FC1AFF822200BDAB0B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 707C60FD1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 707C60FE1AFF822200BDAB0B /* Debug */, - 707C60FF1AFF822200BDAB0B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EC7BA4171B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EC7BA4131B524BB4007FB8A5 /* Debug */, - EC7BA4141B524BB4007FB8A5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EC7BA4181B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EC7BA4151B524BB4007FB8A5 /* Debug */, - EC7BA4161B524BB4007FB8A5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EC9621661C5B4F1700DA6EE6 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EC9621641C5B4F1700DA6EE6 /* Debug */, - EC9621651C5B4F1700DA6EE6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 707C60D31AFF822100BDAB0B /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 03C427477DB91E6E85218AD2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemo2.debug.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.debug.xcconfig + sourceTree + <group> + + 064F5A6B604DDCD41EF6E479 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 100E661A1CEE82720030C8AF + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + RootViewControoler.swift + sourceTree + <group> + + 100E661D1CEE82720030C8AF + + fileRef + 100E661A1CEE82720030C8AF + isa + PBXBuildFile + + 1A4915476E84149DEF5F6C4F + + fileRef + 640A090301535F115BD3DBD9 + isa + PBXBuildFile + + 229F81CB8BD76DBAF1B4719F + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-frameworks.sh" + + showEnvVarsInLog + 0 + + 376ABED07EA31AA4F8DEAD32 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemo2.release.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.release.xcconfig + sourceTree + <group> + + 37DB6C408095AB6AE01575DD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemo.debug.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.debug.xcconfig + sourceTree + <group> + + 3D35A0E13518EFEC406EDFEF + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_PagingMenuControllerDemoTests.framework + sourceTree + BUILT_PRODUCTS_DIR + + 4912F03CF8BCA040ACEF6BB3 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-resources.sh" + + showEnvVarsInLog + 0 + + 55CF464B33595E0DB123AF77 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemo.release.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.release.xcconfig + sourceTree + <group> + + 57D5C21541759D87796E93F9 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 588AF2C45BDFB4ECF2A050B6 + + children + + 640A090301535F115BD3DBD9 + 7502E520266C60B11B332CB2 + 3D35A0E13518EFEC406EDFEF + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 640A090301535F115BD3DBD9 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_PagingMenuControllerDemo.framework + sourceTree + BUILT_PRODUCTS_DIR + + 707C60D21AFF822100BDAB0B + + children + + 707C60DD1AFF822100BDAB0B + 707C60F31AFF822200BDAB0B + EC7BA3F81B524BB4007FB8A5 + EC7BA40E1B524BB4007FB8A5 + EC96215E1C5B4F1700DA6EE6 + 707C60DC1AFF822100BDAB0B + FDA9C79E41CDD8CF2282BA90 + 588AF2C45BDFB4ECF2A050B6 + + isa + PBXGroup + sourceTree + <group> + + 707C60D31AFF822100BDAB0B + + attributes + + LastSwiftUpdateCheck + 0720 + LastUpgradeCheck + 0800 + ORGANIZATIONNAME + kitasuke + TargetAttributes + + 707C60DA1AFF822100BDAB0B + + CreatedOnToolsVersion + 6.3.1 + LastSwiftMigration + 0800 + + 707C60EF1AFF822200BDAB0B + + CreatedOnToolsVersion + 6.3.1 + LastSwiftMigration + 0800 + TestTargetID + 707C60DA1AFF822100BDAB0B + + EC7BA3F61B524BB4007FB8A5 + + CreatedOnToolsVersion + 6.4 + + EC7BA40A1B524BB4007FB8A5 + + CreatedOnToolsVersion + 6.4 + TestTargetID + EC7BA3F61B524BB4007FB8A5 + + EC96215C1C5B4F1700DA6EE6 + + CreatedOnToolsVersion + 7.2 + LastSwiftMigration + 0800 + TestTargetID + 707C60DA1AFF822100BDAB0B + + + + buildConfigurationList + 707C60D61AFF822100BDAB0B + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 707C60D21AFF822100BDAB0B + productRefGroup + 707C60DC1AFF822100BDAB0B + projectDirPath + + projectReferences + + projectRoot + + targets + + 707C60DA1AFF822100BDAB0B + 707C60EF1AFF822200BDAB0B + EC7BA3F61B524BB4007FB8A5 + EC7BA40A1B524BB4007FB8A5 + EC96215C1C5B4F1700DA6EE6 + + + 707C60D61AFF822100BDAB0B + + buildConfigurations + + 707C60F81AFF822200BDAB0B + 707C60F91AFF822200BDAB0B + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 707C60D71AFF822100BDAB0B + + buildActionMask + 2147483647 + files + + 707C61051AFF845200BDAB0B + 707C61071AFF846800BDAB0B + 707C61011AFF83C700BDAB0B + EC48B6AD1CEC40B5004C0E3D + 707C61031AFF843F00BDAB0B + EC0DC7D31D090B1B00857E1F + 707C60E31AFF822100BDAB0B + 707C60E11AFF822100BDAB0B + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60D81AFF822100BDAB0B + + buildActionMask + 2147483647 + files + + 1A4915476E84149DEF5F6C4F + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60D91AFF822100BDAB0B + + buildActionMask + 2147483647 + files + + 707C60E61AFF822100BDAB0B + EC48B6AF1CEC413D004C0E3D + 707C60EB1AFF822200BDAB0B + EC48B6AB1CEC3DD6004C0E3D + 707C60E81AFF822200BDAB0B + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60DA1AFF822100BDAB0B + + buildConfigurationList + 707C60FA1AFF822200BDAB0B + buildPhases + + 81D7254A1C3EA86418ABA06D + 707C60D71AFF822100BDAB0B + 707C60D81AFF822100BDAB0B + 707C60D91AFF822100BDAB0B + 70C505481B0058B10007571E + 8EBB653436FDCF3C48E9A04C + 4912F03CF8BCA040ACEF6BB3 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + PagingMenuControllerDemo + productName + PagingMenuControllerDemo + productReference + 707C60DB1AFF822100BDAB0B + productType + com.apple.product-type.application + + 707C60DB1AFF822100BDAB0B + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + PagingMenuControllerDemo.app + sourceTree + BUILT_PRODUCTS_DIR + + 707C60DC1AFF822100BDAB0B + + children + + 707C60DB1AFF822100BDAB0B + 707C60F01AFF822200BDAB0B + EC7BA3F71B524BB4007FB8A5 + EC7BA40B1B524BB4007FB8A5 + EC96215D1C5B4F1700DA6EE6 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 707C60DD1AFF822100BDAB0B + + children + + 707C60E01AFF822100BDAB0B + 707C60E21AFF822100BDAB0B + EC48B6AC1CEC40B5004C0E3D + EC0DC7D21D090B1B00857E1F + 707C61001AFF83C700BDAB0B + 707C61021AFF843F00BDAB0B + 707C61041AFF845200BDAB0B + 707C61061AFF846800BDAB0B + 707C60E41AFF822100BDAB0B + EC48B6AE1CEC413D004C0E3D + EC48B6AA1CEC3DD6004C0E3D + 707C60E71AFF822200BDAB0B + 707C60E91AFF822200BDAB0B + 707C60DE1AFF822100BDAB0B + + isa + PBXGroup + path + PagingMenuControllerDemo + sourceTree + <group> + + 707C60DE1AFF822100BDAB0B + + children + + 707C60DF1AFF822100BDAB0B + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 707C60DF1AFF822100BDAB0B + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 707C60E01AFF822100BDAB0B + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + AppDelegate.swift + sourceTree + <group> + + 707C60E11AFF822100BDAB0B + + fileRef + 707C60E01AFF822100BDAB0B + isa + PBXBuildFile + + 707C60E21AFF822100BDAB0B + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + RootViewController.swift + sourceTree + <group> + + 707C60E31AFF822100BDAB0B + + fileRef + 707C60E21AFF822100BDAB0B + isa + PBXBuildFile + + 707C60E41AFF822100BDAB0B + + children + + 707C60E51AFF822100BDAB0B + + isa + PBXVariantGroup + name + Main.storyboard + sourceTree + <group> + + 707C60E51AFF822100BDAB0B + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main.storyboard + sourceTree + <group> + + 707C60E61AFF822100BDAB0B + + fileRef + 707C60E41AFF822100BDAB0B + isa + PBXBuildFile + + 707C60E71AFF822200BDAB0B + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + 707C60E81AFF822200BDAB0B + + fileRef + 707C60E71AFF822200BDAB0B + isa + PBXBuildFile + + 707C60E91AFF822200BDAB0B + + children + + 707C60EA1AFF822200BDAB0B + + isa + PBXVariantGroup + name + LaunchScreen.xib + sourceTree + <group> + + 707C60EA1AFF822200BDAB0B + + isa + PBXFileReference + lastKnownFileType + file.xib + name + Base + path + Base.lproj/LaunchScreen.xib + sourceTree + <group> + + 707C60EB1AFF822200BDAB0B + + fileRef + 707C60E91AFF822200BDAB0B + isa + PBXBuildFile + + 707C60EC1AFF822200BDAB0B + + buildActionMask + 2147483647 + files + + 707C60F71AFF822200BDAB0B + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60ED1AFF822200BDAB0B + + buildActionMask + 2147483647 + files + + B9F017891B193BEF77464B67 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60EE1AFF822200BDAB0B + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 707C60EF1AFF822200BDAB0B + + buildConfigurationList + 707C60FD1AFF822200BDAB0B + buildPhases + + 064F5A6B604DDCD41EF6E479 + 707C60EC1AFF822200BDAB0B + 707C60ED1AFF822200BDAB0B + 707C60EE1AFF822200BDAB0B + EE6D7E4E867A74F09D5D2603 + A76777B0290FC45617EB6DD0 + + buildRules + + dependencies + + 707C60F21AFF822200BDAB0B + + isa + PBXNativeTarget + name + PagingMenuControllerDemoTests + productName + PagingMenuControllerDemoTests + productReference + 707C60F01AFF822200BDAB0B + productType + com.apple.product-type.bundle.unit-test + + 707C60F01AFF822200BDAB0B + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + PagingMenuControllerDemoTests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 707C60F11AFF822200BDAB0B + + containerPortal + 707C60D31AFF822100BDAB0B + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 707C60DA1AFF822100BDAB0B + remoteInfo + PagingMenuControllerDemo + + 707C60F21AFF822200BDAB0B + + isa + PBXTargetDependency + target + 707C60DA1AFF822100BDAB0B + targetProxy + 707C60F11AFF822200BDAB0B + + 707C60F31AFF822200BDAB0B + + children + + 707C60F61AFF822200BDAB0B + 707C60F41AFF822200BDAB0B + + isa + PBXGroup + path + PagingMenuControllerDemoTests + sourceTree + <group> + + 707C60F41AFF822200BDAB0B + + children + + 707C60F51AFF822200BDAB0B + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 707C60F51AFF822200BDAB0B + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 707C60F61AFF822200BDAB0B + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PagingMenuControllerDemoTests.swift + sourceTree + <group> + + 707C60F71AFF822200BDAB0B + + fileRef + 707C60F61AFF822200BDAB0B + isa + PBXBuildFile + + 707C60F81AFF822200BDAB0B + + 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_INFINITE_RECURSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_SUSPICIOUS_MOVE + YES + 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 + 9.0 + MTL_ENABLE_DEBUG_INFO + YES + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + SWIFT_OPTIMIZATION_LEVEL + -Onone + + isa + XCBuildConfiguration + name + Debug + + 707C60F91AFF822200BDAB0B + + 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_INFINITE_RECURSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_SUSPICIOUS_MOVE + YES + 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 + 9.0 + MTL_ENABLE_DEBUG_INFO + NO + SDKROOT + iphoneos + SWIFT_OPTIMIZATION_LEVEL + -Owholemodule + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 707C60FA1AFF822200BDAB0B + + buildConfigurations + + 707C60FB1AFF822200BDAB0B + 707C60FC1AFF822200BDAB0B + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 707C60FB1AFF822200BDAB0B + + baseConfigurationReference + 37DB6C408095AB6AE01575DD + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + INFOPLIST_FILE + PagingMenuControllerDemo/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.0 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + 707C60FC1AFF822200BDAB0B + + baseConfigurationReference + 55CF464B33595E0DB123AF77 + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + INFOPLIST_FILE + PagingMenuControllerDemo/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.0 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Release + + 707C60FD1AFF822200BDAB0B + + buildConfigurations + + 707C60FE1AFF822200BDAB0B + 707C60FF1AFF822200BDAB0B + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 707C60FE1AFF822200BDAB0B + + baseConfigurationReference + A77A4C2595FFFC7D39FB9291 + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + PagingMenuControllerDemoTests/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_HOST + $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo + + isa + XCBuildConfiguration + name + Debug + + 707C60FF1AFF822200BDAB0B + + baseConfigurationReference + 86E133660B679D5777BC191C + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + INFOPLIST_FILE + PagingMenuControllerDemoTests/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_HOST + $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo + + isa + XCBuildConfiguration + name + Release + + 707C61001AFF83C700BDAB0B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + UsersViewController.swift + sourceTree + <group> + + 707C61011AFF83C700BDAB0B + + fileRef + 707C61001AFF83C700BDAB0B + isa + PBXBuildFile + + 707C61021AFF843F00BDAB0B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + RepositoriesViewController.swift + sourceTree + <group> + + 707C61031AFF843F00BDAB0B + + fileRef + 707C61021AFF843F00BDAB0B + isa + PBXBuildFile + + 707C61041AFF845200BDAB0B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + GistsViewController.swift + sourceTree + <group> + + 707C61051AFF845200BDAB0B + + fileRef + 707C61041AFF845200BDAB0B + isa + PBXBuildFile + + 707C61061AFF846800BDAB0B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + OrganizationsViewController.swift + sourceTree + <group> + + 707C61071AFF846800BDAB0B + + fileRef + 707C61061AFF846800BDAB0B + isa + PBXBuildFile + + 70C505481B0058B10007571E + + buildActionMask + 2147483647 + dstPath + + dstSubfolderSpec + 10 + files + + isa + PBXCopyFilesBuildPhase + name + Embed Frameworks + runOnlyForDeploymentPostprocessing + 0 + + 7502E520266C60B11B332CB2 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_PagingMenuControllerDemo2.framework + sourceTree + BUILT_PRODUCTS_DIR + + 81D7254A1C3EA86418ABA06D + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 86E133660B679D5777BC191C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemoTests.release.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.release.xcconfig + sourceTree + <group> + + 8EBB653436FDCF3C48E9A04C + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-frameworks.sh" + + showEnvVarsInLog + 0 + + A76777B0290FC45617EB6DD0 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-resources.sh" + + showEnvVarsInLog + 0 + + A77A4C2595FFFC7D39FB9291 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-PagingMenuControllerDemoTests.debug.xcconfig + path + Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.debug.xcconfig + sourceTree + <group> + + B50B36C1B3DC846362BC2BCC + + fileRef + 7502E520266C60B11B332CB2 + isa + PBXBuildFile + + B9F017891B193BEF77464B67 + + fileRef + 3D35A0E13518EFEC406EDFEF + isa + PBXBuildFile + + DB74A7466A8710147CF4667C + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-resources.sh" + + showEnvVarsInLog + 0 + + EC0DC7D21D090B1B00857E1F + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PagingMenuControllerOptions.swift + sourceTree + <group> + + EC0DC7D31D090B1B00857E1F + + fileRef + EC0DC7D21D090B1B00857E1F + isa + PBXBuildFile + + EC48B6AA1CEC3DD6004C0E3D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.storyboard + path + MenuViewController.storyboard + sourceTree + <group> + + EC48B6AB1CEC3DD6004C0E3D + + fileRef + EC48B6AA1CEC3DD6004C0E3D + isa + PBXBuildFile + + EC48B6AC1CEC40B5004C0E3D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PagingMenuViewController.swift + sourceTree + <group> + + EC48B6AD1CEC40B5004C0E3D + + fileRef + EC48B6AC1CEC40B5004C0E3D + isa + PBXBuildFile + + EC48B6AE1CEC413D004C0E3D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.storyboard + path + PagingMenuViewController.storyboard + sourceTree + <group> + + EC48B6AF1CEC413D004C0E3D + + fileRef + EC48B6AE1CEC413D004C0E3D + isa + PBXBuildFile + + EC7BA3F31B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + EC7BA41B1B524C04007FB8A5 + EC7BA41C1B524C04007FB8A5 + 100E661D1CEE82720030C8AF + EC7BA3FC1B524BB4007FB8A5 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA3F41B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + B50B36C1B3DC846362BC2BCC + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA3F51B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + EC7BA4061B524BB4007FB8A5 + EC7BA4031B524BB4007FB8A5 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA3F61B524BB4007FB8A5 + + buildConfigurationList + EC7BA4171B524BB4007FB8A5 + buildPhases + + 57D5C21541759D87796E93F9 + EC7BA3F31B524BB4007FB8A5 + EC7BA3F41B524BB4007FB8A5 + EC7BA3F51B524BB4007FB8A5 + 229F81CB8BD76DBAF1B4719F + DB74A7466A8710147CF4667C + + buildRules + + dependencies + + isa + PBXNativeTarget + name + PagingMenuControllerDemo2 + productName + PagingMenuControllerDemo2 + productReference + EC7BA3F71B524BB4007FB8A5 + productType + com.apple.product-type.application + + EC7BA3F71B524BB4007FB8A5 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + PagingMenuControllerDemo2.app + sourceTree + BUILT_PRODUCTS_DIR + + EC7BA3F81B524BB4007FB8A5 + + children + + EC7BA3FB1B524BB4007FB8A5 + 100E661A1CEE82720030C8AF + EC7BA4191B524C04007FB8A5 + EC7BA41A1B524C04007FB8A5 + EC7BA4021B524BB4007FB8A5 + EC7BA4041B524BB4007FB8A5 + EC7BA3F91B524BB4007FB8A5 + + isa + PBXGroup + path + PagingMenuControllerDemo2 + sourceTree + <group> + + EC7BA3F91B524BB4007FB8A5 + + children + + EC7BA3FA1B524BB4007FB8A5 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + EC7BA3FA1B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + EC7BA3FB1B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + AppDelegate.swift + sourceTree + <group> + + EC7BA3FC1B524BB4007FB8A5 + + fileRef + EC7BA3FB1B524BB4007FB8A5 + isa + PBXBuildFile + + EC7BA4021B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + EC7BA4031B524BB4007FB8A5 + + fileRef + EC7BA4021B524BB4007FB8A5 + isa + PBXBuildFile + + EC7BA4041B524BB4007FB8A5 + + children + + EC7BA4051B524BB4007FB8A5 + + isa + PBXVariantGroup + name + LaunchScreen.xib + sourceTree + <group> + + EC7BA4051B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + file.xib + name + Base + path + Base.lproj/LaunchScreen.xib + sourceTree + <group> + + EC7BA4061B524BB4007FB8A5 + + fileRef + EC7BA4041B524BB4007FB8A5 + isa + PBXBuildFile + + EC7BA4071B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + EC7BA4121B524BB4007FB8A5 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA4081B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA4091B524BB4007FB8A5 + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC7BA40A1B524BB4007FB8A5 + + buildConfigurationList + EC7BA4181B524BB4007FB8A5 + buildPhases + + EC7BA4071B524BB4007FB8A5 + EC7BA4081B524BB4007FB8A5 + EC7BA4091B524BB4007FB8A5 + + buildRules + + dependencies + + EC7BA40D1B524BB4007FB8A5 + + isa + PBXNativeTarget + name + PagingMenuControllerDemo2Tests + productName + PagingMenuControllerDemo2Tests + productReference + EC7BA40B1B524BB4007FB8A5 + productType + com.apple.product-type.bundle.unit-test + + EC7BA40B1B524BB4007FB8A5 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + PagingMenuControllerDemo2Tests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + EC7BA40C1B524BB4007FB8A5 + + containerPortal + 707C60D31AFF822100BDAB0B + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + EC7BA3F61B524BB4007FB8A5 + remoteInfo + PagingMenuControllerDemo2 + + EC7BA40D1B524BB4007FB8A5 + + isa + PBXTargetDependency + target + EC7BA3F61B524BB4007FB8A5 + targetProxy + EC7BA40C1B524BB4007FB8A5 + + EC7BA40E1B524BB4007FB8A5 + + children + + EC7BA4111B524BB4007FB8A5 + EC7BA40F1B524BB4007FB8A5 + + isa + PBXGroup + path + PagingMenuControllerDemo2Tests + sourceTree + <group> + + EC7BA40F1B524BB4007FB8A5 + + children + + EC7BA4101B524BB4007FB8A5 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + EC7BA4101B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + EC7BA4111B524BB4007FB8A5 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PagingMenuControllerDemo2Tests.swift + sourceTree + <group> + + EC7BA4121B524BB4007FB8A5 + + fileRef + EC7BA4111B524BB4007FB8A5 + isa + PBXBuildFile + + EC7BA4131B524BB4007FB8A5 + + baseConfigurationReference + 03C427477DB91E6E85218AD2 + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + PagingMenuControllerDemo2/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.0 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.yusuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + EC7BA4141B524BB4007FB8A5 + + baseConfigurationReference + 376ABED07EA31AA4F8DEAD32 + buildSettings + + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + INFOPLIST_FILE + PagingMenuControllerDemo2/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.0 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.yusuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Release + + EC7BA4151B524BB4007FB8A5 + + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + PagingMenuControllerDemo2Tests/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 8.4 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.yusuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_HOST + $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2 + + isa + XCBuildConfiguration + name + Debug + + EC7BA4161B524BB4007FB8A5 + + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + INFOPLIST_FILE + PagingMenuControllerDemo2Tests/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 8.4 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.yusuke.$(PRODUCT_NAME:rfc1034identifier) + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_HOST + $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2 + + isa + XCBuildConfiguration + name + Release + + EC7BA4171B524BB4007FB8A5 + + buildConfigurations + + EC7BA4131B524BB4007FB8A5 + EC7BA4141B524BB4007FB8A5 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + EC7BA4181B524BB4007FB8A5 + + buildConfigurations + + EC7BA4151B524BB4007FB8A5 + EC7BA4161B524BB4007FB8A5 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + EC7BA4191B524C04007FB8A5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + ViewController1.swift + sourceTree + <group> + + EC7BA41A1B524C04007FB8A5 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + ViewController2.swift + sourceTree + <group> + + EC7BA41B1B524C04007FB8A5 + + fileRef + EC7BA4191B524C04007FB8A5 + isa + PBXBuildFile + + EC7BA41C1B524C04007FB8A5 + + fileRef + EC7BA41A1B524C04007FB8A5 + isa + PBXBuildFile + + EC9621591C5B4F1700DA6EE6 + + buildActionMask + 2147483647 + files + + EC9621601C5B4F1700DA6EE6 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC96215A1C5B4F1700DA6EE6 + + buildActionMask + 2147483647 + files + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC96215B1C5B4F1700DA6EE6 + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC96215C1C5B4F1700DA6EE6 + + buildConfigurationList + EC9621661C5B4F1700DA6EE6 + buildPhases + + EC9621591C5B4F1700DA6EE6 + EC96215A1C5B4F1700DA6EE6 + EC96215B1C5B4F1700DA6EE6 + + buildRules + + dependencies + + EC9621631C5B4F1700DA6EE6 + + isa + PBXNativeTarget + name + PagingMenuControllerDemoUITests + productName + PagingMenuControllerDemoUITests + productReference + EC96215D1C5B4F1700DA6EE6 + productType + com.apple.product-type.bundle.ui-testing + + EC96215D1C5B4F1700DA6EE6 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + PagingMenuControllerDemoUITests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + EC96215E1C5B4F1700DA6EE6 + + children + + EC96215F1C5B4F1700DA6EE6 + EC9621611C5B4F1700DA6EE6 + + isa + PBXGroup + path + PagingMenuControllerDemoUITests + sourceTree + <group> + + EC96215F1C5B4F1700DA6EE6 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + PagingMenuControllerDemoUITests.swift + sourceTree + <group> + + EC9621601C5B4F1700DA6EE6 + + fileRef + EC96215F1C5B4F1700DA6EE6 + isa + PBXBuildFile + + EC9621611C5B4F1700DA6EE6 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + EC9621621C5B4F1700DA6EE6 + + containerPortal + 707C60D31AFF822100BDAB0B + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 707C60DA1AFF822100BDAB0B + remoteInfo + PagingMenuControllerDemo + + EC9621631C5B4F1700DA6EE6 + + isa + PBXTargetDependency + target + 707C60DA1AFF822100BDAB0B + targetProxy + EC9621621C5B4F1700DA6EE6 + + EC9621641C5B4F1700DA6EE6 + + buildSettings + + DEBUG_INFORMATION_FORMAT + dwarf + INFOPLIST_FILE + PagingMenuControllerDemoUITests/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.2 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.PagingMenuControllerDemoUITests + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_TARGET_NAME + PagingMenuControllerDemo + USES_XCTRUNNER + YES + + isa + XCBuildConfiguration + name + Debug + + EC9621651C5B4F1700DA6EE6 + + buildSettings + + INFOPLIST_FILE + PagingMenuControllerDemoUITests/Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 9.2 + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.kitasuke.PagingMenuControllerDemoUITests + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + TEST_TARGET_NAME + PagingMenuControllerDemo + USES_XCTRUNNER + YES + + isa + XCBuildConfiguration + name + Release + + EC9621661C5B4F1700DA6EE6 + + buildConfigurations + + EC9621641C5B4F1700DA6EE6 + EC9621651C5B4F1700DA6EE6 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + EE6D7E4E867A74F09D5D2603 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-frameworks.sh" + + showEnvVarsInLog + 0 + + FDA9C79E41CDD8CF2282BA90 + + children + + 37DB6C408095AB6AE01575DD + 55CF464B33595E0DB123AF77 + 03C427477DB91E6E85218AD2 + 376ABED07EA31AA4F8DEAD32 + A77A4C2595FFFC7D39FB9291 + 86E133660B679D5777BC191C + + isa + PBXGroup + name + Pods + sourceTree + <group> + + + rootObject + 707C60D31AFF822100BDAB0B + + diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ee3a04ba..fa445096 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -13,4 +13,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: ad8a39de8cc58c1b803b2e2b316ca0de8adca12c -COCOAPODS: 1.1.0.rc.2 +COCOAPODS: 1.0.1 diff --git a/Pod/Classes/MenuView.swift b/Pod/Classes/MenuView.swift index 7461ae72..1d6a8cb0 100644 --- a/Pod/Classes/MenuView.swift +++ b/Pod/Classes/MenuView.swift @@ -8,6 +8,8 @@ import UIKit +internal let MenuViewItemsMarginRigth: CGFloat = 20 + open class MenuView: UIScrollView { public fileprivate(set) var currentMenuItemView: MenuItemView! @@ -65,9 +67,30 @@ open class MenuView: UIScrollView { return menuItemViews[currentPage].frame.midX - screenWidth / 2 } fileprivate var contentOffsetXForCurrentPage: CGFloat { - guard menuItemCount > MinimumSupportedViewCount else { return 0.0 } - let ratio = CGFloat(currentPage) / CGFloat(menuItemCount - 1) - return (contentSize.width - frame.width) * ratio + var tmpElementWidth: CGFloat + var tmpElementPosX: CGFloat + let currentElementFrame = menuItemViews[currentPage].frame + let deviceWidth = (UIApplication.shared.keyWindow!.bounds.width) + if (currentPage != menuItemViews.count - 1) { + let nextElementFrame = menuItemViews[currentPage + 1].frame + tmpElementWidth = nextElementFrame.size.width / 2 + tmpElementPosX = nextElementFrame.origin.x + let leadingValueForNextElement = deviceWidth - (tmpElementWidth + MenuViewItemsMarginRigth) + let simulatedOffset = nextElementFrame.origin.x - leadingValueForNextElement + if (currentElementFrame.origin.x < simulatedOffset) { + tmpElementWidth = currentElementFrame.size.width + nextElementFrame.size.width / 2 + tmpElementPosX = currentElementFrame.origin.x + } + } else { + tmpElementWidth = currentElementFrame.size.width + tmpElementPosX = currentElementFrame.origin.x + } + + let leadingValue = deviceWidth - (tmpElementWidth + MenuViewItemsMarginRigth) + if (leadingValue > 0) { + return max(tmpElementPosX - leadingValue, 0) + } + return contentOffset.x } fileprivate var currentIndex: Int = 0 From 474153fcd9e27be884ea1316966765516bbd3fa6 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Fri, 13 Jan 2017 23:30:03 -0500 Subject: [PATCH 2/3] Update cocoa pods 1.1 --- .../project.pbxproj | 3335 ++++++----------- Example/Podfile.lock | 4 +- 2 files changed, 1069 insertions(+), 2270 deletions(-) diff --git a/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj b/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj index 5e480610..bb278a99 100644 --- a/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj +++ b/Example/PagingMenuControllerDemo.xcodeproj/project.pbxproj @@ -1,2268 +1,1067 @@ - - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 03C427477DB91E6E85218AD2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemo2.debug.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.debug.xcconfig - sourceTree - <group> - - 064F5A6B604DDCD41EF6E479 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 100E661A1CEE82720030C8AF - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - RootViewControoler.swift - sourceTree - <group> - - 100E661D1CEE82720030C8AF - - fileRef - 100E661A1CEE82720030C8AF - isa - PBXBuildFile - - 1A4915476E84149DEF5F6C4F - - fileRef - 640A090301535F115BD3DBD9 - isa - PBXBuildFile - - 229F81CB8BD76DBAF1B4719F - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Embed Pods Frameworks - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-frameworks.sh" - - showEnvVarsInLog - 0 - - 376ABED07EA31AA4F8DEAD32 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemo2.release.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.release.xcconfig - sourceTree - <group> - - 37DB6C408095AB6AE01575DD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemo.debug.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.debug.xcconfig - sourceTree - <group> - - 3D35A0E13518EFEC406EDFEF - - explicitFileType - wrapper.framework - includeInIndex - 0 - isa - PBXFileReference - path - Pods_PagingMenuControllerDemoTests.framework - sourceTree - BUILT_PRODUCTS_DIR - - 4912F03CF8BCA040ACEF6BB3 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-resources.sh" - - showEnvVarsInLog - 0 - - 55CF464B33595E0DB123AF77 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemo.release.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.release.xcconfig - sourceTree - <group> - - 57D5C21541759D87796E93F9 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 588AF2C45BDFB4ECF2A050B6 - - children - - 640A090301535F115BD3DBD9 - 7502E520266C60B11B332CB2 - 3D35A0E13518EFEC406EDFEF - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - 640A090301535F115BD3DBD9 - - explicitFileType - wrapper.framework - includeInIndex - 0 - isa - PBXFileReference - path - Pods_PagingMenuControllerDemo.framework - sourceTree - BUILT_PRODUCTS_DIR - - 707C60D21AFF822100BDAB0B - - children - - 707C60DD1AFF822100BDAB0B - 707C60F31AFF822200BDAB0B - EC7BA3F81B524BB4007FB8A5 - EC7BA40E1B524BB4007FB8A5 - EC96215E1C5B4F1700DA6EE6 - 707C60DC1AFF822100BDAB0B - FDA9C79E41CDD8CF2282BA90 - 588AF2C45BDFB4ECF2A050B6 - - isa - PBXGroup - sourceTree - <group> - - 707C60D31AFF822100BDAB0B - - attributes - - LastSwiftUpdateCheck - 0720 - LastUpgradeCheck - 0800 - ORGANIZATIONNAME - kitasuke - TargetAttributes - - 707C60DA1AFF822100BDAB0B - - CreatedOnToolsVersion - 6.3.1 - LastSwiftMigration - 0800 - - 707C60EF1AFF822200BDAB0B - - CreatedOnToolsVersion - 6.3.1 - LastSwiftMigration - 0800 - TestTargetID - 707C60DA1AFF822100BDAB0B - - EC7BA3F61B524BB4007FB8A5 - - CreatedOnToolsVersion - 6.4 - - EC7BA40A1B524BB4007FB8A5 - - CreatedOnToolsVersion - 6.4 - TestTargetID - EC7BA3F61B524BB4007FB8A5 - - EC96215C1C5B4F1700DA6EE6 - - CreatedOnToolsVersion - 7.2 - LastSwiftMigration - 0800 - TestTargetID - 707C60DA1AFF822100BDAB0B - - - - buildConfigurationList - 707C60D61AFF822100BDAB0B - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - Base - - mainGroup - 707C60D21AFF822100BDAB0B - productRefGroup - 707C60DC1AFF822100BDAB0B - projectDirPath - - projectReferences - - projectRoot - - targets - - 707C60DA1AFF822100BDAB0B - 707C60EF1AFF822200BDAB0B - EC7BA3F61B524BB4007FB8A5 - EC7BA40A1B524BB4007FB8A5 - EC96215C1C5B4F1700DA6EE6 - - - 707C60D61AFF822100BDAB0B - - buildConfigurations - - 707C60F81AFF822200BDAB0B - 707C60F91AFF822200BDAB0B - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 707C60D71AFF822100BDAB0B - - buildActionMask - 2147483647 - files - - 707C61051AFF845200BDAB0B - 707C61071AFF846800BDAB0B - 707C61011AFF83C700BDAB0B - EC48B6AD1CEC40B5004C0E3D - 707C61031AFF843F00BDAB0B - EC0DC7D31D090B1B00857E1F - 707C60E31AFF822100BDAB0B - 707C60E11AFF822100BDAB0B - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60D81AFF822100BDAB0B - - buildActionMask - 2147483647 - files - - 1A4915476E84149DEF5F6C4F - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60D91AFF822100BDAB0B - - buildActionMask - 2147483647 - files - - 707C60E61AFF822100BDAB0B - EC48B6AF1CEC413D004C0E3D - 707C60EB1AFF822200BDAB0B - EC48B6AB1CEC3DD6004C0E3D - 707C60E81AFF822200BDAB0B - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60DA1AFF822100BDAB0B - - buildConfigurationList - 707C60FA1AFF822200BDAB0B - buildPhases - - 81D7254A1C3EA86418ABA06D - 707C60D71AFF822100BDAB0B - 707C60D81AFF822100BDAB0B - 707C60D91AFF822100BDAB0B - 70C505481B0058B10007571E - 8EBB653436FDCF3C48E9A04C - 4912F03CF8BCA040ACEF6BB3 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - PagingMenuControllerDemo - productName - PagingMenuControllerDemo - productReference - 707C60DB1AFF822100BDAB0B - productType - com.apple.product-type.application - - 707C60DB1AFF822100BDAB0B - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - PagingMenuControllerDemo.app - sourceTree - BUILT_PRODUCTS_DIR - - 707C60DC1AFF822100BDAB0B - - children - - 707C60DB1AFF822100BDAB0B - 707C60F01AFF822200BDAB0B - EC7BA3F71B524BB4007FB8A5 - EC7BA40B1B524BB4007FB8A5 - EC96215D1C5B4F1700DA6EE6 - - isa - PBXGroup - name - Products - sourceTree - <group> - - 707C60DD1AFF822100BDAB0B - - children - - 707C60E01AFF822100BDAB0B - 707C60E21AFF822100BDAB0B - EC48B6AC1CEC40B5004C0E3D - EC0DC7D21D090B1B00857E1F - 707C61001AFF83C700BDAB0B - 707C61021AFF843F00BDAB0B - 707C61041AFF845200BDAB0B - 707C61061AFF846800BDAB0B - 707C60E41AFF822100BDAB0B - EC48B6AE1CEC413D004C0E3D - EC48B6AA1CEC3DD6004C0E3D - 707C60E71AFF822200BDAB0B - 707C60E91AFF822200BDAB0B - 707C60DE1AFF822100BDAB0B - - isa - PBXGroup - path - PagingMenuControllerDemo - sourceTree - <group> - - 707C60DE1AFF822100BDAB0B - - children - - 707C60DF1AFF822100BDAB0B - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - 707C60DF1AFF822100BDAB0B - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Info.plist - sourceTree - <group> - - 707C60E01AFF822100BDAB0B - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - AppDelegate.swift - sourceTree - <group> - - 707C60E11AFF822100BDAB0B - - fileRef - 707C60E01AFF822100BDAB0B - isa - PBXBuildFile - - 707C60E21AFF822100BDAB0B - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - RootViewController.swift - sourceTree - <group> - - 707C60E31AFF822100BDAB0B - - fileRef - 707C60E21AFF822100BDAB0B - isa - PBXBuildFile - - 707C60E41AFF822100BDAB0B - - children - - 707C60E51AFF822100BDAB0B - - isa - PBXVariantGroup - name - Main.storyboard - sourceTree - <group> - - 707C60E51AFF822100BDAB0B - - isa - PBXFileReference - lastKnownFileType - file.storyboard - name - Base - path - Base.lproj/Main.storyboard - sourceTree - <group> - - 707C60E61AFF822100BDAB0B - - fileRef - 707C60E41AFF822100BDAB0B - isa - PBXBuildFile - - 707C60E71AFF822200BDAB0B - - isa - PBXFileReference - lastKnownFileType - folder.assetcatalog - path - Images.xcassets - sourceTree - <group> - - 707C60E81AFF822200BDAB0B - - fileRef - 707C60E71AFF822200BDAB0B - isa - PBXBuildFile - - 707C60E91AFF822200BDAB0B - - children - - 707C60EA1AFF822200BDAB0B - - isa - PBXVariantGroup - name - LaunchScreen.xib - sourceTree - <group> - - 707C60EA1AFF822200BDAB0B - - isa - PBXFileReference - lastKnownFileType - file.xib - name - Base - path - Base.lproj/LaunchScreen.xib - sourceTree - <group> - - 707C60EB1AFF822200BDAB0B - - fileRef - 707C60E91AFF822200BDAB0B - isa - PBXBuildFile - - 707C60EC1AFF822200BDAB0B - - buildActionMask - 2147483647 - files - - 707C60F71AFF822200BDAB0B - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60ED1AFF822200BDAB0B - - buildActionMask - 2147483647 - files - - B9F017891B193BEF77464B67 - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60EE1AFF822200BDAB0B - - buildActionMask - 2147483647 - files - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 707C60EF1AFF822200BDAB0B - - buildConfigurationList - 707C60FD1AFF822200BDAB0B - buildPhases - - 064F5A6B604DDCD41EF6E479 - 707C60EC1AFF822200BDAB0B - 707C60ED1AFF822200BDAB0B - 707C60EE1AFF822200BDAB0B - EE6D7E4E867A74F09D5D2603 - A76777B0290FC45617EB6DD0 - - buildRules - - dependencies - - 707C60F21AFF822200BDAB0B - - isa - PBXNativeTarget - name - PagingMenuControllerDemoTests - productName - PagingMenuControllerDemoTests - productReference - 707C60F01AFF822200BDAB0B - productType - com.apple.product-type.bundle.unit-test - - 707C60F01AFF822200BDAB0B - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - PagingMenuControllerDemoTests.xctest - sourceTree - BUILT_PRODUCTS_DIR - - 707C60F11AFF822200BDAB0B - - containerPortal - 707C60D31AFF822100BDAB0B - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 707C60DA1AFF822100BDAB0B - remoteInfo - PagingMenuControllerDemo - - 707C60F21AFF822200BDAB0B - - isa - PBXTargetDependency - target - 707C60DA1AFF822100BDAB0B - targetProxy - 707C60F11AFF822200BDAB0B - - 707C60F31AFF822200BDAB0B - - children - - 707C60F61AFF822200BDAB0B - 707C60F41AFF822200BDAB0B - - isa - PBXGroup - path - PagingMenuControllerDemoTests - sourceTree - <group> - - 707C60F41AFF822200BDAB0B - - children - - 707C60F51AFF822200BDAB0B - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - 707C60F51AFF822200BDAB0B - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Info.plist - sourceTree - <group> - - 707C60F61AFF822200BDAB0B - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - PagingMenuControllerDemoTests.swift - sourceTree - <group> - - 707C60F71AFF822200BDAB0B - - fileRef - 707C60F61AFF822200BDAB0B - isa - PBXBuildFile - - 707C60F81AFF822200BDAB0B - - 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_INFINITE_RECURSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - CLANG_WARN_SUSPICIOUS_MOVE - YES - 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 - 9.0 - MTL_ENABLE_DEBUG_INFO - YES - ONLY_ACTIVE_ARCH - YES - SDKROOT - iphoneos - SWIFT_OPTIMIZATION_LEVEL - -Onone - - isa - XCBuildConfiguration - name - Debug - - 707C60F91AFF822200BDAB0B - - 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_INFINITE_RECURSION - YES - CLANG_WARN_INT_CONVERSION - YES - CLANG_WARN_OBJC_ROOT_CLASS - YES_ERROR - CLANG_WARN_SUSPICIOUS_MOVE - YES - 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 - 9.0 - MTL_ENABLE_DEBUG_INFO - NO - SDKROOT - iphoneos - SWIFT_OPTIMIZATION_LEVEL - -Owholemodule - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 707C60FA1AFF822200BDAB0B - - buildConfigurations - - 707C60FB1AFF822200BDAB0B - 707C60FC1AFF822200BDAB0B - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 707C60FB1AFF822200BDAB0B - - baseConfigurationReference - 37DB6C408095AB6AE01575DD - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - INFOPLIST_FILE - PagingMenuControllerDemo/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.0 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TARGETED_DEVICE_FAMILY - 1,2 - - isa - XCBuildConfiguration - name - Debug - - 707C60FC1AFF822200BDAB0B - - baseConfigurationReference - 55CF464B33595E0DB123AF77 - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - INFOPLIST_FILE - PagingMenuControllerDemo/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.0 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TARGETED_DEVICE_FAMILY - 1,2 - - isa - XCBuildConfiguration - name - Release - - 707C60FD1AFF822200BDAB0B - - buildConfigurations - - 707C60FE1AFF822200BDAB0B - 707C60FF1AFF822200BDAB0B - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 707C60FE1AFF822200BDAB0B - - baseConfigurationReference - A77A4C2595FFFC7D39FB9291 - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - INFOPLIST_FILE - PagingMenuControllerDemoTests/Info.plist - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_HOST - $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo - - isa - XCBuildConfiguration - name - Debug - - 707C60FF1AFF822200BDAB0B - - baseConfigurationReference - 86E133660B679D5777BC191C - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - - INFOPLIST_FILE - PagingMenuControllerDemoTests/Info.plist - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_HOST - $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo - - isa - XCBuildConfiguration - name - Release - - 707C61001AFF83C700BDAB0B - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - UsersViewController.swift - sourceTree - <group> - - 707C61011AFF83C700BDAB0B - - fileRef - 707C61001AFF83C700BDAB0B - isa - PBXBuildFile - - 707C61021AFF843F00BDAB0B - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - RepositoriesViewController.swift - sourceTree - <group> - - 707C61031AFF843F00BDAB0B - - fileRef - 707C61021AFF843F00BDAB0B - isa - PBXBuildFile - - 707C61041AFF845200BDAB0B - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - GistsViewController.swift - sourceTree - <group> - - 707C61051AFF845200BDAB0B - - fileRef - 707C61041AFF845200BDAB0B - isa - PBXBuildFile - - 707C61061AFF846800BDAB0B - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - OrganizationsViewController.swift - sourceTree - <group> - - 707C61071AFF846800BDAB0B - - fileRef - 707C61061AFF846800BDAB0B - isa - PBXBuildFile - - 70C505481B0058B10007571E - - buildActionMask - 2147483647 - dstPath - - dstSubfolderSpec - 10 - files - - isa - PBXCopyFilesBuildPhase - name - Embed Frameworks - runOnlyForDeploymentPostprocessing - 0 - - 7502E520266C60B11B332CB2 - - explicitFileType - wrapper.framework - includeInIndex - 0 - isa - PBXFileReference - path - Pods_PagingMenuControllerDemo2.framework - sourceTree - BUILT_PRODUCTS_DIR - - 81D7254A1C3EA86418ABA06D - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Check Pods Manifest.lock - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null -if [[ $? != 0 ]] ; then - cat << EOM -error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. -EOM - exit 1 -fi - - showEnvVarsInLog - 0 - - 86E133660B679D5777BC191C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemoTests.release.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.release.xcconfig - sourceTree - <group> - - 8EBB653436FDCF3C48E9A04C - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Embed Pods Frameworks - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-frameworks.sh" - - showEnvVarsInLog - 0 - - A76777B0290FC45617EB6DD0 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-resources.sh" - - showEnvVarsInLog - 0 - - A77A4C2595FFFC7D39FB9291 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - Pods-PagingMenuControllerDemoTests.debug.xcconfig - path - Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.debug.xcconfig - sourceTree - <group> - - B50B36C1B3DC846362BC2BCC - - fileRef - 7502E520266C60B11B332CB2 - isa - PBXBuildFile - - B9F017891B193BEF77464B67 - - fileRef - 3D35A0E13518EFEC406EDFEF - isa - PBXBuildFile - - DB74A7466A8710147CF4667C - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Copy Pods Resources - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-resources.sh" - - showEnvVarsInLog - 0 - - EC0DC7D21D090B1B00857E1F - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - PagingMenuControllerOptions.swift - sourceTree - <group> - - EC0DC7D31D090B1B00857E1F - - fileRef - EC0DC7D21D090B1B00857E1F - isa - PBXBuildFile - - EC48B6AA1CEC3DD6004C0E3D - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - MenuViewController.storyboard - sourceTree - <group> - - EC48B6AB1CEC3DD6004C0E3D - - fileRef - EC48B6AA1CEC3DD6004C0E3D - isa - PBXBuildFile - - EC48B6AC1CEC40B5004C0E3D - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - PagingMenuViewController.swift - sourceTree - <group> - - EC48B6AD1CEC40B5004C0E3D - - fileRef - EC48B6AC1CEC40B5004C0E3D - isa - PBXBuildFile - - EC48B6AE1CEC413D004C0E3D - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - file.storyboard - path - PagingMenuViewController.storyboard - sourceTree - <group> - - EC48B6AF1CEC413D004C0E3D - - fileRef - EC48B6AE1CEC413D004C0E3D - isa - PBXBuildFile - - EC7BA3F31B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - EC7BA41B1B524C04007FB8A5 - EC7BA41C1B524C04007FB8A5 - 100E661D1CEE82720030C8AF - EC7BA3FC1B524BB4007FB8A5 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA3F41B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - B50B36C1B3DC846362BC2BCC - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA3F51B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - EC7BA4061B524BB4007FB8A5 - EC7BA4031B524BB4007FB8A5 - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA3F61B524BB4007FB8A5 - - buildConfigurationList - EC7BA4171B524BB4007FB8A5 - buildPhases - - 57D5C21541759D87796E93F9 - EC7BA3F31B524BB4007FB8A5 - EC7BA3F41B524BB4007FB8A5 - EC7BA3F51B524BB4007FB8A5 - 229F81CB8BD76DBAF1B4719F - DB74A7466A8710147CF4667C - - buildRules - - dependencies - - isa - PBXNativeTarget - name - PagingMenuControllerDemo2 - productName - PagingMenuControllerDemo2 - productReference - EC7BA3F71B524BB4007FB8A5 - productType - com.apple.product-type.application - - EC7BA3F71B524BB4007FB8A5 - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - PagingMenuControllerDemo2.app - sourceTree - BUILT_PRODUCTS_DIR - - EC7BA3F81B524BB4007FB8A5 - - children - - EC7BA3FB1B524BB4007FB8A5 - 100E661A1CEE82720030C8AF - EC7BA4191B524C04007FB8A5 - EC7BA41A1B524C04007FB8A5 - EC7BA4021B524BB4007FB8A5 - EC7BA4041B524BB4007FB8A5 - EC7BA3F91B524BB4007FB8A5 - - isa - PBXGroup - path - PagingMenuControllerDemo2 - sourceTree - <group> - - EC7BA3F91B524BB4007FB8A5 - - children - - EC7BA3FA1B524BB4007FB8A5 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - EC7BA3FA1B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Info.plist - sourceTree - <group> - - EC7BA3FB1B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - AppDelegate.swift - sourceTree - <group> - - EC7BA3FC1B524BB4007FB8A5 - - fileRef - EC7BA3FB1B524BB4007FB8A5 - isa - PBXBuildFile - - EC7BA4021B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - folder.assetcatalog - path - Images.xcassets - sourceTree - <group> - - EC7BA4031B524BB4007FB8A5 - - fileRef - EC7BA4021B524BB4007FB8A5 - isa - PBXBuildFile - - EC7BA4041B524BB4007FB8A5 - - children - - EC7BA4051B524BB4007FB8A5 - - isa - PBXVariantGroup - name - LaunchScreen.xib - sourceTree - <group> - - EC7BA4051B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - file.xib - name - Base - path - Base.lproj/LaunchScreen.xib - sourceTree - <group> - - EC7BA4061B524BB4007FB8A5 - - fileRef - EC7BA4041B524BB4007FB8A5 - isa - PBXBuildFile - - EC7BA4071B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - EC7BA4121B524BB4007FB8A5 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA4081B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA4091B524BB4007FB8A5 - - buildActionMask - 2147483647 - files - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC7BA40A1B524BB4007FB8A5 - - buildConfigurationList - EC7BA4181B524BB4007FB8A5 - buildPhases - - EC7BA4071B524BB4007FB8A5 - EC7BA4081B524BB4007FB8A5 - EC7BA4091B524BB4007FB8A5 - - buildRules - - dependencies - - EC7BA40D1B524BB4007FB8A5 - - isa - PBXNativeTarget - name - PagingMenuControllerDemo2Tests - productName - PagingMenuControllerDemo2Tests - productReference - EC7BA40B1B524BB4007FB8A5 - productType - com.apple.product-type.bundle.unit-test - - EC7BA40B1B524BB4007FB8A5 - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - PagingMenuControllerDemo2Tests.xctest - sourceTree - BUILT_PRODUCTS_DIR - - EC7BA40C1B524BB4007FB8A5 - - containerPortal - 707C60D31AFF822100BDAB0B - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - EC7BA3F61B524BB4007FB8A5 - remoteInfo - PagingMenuControllerDemo2 - - EC7BA40D1B524BB4007FB8A5 - - isa - PBXTargetDependency - target - EC7BA3F61B524BB4007FB8A5 - targetProxy - EC7BA40C1B524BB4007FB8A5 - - EC7BA40E1B524BB4007FB8A5 - - children - - EC7BA4111B524BB4007FB8A5 - EC7BA40F1B524BB4007FB8A5 - - isa - PBXGroup - path - PagingMenuControllerDemo2Tests - sourceTree - <group> - - EC7BA40F1B524BB4007FB8A5 - - children - - EC7BA4101B524BB4007FB8A5 - - isa - PBXGroup - name - Supporting Files - sourceTree - <group> - - EC7BA4101B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Info.plist - sourceTree - <group> - - EC7BA4111B524BB4007FB8A5 - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - PagingMenuControllerDemo2Tests.swift - sourceTree - <group> - - EC7BA4121B524BB4007FB8A5 - - fileRef - EC7BA4111B524BB4007FB8A5 - isa - PBXBuildFile - - EC7BA4131B524BB4007FB8A5 - - baseConfigurationReference - 03C427477DB91E6E85218AD2 - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - INFOPLIST_FILE - PagingMenuControllerDemo2/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.0 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.yusuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TARGETED_DEVICE_FAMILY - 1,2 - - isa - XCBuildConfiguration - name - Debug - - EC7BA4141B524BB4007FB8A5 - - baseConfigurationReference - 376ABED07EA31AA4F8DEAD32 - buildSettings - - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - YES - ASSETCATALOG_COMPILER_APPICON_NAME - AppIcon - INFOPLIST_FILE - PagingMenuControllerDemo2/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.0 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.yusuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TARGETED_DEVICE_FAMILY - 1,2 - - isa - XCBuildConfiguration - name - Release - - EC7BA4151B524BB4007FB8A5 - - buildSettings - - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - INFOPLIST_FILE - PagingMenuControllerDemo2Tests/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 8.4 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.yusuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_HOST - $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2 - - isa - XCBuildConfiguration - name - Debug - - EC7BA4161B524BB4007FB8A5 - - buildSettings - - BUNDLE_LOADER - $(TEST_HOST) - FRAMEWORK_SEARCH_PATHS - - $(SDKROOT)/Developer/Library/Frameworks - $(inherited) - - INFOPLIST_FILE - PagingMenuControllerDemo2Tests/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 8.4 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.yusuke.$(PRODUCT_NAME:rfc1034identifier) - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_HOST - $(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2 - - isa - XCBuildConfiguration - name - Release - - EC7BA4171B524BB4007FB8A5 - - buildConfigurations - - EC7BA4131B524BB4007FB8A5 - EC7BA4141B524BB4007FB8A5 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - EC7BA4181B524BB4007FB8A5 - - buildConfigurations - - EC7BA4151B524BB4007FB8A5 - EC7BA4161B524BB4007FB8A5 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - EC7BA4191B524C04007FB8A5 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - ViewController1.swift - sourceTree - <group> - - EC7BA41A1B524C04007FB8A5 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - ViewController2.swift - sourceTree - <group> - - EC7BA41B1B524C04007FB8A5 - - fileRef - EC7BA4191B524C04007FB8A5 - isa - PBXBuildFile - - EC7BA41C1B524C04007FB8A5 - - fileRef - EC7BA41A1B524C04007FB8A5 - isa - PBXBuildFile - - EC9621591C5B4F1700DA6EE6 - - buildActionMask - 2147483647 - files - - EC9621601C5B4F1700DA6EE6 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC96215A1C5B4F1700DA6EE6 - - buildActionMask - 2147483647 - files - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC96215B1C5B4F1700DA6EE6 - - buildActionMask - 2147483647 - files - - isa - PBXResourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EC96215C1C5B4F1700DA6EE6 - - buildConfigurationList - EC9621661C5B4F1700DA6EE6 - buildPhases - - EC9621591C5B4F1700DA6EE6 - EC96215A1C5B4F1700DA6EE6 - EC96215B1C5B4F1700DA6EE6 - - buildRules - - dependencies - - EC9621631C5B4F1700DA6EE6 - - isa - PBXNativeTarget - name - PagingMenuControllerDemoUITests - productName - PagingMenuControllerDemoUITests - productReference - EC96215D1C5B4F1700DA6EE6 - productType - com.apple.product-type.bundle.ui-testing - - EC96215D1C5B4F1700DA6EE6 - - explicitFileType - wrapper.cfbundle - includeInIndex - 0 - isa - PBXFileReference - path - PagingMenuControllerDemoUITests.xctest - sourceTree - BUILT_PRODUCTS_DIR - - EC96215E1C5B4F1700DA6EE6 - - children - - EC96215F1C5B4F1700DA6EE6 - EC9621611C5B4F1700DA6EE6 - - isa - PBXGroup - path - PagingMenuControllerDemoUITests - sourceTree - <group> - - EC96215F1C5B4F1700DA6EE6 - - isa - PBXFileReference - lastKnownFileType - sourcecode.swift - path - PagingMenuControllerDemoUITests.swift - sourceTree - <group> - - EC9621601C5B4F1700DA6EE6 - - fileRef - EC96215F1C5B4F1700DA6EE6 - isa - PBXBuildFile - - EC9621611C5B4F1700DA6EE6 - - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Info.plist - sourceTree - <group> - - EC9621621C5B4F1700DA6EE6 - - containerPortal - 707C60D31AFF822100BDAB0B - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 707C60DA1AFF822100BDAB0B - remoteInfo - PagingMenuControllerDemo - - EC9621631C5B4F1700DA6EE6 - - isa - PBXTargetDependency - target - 707C60DA1AFF822100BDAB0B - targetProxy - EC9621621C5B4F1700DA6EE6 - - EC9621641C5B4F1700DA6EE6 - - buildSettings - - DEBUG_INFORMATION_FORMAT - dwarf - INFOPLIST_FILE - PagingMenuControllerDemoUITests/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.2 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.PagingMenuControllerDemoUITests - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_TARGET_NAME - PagingMenuControllerDemo - USES_XCTRUNNER - YES - - isa - XCBuildConfiguration - name - Debug - - EC9621651C5B4F1700DA6EE6 - - buildSettings - - INFOPLIST_FILE - PagingMenuControllerDemoUITests/Info.plist - IPHONEOS_DEPLOYMENT_TARGET - 9.2 - LD_RUNPATH_SEARCH_PATHS - $(inherited) @executable_path/Frameworks @loader_path/Frameworks - PRODUCT_BUNDLE_IDENTIFIER - com.kitasuke.PagingMenuControllerDemoUITests - PRODUCT_NAME - $(TARGET_NAME) - SWIFT_VERSION - 3.0 - TEST_TARGET_NAME - PagingMenuControllerDemo - USES_XCTRUNNER - YES - - isa - XCBuildConfiguration - name - Release - - EC9621661C5B4F1700DA6EE6 - - buildConfigurations - - EC9621641C5B4F1700DA6EE6 - EC9621651C5B4F1700DA6EE6 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - EE6D7E4E867A74F09D5D2603 - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - name - [CP] Embed Pods Frameworks - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - "${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-frameworks.sh" - - showEnvVarsInLog - 0 - - FDA9C79E41CDD8CF2282BA90 - - children - - 37DB6C408095AB6AE01575DD - 55CF464B33595E0DB123AF77 - 03C427477DB91E6E85218AD2 - 376ABED07EA31AA4F8DEAD32 - A77A4C2595FFFC7D39FB9291 - 86E133660B679D5777BC191C - - isa - PBXGroup - name - Pods - sourceTree - <group> - - - rootObject - 707C60D31AFF822100BDAB0B - - +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 100E661D1CEE82720030C8AF /* RootViewControoler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100E661A1CEE82720030C8AF /* RootViewControoler.swift */; }; + 1A4915476E84149DEF5F6C4F /* Pods_PagingMenuControllerDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */; }; + 707C60E11AFF822100BDAB0B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60E01AFF822100BDAB0B /* AppDelegate.swift */; }; + 707C60E31AFF822100BDAB0B /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60E21AFF822100BDAB0B /* RootViewController.swift */; }; + 707C60E61AFF822100BDAB0B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E41AFF822100BDAB0B /* Main.storyboard */; }; + 707C60E81AFF822200BDAB0B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E71AFF822200BDAB0B /* Images.xcassets */; }; + 707C60EB1AFF822200BDAB0B /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */; }; + 707C60F71AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */; }; + 707C61011AFF83C700BDAB0B /* UsersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61001AFF83C700BDAB0B /* UsersViewController.swift */; }; + 707C61031AFF843F00BDAB0B /* RepositoriesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */; }; + 707C61051AFF845200BDAB0B /* GistsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61041AFF845200BDAB0B /* GistsViewController.swift */; }; + 707C61071AFF846800BDAB0B /* OrganizationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */; }; + B50B36C1B3DC846362BC2BCC /* Pods_PagingMenuControllerDemo2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */; }; + B9F017891B193BEF77464B67 /* Pods_PagingMenuControllerDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */; }; + EC0DC7D31D090B1B00857E1F /* PagingMenuControllerOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */; }; + EC48B6AB1CEC3DD6004C0E3D /* MenuViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */; }; + EC48B6AD1CEC40B5004C0E3D /* PagingMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */; }; + EC48B6AF1CEC413D004C0E3D /* PagingMenuViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */; }; + EC7BA3FC1B524BB4007FB8A5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */; }; + EC7BA4031B524BB4007FB8A5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC7BA4021B524BB4007FB8A5 /* Images.xcassets */; }; + EC7BA4061B524BB4007FB8A5 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */; }; + EC7BA4121B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */; }; + EC7BA41B1B524C04007FB8A5 /* ViewController1.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA4191B524C04007FB8A5 /* ViewController1.swift */; }; + EC7BA41C1B524C04007FB8A5 /* ViewController2.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */; }; + EC9621601C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 707C60F11AFF822200BDAB0B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 707C60DA1AFF822100BDAB0B; + remoteInfo = PagingMenuControllerDemo; + }; + EC7BA40C1B524BB4007FB8A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC7BA3F61B524BB4007FB8A5; + remoteInfo = PagingMenuControllerDemo2; + }; + EC9621621C5B4F1700DA6EE6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 707C60D31AFF822100BDAB0B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 707C60DA1AFF822100BDAB0B; + remoteInfo = PagingMenuControllerDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 70C505481B0058B10007571E /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo2.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.debug.xcconfig"; sourceTree = ""; }; + 100E661A1CEE82720030C8AF /* RootViewControoler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootViewControoler.swift; sourceTree = ""; }; + 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo2.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2.release.xcconfig"; sourceTree = ""; }; + 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.debug.xcconfig"; sourceTree = ""; }; + 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo.release.xcconfig"; sourceTree = ""; }; + 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PagingMenuControllerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 707C60DF1AFF822100BDAB0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 707C60E01AFF822100BDAB0B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 707C60E21AFF822100BDAB0B /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = ""; }; + 707C60E51AFF822100BDAB0B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 707C60E71AFF822200BDAB0B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 707C60EA1AFF822200BDAB0B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 707C60F51AFF822200BDAB0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemoTests.swift; sourceTree = ""; }; + 707C61001AFF83C700BDAB0B /* UsersViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UsersViewController.swift; sourceTree = ""; }; + 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepositoriesViewController.swift; sourceTree = ""; }; + 707C61041AFF845200BDAB0B /* GistsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GistsViewController.swift; sourceTree = ""; }; + 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrganizationsViewController.swift; sourceTree = ""; }; + 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PagingMenuControllerDemo2.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.release.xcconfig"; sourceTree = ""; }; + A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PagingMenuControllerDemoTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests.debug.xcconfig"; sourceTree = ""; }; + EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerOptions.swift; sourceTree = ""; }; + EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MenuViewController.storyboard; sourceTree = ""; }; + EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagingMenuViewController.swift; sourceTree = ""; }; + EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PagingMenuViewController.storyboard; sourceTree = ""; }; + EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PagingMenuControllerDemo2.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EC7BA3FA1B524BB4007FB8A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + EC7BA4021B524BB4007FB8A5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + EC7BA4051B524BB4007FB8A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemo2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + EC7BA4101B524BB4007FB8A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemo2Tests.swift; sourceTree = ""; }; + EC7BA4191B524C04007FB8A5 /* ViewController1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController1.swift; sourceTree = ""; }; + EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController2.swift; sourceTree = ""; }; + EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PagingMenuControllerDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PagingMenuControllerDemoUITests.swift; sourceTree = ""; }; + EC9621611C5B4F1700DA6EE6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 707C60D81AFF822100BDAB0B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A4915476E84149DEF5F6C4F /* Pods_PagingMenuControllerDemo.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 707C60ED1AFF822200BDAB0B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B9F017891B193BEF77464B67 /* Pods_PagingMenuControllerDemoTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA3F41B524BB4007FB8A5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B50B36C1B3DC846362BC2BCC /* Pods_PagingMenuControllerDemo2.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA4081B524BB4007FB8A5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC96215A1C5B4F1700DA6EE6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 588AF2C45BDFB4ECF2A050B6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 640A090301535F115BD3DBD9 /* Pods_PagingMenuControllerDemo.framework */, + 7502E520266C60B11B332CB2 /* Pods_PagingMenuControllerDemo2.framework */, + 3D35A0E13518EFEC406EDFEF /* Pods_PagingMenuControllerDemoTests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 707C60D21AFF822100BDAB0B = { + isa = PBXGroup; + children = ( + 707C60DD1AFF822100BDAB0B /* PagingMenuControllerDemo */, + 707C60F31AFF822200BDAB0B /* PagingMenuControllerDemoTests */, + EC7BA3F81B524BB4007FB8A5 /* PagingMenuControllerDemo2 */, + EC7BA40E1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */, + EC96215E1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */, + 707C60DC1AFF822100BDAB0B /* Products */, + FDA9C79E41CDD8CF2282BA90 /* Pods */, + 588AF2C45BDFB4ECF2A050B6 /* Frameworks */, + ); + sourceTree = ""; + }; + 707C60DC1AFF822100BDAB0B /* Products */ = { + isa = PBXGroup; + children = ( + 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */, + 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */, + EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */, + EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */, + EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 707C60DD1AFF822100BDAB0B /* PagingMenuControllerDemo */ = { + isa = PBXGroup; + children = ( + 707C60E01AFF822100BDAB0B /* AppDelegate.swift */, + 707C60E21AFF822100BDAB0B /* RootViewController.swift */, + EC48B6AC1CEC40B5004C0E3D /* PagingMenuViewController.swift */, + EC0DC7D21D090B1B00857E1F /* PagingMenuControllerOptions.swift */, + 707C61001AFF83C700BDAB0B /* UsersViewController.swift */, + 707C61021AFF843F00BDAB0B /* RepositoriesViewController.swift */, + 707C61041AFF845200BDAB0B /* GistsViewController.swift */, + 707C61061AFF846800BDAB0B /* OrganizationsViewController.swift */, + 707C60E41AFF822100BDAB0B /* Main.storyboard */, + EC48B6AE1CEC413D004C0E3D /* PagingMenuViewController.storyboard */, + EC48B6AA1CEC3DD6004C0E3D /* MenuViewController.storyboard */, + 707C60E71AFF822200BDAB0B /* Images.xcassets */, + 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */, + 707C60DE1AFF822100BDAB0B /* Supporting Files */, + ); + path = PagingMenuControllerDemo; + sourceTree = ""; + }; + 707C60DE1AFF822100BDAB0B /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 707C60DF1AFF822100BDAB0B /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 707C60F31AFF822200BDAB0B /* PagingMenuControllerDemoTests */ = { + isa = PBXGroup; + children = ( + 707C60F61AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift */, + 707C60F41AFF822200BDAB0B /* Supporting Files */, + ); + path = PagingMenuControllerDemoTests; + sourceTree = ""; + }; + 707C60F41AFF822200BDAB0B /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 707C60F51AFF822200BDAB0B /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + EC7BA3F81B524BB4007FB8A5 /* PagingMenuControllerDemo2 */ = { + isa = PBXGroup; + children = ( + EC7BA3FB1B524BB4007FB8A5 /* AppDelegate.swift */, + 100E661A1CEE82720030C8AF /* RootViewControoler.swift */, + EC7BA4191B524C04007FB8A5 /* ViewController1.swift */, + EC7BA41A1B524C04007FB8A5 /* ViewController2.swift */, + EC7BA4021B524BB4007FB8A5 /* Images.xcassets */, + EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */, + EC7BA3F91B524BB4007FB8A5 /* Supporting Files */, + ); + path = PagingMenuControllerDemo2; + sourceTree = ""; + }; + EC7BA3F91B524BB4007FB8A5 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + EC7BA3FA1B524BB4007FB8A5 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + EC7BA40E1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */ = { + isa = PBXGroup; + children = ( + EC7BA4111B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift */, + EC7BA40F1B524BB4007FB8A5 /* Supporting Files */, + ); + path = PagingMenuControllerDemo2Tests; + sourceTree = ""; + }; + EC7BA40F1B524BB4007FB8A5 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + EC7BA4101B524BB4007FB8A5 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + EC96215E1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */ = { + isa = PBXGroup; + children = ( + EC96215F1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift */, + EC9621611C5B4F1700DA6EE6 /* Info.plist */, + ); + path = PagingMenuControllerDemoUITests; + sourceTree = ""; + }; + FDA9C79E41CDD8CF2282BA90 /* Pods */ = { + isa = PBXGroup; + children = ( + 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */, + 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */, + 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */, + 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */, + A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */, + 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 707C60FA1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo" */; + buildPhases = ( + 81D7254A1C3EA86418ABA06D /* [CP] Check Pods Manifest.lock */, + 707C60D71AFF822100BDAB0B /* Sources */, + 707C60D81AFF822100BDAB0B /* Frameworks */, + 707C60D91AFF822100BDAB0B /* Resources */, + 70C505481B0058B10007571E /* Embed Frameworks */, + 8EBB653436FDCF3C48E9A04C /* [CP] Embed Pods Frameworks */, + 4912F03CF8BCA040ACEF6BB3 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PagingMenuControllerDemo; + productName = PagingMenuControllerDemo; + productReference = 707C60DB1AFF822100BDAB0B /* PagingMenuControllerDemo.app */; + productType = "com.apple.product-type.application"; + }; + 707C60EF1AFF822200BDAB0B /* PagingMenuControllerDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 707C60FD1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoTests" */; + buildPhases = ( + 064F5A6B604DDCD41EF6E479 /* [CP] Check Pods Manifest.lock */, + 707C60EC1AFF822200BDAB0B /* Sources */, + 707C60ED1AFF822200BDAB0B /* Frameworks */, + 707C60EE1AFF822200BDAB0B /* Resources */, + EE6D7E4E867A74F09D5D2603 /* [CP] Embed Pods Frameworks */, + A76777B0290FC45617EB6DD0 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 707C60F21AFF822200BDAB0B /* PBXTargetDependency */, + ); + name = PagingMenuControllerDemoTests; + productName = PagingMenuControllerDemoTests; + productReference = 707C60F01AFF822200BDAB0B /* PagingMenuControllerDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = EC7BA4171B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2" */; + buildPhases = ( + 57D5C21541759D87796E93F9 /* [CP] Check Pods Manifest.lock */, + EC7BA3F31B524BB4007FB8A5 /* Sources */, + EC7BA3F41B524BB4007FB8A5 /* Frameworks */, + EC7BA3F51B524BB4007FB8A5 /* Resources */, + 229F81CB8BD76DBAF1B4719F /* [CP] Embed Pods Frameworks */, + DB74A7466A8710147CF4667C /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PagingMenuControllerDemo2; + productName = PagingMenuControllerDemo2; + productReference = EC7BA3F71B524BB4007FB8A5 /* PagingMenuControllerDemo2.app */; + productType = "com.apple.product-type.application"; + }; + EC7BA40A1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EC7BA4181B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2Tests" */; + buildPhases = ( + EC7BA4071B524BB4007FB8A5 /* Sources */, + EC7BA4081B524BB4007FB8A5 /* Frameworks */, + EC7BA4091B524BB4007FB8A5 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EC7BA40D1B524BB4007FB8A5 /* PBXTargetDependency */, + ); + name = PagingMenuControllerDemo2Tests; + productName = PagingMenuControllerDemo2Tests; + productReference = EC7BA40B1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + EC96215C1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EC9621661C5B4F1700DA6EE6 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoUITests" */; + buildPhases = ( + EC9621591C5B4F1700DA6EE6 /* Sources */, + EC96215A1C5B4F1700DA6EE6 /* Frameworks */, + EC96215B1C5B4F1700DA6EE6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EC9621631C5B4F1700DA6EE6 /* PBXTargetDependency */, + ); + name = PagingMenuControllerDemoUITests; + productName = PagingMenuControllerDemoUITests; + productReference = EC96215D1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 707C60D31AFF822100BDAB0B /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0720; + LastUpgradeCheck = 0800; + ORGANIZATIONNAME = kitasuke; + TargetAttributes = { + 707C60DA1AFF822100BDAB0B = { + CreatedOnToolsVersion = 6.3.1; + LastSwiftMigration = 0800; + }; + 707C60EF1AFF822200BDAB0B = { + CreatedOnToolsVersion = 6.3.1; + LastSwiftMigration = 0800; + TestTargetID = 707C60DA1AFF822100BDAB0B; + }; + EC7BA3F61B524BB4007FB8A5 = { + CreatedOnToolsVersion = 6.4; + }; + EC7BA40A1B524BB4007FB8A5 = { + CreatedOnToolsVersion = 6.4; + TestTargetID = EC7BA3F61B524BB4007FB8A5; + }; + EC96215C1C5B4F1700DA6EE6 = { + CreatedOnToolsVersion = 7.2; + LastSwiftMigration = 0800; + TestTargetID = 707C60DA1AFF822100BDAB0B; + }; + }; + }; + buildConfigurationList = 707C60D61AFF822100BDAB0B /* Build configuration list for PBXProject "PagingMenuControllerDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 707C60D21AFF822100BDAB0B; + productRefGroup = 707C60DC1AFF822100BDAB0B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */, + 707C60EF1AFF822200BDAB0B /* PagingMenuControllerDemoTests */, + EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */, + EC7BA40A1B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests */, + EC96215C1C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 707C60D91AFF822100BDAB0B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 707C60E61AFF822100BDAB0B /* Main.storyboard in Resources */, + EC48B6AF1CEC413D004C0E3D /* PagingMenuViewController.storyboard in Resources */, + 707C60EB1AFF822200BDAB0B /* LaunchScreen.xib in Resources */, + EC48B6AB1CEC3DD6004C0E3D /* MenuViewController.storyboard in Resources */, + 707C60E81AFF822200BDAB0B /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 707C60EE1AFF822200BDAB0B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA3F51B524BB4007FB8A5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EC7BA4061B524BB4007FB8A5 /* LaunchScreen.xib in Resources */, + EC7BA4031B524BB4007FB8A5 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA4091B524BB4007FB8A5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC96215B1C5B4F1700DA6EE6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 064F5A6B604DDCD41EF6E479 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 229F81CB8BD76DBAF1B4719F /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 4912F03CF8BCA040ACEF6BB3 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 57D5C21541759D87796E93F9 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 81D7254A1C3EA86418ABA06D /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] 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 # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 8EBB653436FDCF3C48E9A04C /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo/Pods-PagingMenuControllerDemo-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + A76777B0290FC45617EB6DD0 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + DB74A7466A8710147CF4667C /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemo2/Pods-PagingMenuControllerDemo2-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + EE6D7E4E867A74F09D5D2603 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PagingMenuControllerDemoTests/Pods-PagingMenuControllerDemoTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 707C60D71AFF822100BDAB0B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 707C61051AFF845200BDAB0B /* GistsViewController.swift in Sources */, + 707C61071AFF846800BDAB0B /* OrganizationsViewController.swift in Sources */, + 707C61011AFF83C700BDAB0B /* UsersViewController.swift in Sources */, + EC48B6AD1CEC40B5004C0E3D /* PagingMenuViewController.swift in Sources */, + 707C61031AFF843F00BDAB0B /* RepositoriesViewController.swift in Sources */, + EC0DC7D31D090B1B00857E1F /* PagingMenuControllerOptions.swift in Sources */, + 707C60E31AFF822100BDAB0B /* RootViewController.swift in Sources */, + 707C60E11AFF822100BDAB0B /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 707C60EC1AFF822200BDAB0B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 707C60F71AFF822200BDAB0B /* PagingMenuControllerDemoTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA3F31B524BB4007FB8A5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EC7BA41B1B524C04007FB8A5 /* ViewController1.swift in Sources */, + EC7BA41C1B524C04007FB8A5 /* ViewController2.swift in Sources */, + 100E661D1CEE82720030C8AF /* RootViewControoler.swift in Sources */, + EC7BA3FC1B524BB4007FB8A5 /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC7BA4071B524BB4007FB8A5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EC7BA4121B524BB4007FB8A5 /* PagingMenuControllerDemo2Tests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC9621591C5B4F1700DA6EE6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EC9621601C5B4F1700DA6EE6 /* PagingMenuControllerDemoUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 707C60F21AFF822200BDAB0B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */; + targetProxy = 707C60F11AFF822200BDAB0B /* PBXContainerItemProxy */; + }; + EC7BA40D1B524BB4007FB8A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = EC7BA3F61B524BB4007FB8A5 /* PagingMenuControllerDemo2 */; + targetProxy = EC7BA40C1B524BB4007FB8A5 /* PBXContainerItemProxy */; + }; + EC9621631C5B4F1700DA6EE6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 707C60DA1AFF822100BDAB0B /* PagingMenuControllerDemo */; + targetProxy = EC9621621C5B4F1700DA6EE6 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 707C60E41AFF822100BDAB0B /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 707C60E51AFF822100BDAB0B /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 707C60E91AFF822200BDAB0B /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 707C60EA1AFF822200BDAB0B /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; + EC7BA4041B524BB4007FB8A5 /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + EC7BA4051B524BB4007FB8A5 /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 707C60F81AFF822200BDAB0B /* 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_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + 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 = 9.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 707C60F91AFF822200BDAB0B /* 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_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + 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 = 9.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 707C60FB1AFF822200BDAB0B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37DB6C408095AB6AE01575DD /* Pods-PagingMenuControllerDemo.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = PagingMenuControllerDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 707C60FC1AFF822200BDAB0B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 55CF464B33595E0DB123AF77 /* Pods-PagingMenuControllerDemo.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = PagingMenuControllerDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 707C60FE1AFF822200BDAB0B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A77A4C2595FFFC7D39FB9291 /* Pods-PagingMenuControllerDemoTests.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = PagingMenuControllerDemoTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo"; + }; + name = Debug; + }; + 707C60FF1AFF822200BDAB0B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 86E133660B679D5777BC191C /* Pods-PagingMenuControllerDemoTests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = PagingMenuControllerDemoTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kitasuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo.app/PagingMenuControllerDemo"; + }; + name = Release; + }; + EC7BA4131B524BB4007FB8A5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 03C427477DB91E6E85218AD2 /* Pods-PagingMenuControllerDemo2.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = PagingMenuControllerDemo2/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EC7BA4141B524BB4007FB8A5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 376ABED07EA31AA4F8DEAD32 /* Pods-PagingMenuControllerDemo2.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = PagingMenuControllerDemo2/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + EC7BA4151B524BB4007FB8A5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = PagingMenuControllerDemo2Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.4; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2"; + }; + name = Debug; + }; + EC7BA4161B524BB4007FB8A5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = PagingMenuControllerDemo2Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.4; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.yusuke.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PagingMenuControllerDemo2.app/PagingMenuControllerDemo2"; + }; + name = Release; + }; + EC9621641C5B4F1700DA6EE6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = dwarf; + INFOPLIST_FILE = PagingMenuControllerDemoUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.kitasuke.PagingMenuControllerDemoUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_TARGET_NAME = PagingMenuControllerDemo; + USES_XCTRUNNER = YES; + }; + name = Debug; + }; + EC9621651C5B4F1700DA6EE6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = PagingMenuControllerDemoUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.kitasuke.PagingMenuControllerDemoUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; + TEST_TARGET_NAME = PagingMenuControllerDemo; + USES_XCTRUNNER = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 707C60D61AFF822100BDAB0B /* Build configuration list for PBXProject "PagingMenuControllerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 707C60F81AFF822200BDAB0B /* Debug */, + 707C60F91AFF822200BDAB0B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 707C60FA1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 707C60FB1AFF822200BDAB0B /* Debug */, + 707C60FC1AFF822200BDAB0B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 707C60FD1AFF822200BDAB0B /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 707C60FE1AFF822200BDAB0B /* Debug */, + 707C60FF1AFF822200BDAB0B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EC7BA4171B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EC7BA4131B524BB4007FB8A5 /* Debug */, + EC7BA4141B524BB4007FB8A5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EC7BA4181B524BB4007FB8A5 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemo2Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EC7BA4151B524BB4007FB8A5 /* Debug */, + EC7BA4161B524BB4007FB8A5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EC9621661C5B4F1700DA6EE6 /* Build configuration list for PBXNativeTarget "PagingMenuControllerDemoUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EC9621641C5B4F1700DA6EE6 /* Debug */, + EC9621651C5B4F1700DA6EE6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 707C60D31AFF822100BDAB0B /* Project object */; +} diff --git a/Example/Podfile.lock b/Example/Podfile.lock index fa445096..7f3bcfda 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,11 +6,11 @@ DEPENDENCIES: EXTERNAL SOURCES: PagingMenuController: - :path: "../" + :path: ../ SPEC CHECKSUMS: PagingMenuController: 60602bfb5421d6536c1e3097baeed601dec1d85b PODFILE CHECKSUM: ad8a39de8cc58c1b803b2e2b316ca0de8adca12c -COCOAPODS: 1.0.1 +COCOAPODS: 1.1.1 From 983716be364695b389ffd66870e8fb39afcd599a Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Fri, 13 Jan 2017 23:35:00 -0500 Subject: [PATCH 3/3] Issue #291: Improved contentOffsetXForCurrentPage to get current element's offset without weird behavior. --- Pod/Classes/MenuView.swift | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/Pod/Classes/MenuView.swift b/Pod/Classes/MenuView.swift index 1d6a8cb0..dd9ec9b2 100644 --- a/Pod/Classes/MenuView.swift +++ b/Pod/Classes/MenuView.swift @@ -67,30 +67,19 @@ open class MenuView: UIScrollView { return menuItemViews[currentPage].frame.midX - screenWidth / 2 } fileprivate var contentOffsetXForCurrentPage: CGFloat { - var tmpElementWidth: CGFloat - var tmpElementPosX: CGFloat + // Get the content offset X for the current element so the next one will be visible. let currentElementFrame = menuItemViews[currentPage].frame let deviceWidth = (UIApplication.shared.keyWindow!.bounds.width) - if (currentPage != menuItemViews.count - 1) { - let nextElementFrame = menuItemViews[currentPage + 1].frame - tmpElementWidth = nextElementFrame.size.width / 2 - tmpElementPosX = nextElementFrame.origin.x - let leadingValueForNextElement = deviceWidth - (tmpElementWidth + MenuViewItemsMarginRigth) - let simulatedOffset = nextElementFrame.origin.x - leadingValueForNextElement - if (currentElementFrame.origin.x < simulatedOffset) { - tmpElementWidth = currentElementFrame.size.width + nextElementFrame.size.width / 2 - tmpElementPosX = currentElementFrame.origin.x - } - } else { - tmpElementWidth = currentElementFrame.size.width - tmpElementPosX = currentElementFrame.origin.x - } - let leadingValue = deviceWidth - (tmpElementWidth + MenuViewItemsMarginRigth) - if (leadingValue > 0) { - return max(tmpElementPosX - leadingValue, 0) + if (currentPage == menuItemViews.count - 1) { + // Current element is the last element. + let leadingValue = deviceWidth - (currentElementFrame.size.width + MenuViewItemsMarginRigth) + return max(currentElementFrame.origin.x - leadingValue, 0) } - return contentOffset.x + // There is a nextElement we should care about. + let nextElement = menuItemViews[currentPage + 1] + let leadingValue = deviceWidth - (currentElementFrame.size.width + nextElement.frame.size.width / 2 + MenuViewItemsMarginRigth) + return max(currentElementFrame.origin.x - leadingValue, 0) } fileprivate var currentIndex: Int = 0