diff --git a/Examples/Simple/RESideMenuExample.xcodeproj/project.pbxproj b/Examples/Simple/RESideMenuExample.xcodeproj/project.pbxproj index a303a94e..37d9fc6e 100644 --- a/Examples/Simple/RESideMenuExample.xcodeproj/project.pbxproj +++ b/Examples/Simple/RESideMenuExample.xcodeproj/project.pbxproj @@ -14,9 +14,6 @@ 3032B91F1807338200064F85 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B91E1807338200064F85 /* main.m */; }; 3032B9231807338200064F85 /* DEMOAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B9221807338200064F85 /* DEMOAppDelegate.m */; }; 3032B9251807338200064F85 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3032B9241807338200064F85 /* Images.xcassets */; }; - 3032B92C1807338200064F85 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B92B1807338200064F85 /* XCTest.framework */; }; - 3032B92D1807338200064F85 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B9121807338200064F85 /* Foundation.framework */; }; - 3032B92E1807338200064F85 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3032B9161807338200064F85 /* UIKit.framework */; }; 3032B954180736C900064F85 /* DEMOFirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B953180736C900064F85 /* DEMOFirstViewController.m */; }; 3032B958180736E200064F85 /* DEMOSecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B957180736E200064F85 /* DEMOSecondViewController.m */; }; 3032B95E1807372B00064F85 /* DEMOLeftMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3032B95D1807372B00064F85 /* DEMOLeftMenuViewController.m */; }; @@ -26,16 +23,6 @@ 30FE3D1F18AB3B6A003F59ED /* DEMORightMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FE3D1E18AB3B6A003F59ED /* DEMORightMenuViewController.m */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3032B92F1807338200064F85 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3032B9071807338200064F85 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3032B90E1807338200064F85; - remoteInfo = RESideMenuExample; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3032B90F1807338200064F85 /* RESideMenuExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RESideMenuExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3032B9121807338200064F85 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -48,7 +35,6 @@ 3032B9211807338200064F85 /* DEMOAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DEMOAppDelegate.h; sourceTree = ""; }; 3032B9221807338200064F85 /* DEMOAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DEMOAppDelegate.m; sourceTree = ""; }; 3032B9241807338200064F85 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RESideMenuExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 3032B92B1807338200064F85 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 3032B952180736C900064F85 /* DEMOFirstViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DEMOFirstViewController.h; sourceTree = ""; }; 3032B953180736C900064F85 /* DEMOFirstViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DEMOFirstViewController.m; sourceTree = ""; }; @@ -77,16 +63,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3032B9271807338200064F85 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3032B92C1807338200064F85 /* XCTest.framework in Frameworks */, - 3032B92E1807338200064F85 /* UIKit.framework in Frameworks */, - 3032B92D1807338200064F85 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -104,7 +80,6 @@ isa = PBXGroup; children = ( 3032B90F1807338200064F85 /* RESideMenuExample.app */, - 3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */, ); name = Products; sourceTree = ""; @@ -192,24 +167,6 @@ productReference = 3032B90F1807338200064F85 /* RESideMenuExample.app */; productType = "com.apple.product-type.application"; }; - 3032B9291807338200064F85 /* RESideMenuExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3032B93E1807338200064F85 /* Build configuration list for PBXNativeTarget "RESideMenuExampleTests" */; - buildPhases = ( - 3032B9261807338200064F85 /* Sources */, - 3032B9271807338200064F85 /* Frameworks */, - 3032B9281807338200064F85 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3032B9301807338200064F85 /* PBXTargetDependency */, - ); - name = RESideMenuExampleTests; - productName = RESideMenuExampleTests; - productReference = 3032B92A1807338200064F85 /* RESideMenuExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -219,11 +176,6 @@ CLASSPREFIX = DEMO; LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Roman Efimov"; - TargetAttributes = { - 3032B9291807338200064F85 = { - TestTargetID = 3032B90E1807338200064F85; - }; - }; }; buildConfigurationList = 3032B90A1807338200064F85 /* Build configuration list for PBXProject "RESideMenuExample" */; compatibilityVersion = "Xcode 3.2"; @@ -238,7 +190,6 @@ projectRoot = ""; targets = ( 3032B90E1807338200064F85 /* RESideMenuExample */, - 3032B9291807338200064F85 /* RESideMenuExampleTests */, ); }; /* End PBXProject section */ @@ -253,13 +204,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3032B9281807338200064F85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -279,23 +223,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3032B9261807338200064F85 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3032B9301807338200064F85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3032B90E1807338200064F85 /* RESideMenuExample */; - targetProxy = 3032B92F1807338200064F85 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3032B91B1807338200064F85 /* InfoPlist.strings */ = { isa = PBXVariantGroup; @@ -408,46 +337,6 @@ }; name = Release; }; - 3032B93F1807338200064F85 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuExample.app/RESideMenuExample"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RESideMenuExample/RESideMenuExample-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "RESideMenuExampleTests/RESideMenuExampleTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 3032B9401807338200064F85 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuExample.app/RESideMenuExample"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RESideMenuExample/RESideMenuExample-Prefix.pch"; - INFOPLIST_FILE = "RESideMenuExampleTests/RESideMenuExampleTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -469,15 +358,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3032B93E1807338200064F85 /* Build configuration list for PBXNativeTarget "RESideMenuExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3032B93F1807338200064F85 /* Debug */, - 3032B9401807338200064F85 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3032B9071807338200064F85 /* Project object */; diff --git a/Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace/xcshareddata/RESideMenuExample.xccheckout b/Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace/xcshareddata/RESideMenuExample.xccheckout index aeafc9ea..efce08e1 100644 --- a/Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace/xcshareddata/RESideMenuExample.xccheckout +++ b/Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace/xcshareddata/RESideMenuExample.xccheckout @@ -10,29 +10,29 @@ RESideMenuExample IDESourceControlProjectOriginsDictionary - A7BD2007-A73A-4CBC-967D-3FF589655E75 + 4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215 ssh://github.com/romaonthego/RESideMenu.git IDESourceControlProjectPath Examples/Simple/RESideMenuExample.xcodeproj/project.xcworkspace IDESourceControlProjectRelativeInstallPathDictionary - A7BD2007-A73A-4CBC-967D-3FF589655E75 + 4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215 ../../../.. IDESourceControlProjectURL ssh://github.com/romaonthego/RESideMenu.git IDESourceControlProjectVersion - 110 + 111 IDESourceControlProjectWCCIdentifier - A7BD2007-A73A-4CBC-967D-3FF589655E75 + 4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215 IDESourceControlProjectWCConfigurations IDESourceControlRepositoryExtensionIdentifierKey public.vcs.git IDESourceControlWCCIdentifierKey - A7BD2007-A73A-4CBC-967D-3FF589655E75 + 4D9AE519C7D7E765CA7498EFD8B3BB24ACB11215 IDESourceControlWCCName RESideMenu diff --git a/Examples/Storyboards/RESideMenuStoryboardsExample.xcodeproj/project.pbxproj b/Examples/Storyboards/RESideMenuStoryboardsExample.xcodeproj/project.pbxproj index 82f26960..314afcab 100644 --- a/Examples/Storyboards/RESideMenuStoryboardsExample.xcodeproj/project.pbxproj +++ b/Examples/Storyboards/RESideMenuStoryboardsExample.xcodeproj/project.pbxproj @@ -15,9 +15,6 @@ 3076CDD21809B47200527E6C /* DEMOAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3076CDD11809B47200527E6C /* DEMOAppDelegate.m */; }; 3076CDD51809B47200527E6C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3076CDD31809B47200527E6C /* Main.storyboard */; }; 3076CDDA1809B47200527E6C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3076CDD91809B47200527E6C /* Images.xcassets */; }; - 3076CDE11809B47200527E6C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3076CDE01809B47200527E6C /* XCTest.framework */; }; - 3076CDE21809B47200527E6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3076CDC11809B47200527E6C /* Foundation.framework */; }; - 3076CDE31809B47200527E6C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3076CDC51809B47200527E6C /* UIKit.framework */; }; 3076CE011809B59E00527E6C /* DEMOFirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3076CDF81809B59E00527E6C /* DEMOFirstViewController.m */; }; 3076CE021809B59E00527E6C /* DEMOLeftMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3076CDFA1809B59E00527E6C /* DEMOLeftMenuViewController.m */; }; 3076CE041809B59E00527E6C /* DEMORootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3076CDFE1809B59E00527E6C /* DEMORootViewController.m */; }; @@ -28,16 +25,6 @@ 30DF13B218DE1B0C0018463C /* DEMORightMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30DF13B118DE1B0C0018463C /* DEMORightMenuViewController.m */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 3076CDE41809B47200527E6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3076CDB61809B47200527E6C /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3076CDBD1809B47200527E6C; - remoteInfo = RESideMenuStoryboardsExample; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 3076CDBE1809B47200527E6C /* RESideMenuStoryboardsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RESideMenuStoryboardsExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3076CDC11809B47200527E6C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -51,7 +38,6 @@ 3076CDD11809B47200527E6C /* DEMOAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DEMOAppDelegate.m; sourceTree = ""; }; 3076CDD41809B47200527E6C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 3076CDD91809B47200527E6C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 3076CDDF1809B47200527E6C /* RESideMenuStoryboardsExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RESideMenuStoryboardsExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 3076CDE01809B47200527E6C /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 3076CDF71809B59E00527E6C /* DEMOFirstViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DEMOFirstViewController.h; sourceTree = ""; }; 3076CDF81809B59E00527E6C /* DEMOFirstViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DEMOFirstViewController.m; sourceTree = ""; }; @@ -82,16 +68,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3076CDDC1809B47200527E6C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3076CDE11809B47200527E6C /* XCTest.framework in Frameworks */, - 3076CDE31809B47200527E6C /* UIKit.framework in Frameworks */, - 3076CDE21809B47200527E6C /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -109,7 +85,6 @@ isa = PBXGroup; children = ( 3076CDBE1809B47200527E6C /* RESideMenuStoryboardsExample.app */, - 3076CDDF1809B47200527E6C /* RESideMenuStoryboardsExampleTests.xctest */, ); name = Products; sourceTree = ""; @@ -200,24 +175,6 @@ productReference = 3076CDBE1809B47200527E6C /* RESideMenuStoryboardsExample.app */; productType = "com.apple.product-type.application"; }; - 3076CDDE1809B47200527E6C /* RESideMenuStoryboardsExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3076CDF31809B47200527E6C /* Build configuration list for PBXNativeTarget "RESideMenuStoryboardsExampleTests" */; - buildPhases = ( - 3076CDDB1809B47200527E6C /* Sources */, - 3076CDDC1809B47200527E6C /* Frameworks */, - 3076CDDD1809B47200527E6C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3076CDE51809B47200527E6C /* PBXTargetDependency */, - ); - name = RESideMenuStoryboardsExampleTests; - productName = RESideMenuStoryboardsExampleTests; - productReference = 3076CDDF1809B47200527E6C /* RESideMenuStoryboardsExampleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -227,11 +184,6 @@ CLASSPREFIX = DEMO; LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Roman Efimov"; - TargetAttributes = { - 3076CDDE1809B47200527E6C = { - TestTargetID = 3076CDBD1809B47200527E6C; - }; - }; }; buildConfigurationList = 3076CDB91809B47200527E6C /* Build configuration list for PBXProject "RESideMenuStoryboardsExample" */; compatibilityVersion = "Xcode 3.2"; @@ -247,7 +199,6 @@ projectRoot = ""; targets = ( 3076CDBD1809B47200527E6C /* RESideMenuStoryboardsExample */, - 3076CDDE1809B47200527E6C /* RESideMenuStoryboardsExampleTests */, ); }; /* End PBXProject section */ @@ -263,13 +214,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3076CDDD1809B47200527E6C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -290,23 +234,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3076CDDB1809B47200527E6C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 3076CDE51809B47200527E6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3076CDBD1809B47200527E6C /* RESideMenuStoryboardsExample */; - targetProxy = 3076CDE41809B47200527E6C /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 3076CDCA1809B47200527E6C /* InfoPlist.strings */ = { isa = PBXVariantGroup; @@ -427,46 +356,6 @@ }; name = Release; }; - 3076CDF41809B47200527E6C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuStoryboardsExample.app/RESideMenuStoryboardsExample"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RESideMenuStoryboardsExample/RESideMenuStoryboardsExample-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "RESideMenuStoryboardsExampleTests/RESideMenuStoryboardsExampleTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 3076CDF51809B47200527E6C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RESideMenuStoryboardsExample.app/RESideMenuStoryboardsExample"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RESideMenuStoryboardsExample/RESideMenuStoryboardsExample-Prefix.pch"; - INFOPLIST_FILE = "RESideMenuStoryboardsExampleTests/RESideMenuStoryboardsExampleTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -488,15 +377,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3076CDF31809B47200527E6C /* Build configuration list for PBXNativeTarget "RESideMenuStoryboardsExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3076CDF41809B47200527E6C /* Debug */, - 3076CDF51809B47200527E6C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = 3076CDB61809B47200527E6C /* Project object */;