// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A4FBA18B1CF5C79A009210E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA18A1CF5C79A009210E5 /* Foundation.framework */; }; A4FBA18D1CF5C79A009210E5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA18C1CF5C79A009210E5 /* CoreGraphics.framework */; }; A4FBA18F1CF5C79A009210E5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA18E1CF5C79A009210E5 /* UIKit.framework */; }; A4FBA1951CF5C79A009210E5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4FBA1931CF5C79A009210E5 /* InfoPlist.strings */; }; A4FBA1971CF5C79A009210E5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FBA1961CF5C79A009210E5 /* main.m */; }; A4FBA19B1CF5C79A009210E5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FBA19A1CF5C79A009210E5 /* AppDelegate.m */; }; A4FBA19E1CF5C79A009210E5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4FBA19C1CF5C79A009210E5 /* Main.storyboard */; }; A4FBA1A31CF5C79A009210E5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4FBA1A21CF5C79A009210E5 /* Images.xcassets */; }; A4FBA1AA1CF5C79A009210E5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA1A91CF5C79A009210E5 /* XCTest.framework */; }; A4FBA1AB1CF5C79A009210E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA18A1CF5C79A009210E5 /* Foundation.framework */; }; A4FBA1AC1CF5C79A009210E5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4FBA18E1CF5C79A009210E5 /* UIKit.framework */; }; A4FBA1B41CF5C79A009210E5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4FBA1B21CF5C79A009210E5 /* InfoPlist.strings */; }; A4FBA1B61CF5C79A009210E5 /* MultiplePagesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FBA1B51CF5C79A009210E5 /* MultiplePagesTests.m */; }; A4FBA1C11CF5C854009210E5 /* GreenVC.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FBA1C01CF5C854009210E5 /* GreenVC.m */; }; A4FBA1C41CF5C870009210E5 /* BlueVC.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FBA1C31CF5C870009210E5 /* BlueVC.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A4FBA1AD1CF5C79A009210E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A4FBA17F1CF5C79A009210E5 /* Project object */; proxyType = 1; remoteGlobalIDString = A4FBA1861CF5C79A009210E5; remoteInfo = MultiplePages; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A4FBA1871CF5C79A009210E5 /* MultiplePages.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MultiplePages.app; sourceTree = BUILT_PRODUCTS_DIR; }; A4FBA18A1CF5C79A009210E5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A4FBA18C1CF5C79A009210E5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A4FBA18E1CF5C79A009210E5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A4FBA1921CF5C79A009210E5 /* MultiplePages-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MultiplePages-Info.plist"; sourceTree = ""; }; A4FBA1941CF5C79A009210E5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4FBA1961CF5C79A009210E5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A4FBA1981CF5C79A009210E5 /* MultiplePages-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MultiplePages-Prefix.pch"; sourceTree = ""; }; A4FBA1991CF5C79A009210E5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A4FBA19A1CF5C79A009210E5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A4FBA19D1CF5C79A009210E5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A4FBA1A21CF5C79A009210E5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A4FBA1A81CF5C79A009210E5 /* MultiplePagesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MultiplePagesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A4FBA1A91CF5C79A009210E5 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A4FBA1B11CF5C79A009210E5 /* MultiplePagesTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MultiplePagesTests-Info.plist"; sourceTree = ""; }; A4FBA1B31CF5C79A009210E5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4FBA1B51CF5C79A009210E5 /* MultiplePagesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MultiplePagesTests.m; sourceTree = ""; }; A4FBA1BF1CF5C854009210E5 /* GreenVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GreenVC.h; sourceTree = ""; }; A4FBA1C01CF5C854009210E5 /* GreenVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GreenVC.m; sourceTree = ""; }; A4FBA1C21CF5C870009210E5 /* BlueVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlueVC.h; sourceTree = ""; }; A4FBA1C31CF5C870009210E5 /* BlueVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BlueVC.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A4FBA1841CF5C79A009210E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4FBA18D1CF5C79A009210E5 /* CoreGraphics.framework in Frameworks */, A4FBA18F1CF5C79A009210E5 /* UIKit.framework in Frameworks */, A4FBA18B1CF5C79A009210E5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A4FBA1A51CF5C79A009210E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4FBA1AA1CF5C79A009210E5 /* XCTest.framework in Frameworks */, A4FBA1AC1CF5C79A009210E5 /* UIKit.framework in Frameworks */, A4FBA1AB1CF5C79A009210E5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A4FBA17E1CF5C79A009210E5 = { isa = PBXGroup; children = ( A4FBA1901CF5C79A009210E5 /* MultiplePages */, A4FBA1AF1CF5C79A009210E5 /* MultiplePagesTests */, A4FBA1891CF5C79A009210E5 /* Frameworks */, A4FBA1881CF5C79A009210E5 /* Products */, ); sourceTree = ""; }; A4FBA1881CF5C79A009210E5 /* Products */ = { isa = PBXGroup; children = ( A4FBA1871CF5C79A009210E5 /* MultiplePages.app */, A4FBA1A81CF5C79A009210E5 /* MultiplePagesTests.xctest */, ); name = Products; sourceTree = ""; }; A4FBA1891CF5C79A009210E5 /* Frameworks */ = { isa = PBXGroup; children = ( A4FBA18A1CF5C79A009210E5 /* Foundation.framework */, A4FBA18C1CF5C79A009210E5 /* CoreGraphics.framework */, A4FBA18E1CF5C79A009210E5 /* UIKit.framework */, A4FBA1A91CF5C79A009210E5 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A4FBA1901CF5C79A009210E5 /* MultiplePages */ = { isa = PBXGroup; children = ( A4FBA1991CF5C79A009210E5 /* AppDelegate.h */, A4FBA19A1CF5C79A009210E5 /* AppDelegate.m */, A4FBA19C1CF5C79A009210E5 /* Main.storyboard */, A4FBA1BF1CF5C854009210E5 /* GreenVC.h */, A4FBA1C01CF5C854009210E5 /* GreenVC.m */, A4FBA1C21CF5C870009210E5 /* BlueVC.h */, A4FBA1C31CF5C870009210E5 /* BlueVC.m */, A4FBA1A21CF5C79A009210E5 /* Images.xcassets */, A4FBA1911CF5C79A009210E5 /* Supporting Files */, ); path = MultiplePages; sourceTree = ""; }; A4FBA1911CF5C79A009210E5 /* Supporting Files */ = { isa = PBXGroup; children = ( A4FBA1921CF5C79A009210E5 /* MultiplePages-Info.plist */, A4FBA1931CF5C79A009210E5 /* InfoPlist.strings */, A4FBA1961CF5C79A009210E5 /* main.m */, A4FBA1981CF5C79A009210E5 /* MultiplePages-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A4FBA1AF1CF5C79A009210E5 /* MultiplePagesTests */ = { isa = PBXGroup; children = ( A4FBA1B51CF5C79A009210E5 /* MultiplePagesTests.m */, A4FBA1B01CF5C79A009210E5 /* Supporting Files */, ); path = MultiplePagesTests; sourceTree = ""; }; A4FBA1B01CF5C79A009210E5 /* Supporting Files */ = { isa = PBXGroup; children = ( A4FBA1B11CF5C79A009210E5 /* MultiplePagesTests-Info.plist */, A4FBA1B21CF5C79A009210E5 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A4FBA1861CF5C79A009210E5 /* MultiplePages */ = { isa = PBXNativeTarget; buildConfigurationList = A4FBA1B91CF5C79A009210E5 /* Build configuration list for PBXNativeTarget "MultiplePages" */; buildPhases = ( A4FBA1831CF5C79A009210E5 /* Sources */, A4FBA1841CF5C79A009210E5 /* Frameworks */, A4FBA1851CF5C79A009210E5 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = MultiplePages; productName = MultiplePages; productReference = A4FBA1871CF5C79A009210E5 /* MultiplePages.app */; productType = "com.apple.product-type.application"; }; A4FBA1A71CF5C79A009210E5 /* MultiplePagesTests */ = { isa = PBXNativeTarget; buildConfigurationList = A4FBA1BC1CF5C79A009210E5 /* Build configuration list for PBXNativeTarget "MultiplePagesTests" */; buildPhases = ( A4FBA1A41CF5C79A009210E5 /* Sources */, A4FBA1A51CF5C79A009210E5 /* Frameworks */, A4FBA1A61CF5C79A009210E5 /* Resources */, ); buildRules = ( ); dependencies = ( A4FBA1AE1CF5C79A009210E5 /* PBXTargetDependency */, ); name = MultiplePagesTests; productName = MultiplePagesTests; productReference = A4FBA1A81CF5C79A009210E5 /* MultiplePagesTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A4FBA17F1CF5C79A009210E5 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = uec; TargetAttributes = { A4FBA1A71CF5C79A009210E5 = { TestTargetID = A4FBA1861CF5C79A009210E5; }; }; }; buildConfigurationList = A4FBA1821CF5C79A009210E5 /* Build configuration list for PBXProject "MultiplePages" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A4FBA17E1CF5C79A009210E5; productRefGroup = A4FBA1881CF5C79A009210E5 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A4FBA1861CF5C79A009210E5 /* MultiplePages */, A4FBA1A71CF5C79A009210E5 /* MultiplePagesTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A4FBA1851CF5C79A009210E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4FBA1A31CF5C79A009210E5 /* Images.xcassets in Resources */, A4FBA1951CF5C79A009210E5 /* InfoPlist.strings in Resources */, A4FBA19E1CF5C79A009210E5 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4FBA1A61CF5C79A009210E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4FBA1B41CF5C79A009210E5 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A4FBA1831CF5C79A009210E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4FBA1C41CF5C870009210E5 /* BlueVC.m in Sources */, A4FBA19B1CF5C79A009210E5 /* AppDelegate.m in Sources */, A4FBA1C11CF5C854009210E5 /* GreenVC.m in Sources */, A4FBA1971CF5C79A009210E5 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4FBA1A41CF5C79A009210E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4FBA1B61CF5C79A009210E5 /* MultiplePagesTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A4FBA1AE1CF5C79A009210E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A4FBA1861CF5C79A009210E5 /* MultiplePages */; targetProxy = A4FBA1AD1CF5C79A009210E5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A4FBA1931CF5C79A009210E5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4FBA1941CF5C79A009210E5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A4FBA19C1CF5C79A009210E5 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A4FBA19D1CF5C79A009210E5 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A4FBA1B21CF5C79A009210E5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4FBA1B31CF5C79A009210E5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A4FBA1B71CF5C79A009210E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; A4FBA1B81CF5C79A009210E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; A4FBA1BA1CF5C79A009210E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiplePages/MultiplePages-Prefix.pch"; INFOPLIST_FILE = "MultiplePages/MultiplePages-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A4FBA1BB1CF5C79A009210E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiplePages/MultiplePages-Prefix.pch"; INFOPLIST_FILE = "MultiplePages/MultiplePages-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A4FBA1BD1CF5C79A009210E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MultiplePages.app/MultiplePages"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiplePages/MultiplePages-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "MultiplePagesTests/MultiplePagesTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A4FBA1BE1CF5C79A009210E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MultiplePages.app/MultiplePages"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiplePages/MultiplePages-Prefix.pch"; INFOPLIST_FILE = "MultiplePagesTests/MultiplePagesTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A4FBA1821CF5C79A009210E5 /* Build configuration list for PBXProject "MultiplePages" */ = { isa = XCConfigurationList; buildConfigurations = ( A4FBA1B71CF5C79A009210E5 /* Debug */, A4FBA1B81CF5C79A009210E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A4FBA1B91CF5C79A009210E5 /* Build configuration list for PBXNativeTarget "MultiplePages" */ = { isa = XCConfigurationList; buildConfigurations = ( A4FBA1BA1CF5C79A009210E5 /* Debug */, A4FBA1BB1CF5C79A009210E5 /* Release */, ); defaultConfigurationIsVisible = 0; }; A4FBA1BC1CF5C79A009210E5 /* Build configuration list for PBXNativeTarget "MultiplePagesTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A4FBA1BD1CF5C79A009210E5 /* Debug */, A4FBA1BE1CF5C79A009210E5 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A4FBA17F1CF5C79A009210E5 /* Project object */; }