// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A42B26AE1BB2D6C500A8B612 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26AD1BB2D6C500A8B612 /* Foundation.framework */; }; A42B26B01BB2D6C500A8B612 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26AF1BB2D6C500A8B612 /* CoreGraphics.framework */; }; A42B26B21BB2D6C500A8B612 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26B11BB2D6C500A8B612 /* UIKit.framework */; }; A42B26B81BB2D6C500A8B612 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A42B26B61BB2D6C500A8B612 /* InfoPlist.strings */; }; A42B26BA1BB2D6C500A8B612 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A42B26B91BB2D6C500A8B612 /* main.m */; }; A42B26BE1BB2D6C500A8B612 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A42B26BD1BB2D6C500A8B612 /* AppDelegate.m */; }; A42B26C11BB2D6C500A8B612 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A42B26BF1BB2D6C500A8B612 /* Main.storyboard */; }; A42B26C61BB2D6C500A8B612 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A42B26C51BB2D6C500A8B612 /* Images.xcassets */; }; A42B26CD1BB2D6C500A8B612 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26CC1BB2D6C500A8B612 /* XCTest.framework */; }; A42B26CE1BB2D6C500A8B612 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26AD1BB2D6C500A8B612 /* Foundation.framework */; }; A42B26CF1BB2D6C500A8B612 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42B26B11BB2D6C500A8B612 /* UIKit.framework */; }; A42B26D71BB2D6C500A8B612 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A42B26D51BB2D6C500A8B612 /* InfoPlist.strings */; }; A42B26D91BB2D6C500A8B612 /* TableViewController3Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = A42B26D81BB2D6C500A8B612 /* TableViewController3Tests.m */; }; A42B26E41BB2D82C00A8B612 /* MyTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A42B26E31BB2D82C00A8B612 /* MyTableViewController.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A42B26D01BB2D6C500A8B612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A42B26A21BB2D6C500A8B612 /* Project object */; proxyType = 1; remoteGlobalIDString = A42B26A91BB2D6C500A8B612; remoteInfo = TableViewController3; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A42B26AA1BB2D6C500A8B612 /* TableViewController3.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TableViewController3.app; sourceTree = BUILT_PRODUCTS_DIR; }; A42B26AD1BB2D6C500A8B612 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A42B26AF1BB2D6C500A8B612 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A42B26B11BB2D6C500A8B612 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A42B26B51BB2D6C500A8B612 /* TableViewController3-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TableViewController3-Info.plist"; sourceTree = ""; }; A42B26B71BB2D6C500A8B612 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A42B26B91BB2D6C500A8B612 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A42B26BB1BB2D6C500A8B612 /* TableViewController3-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TableViewController3-Prefix.pch"; sourceTree = ""; }; A42B26BC1BB2D6C500A8B612 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A42B26BD1BB2D6C500A8B612 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A42B26C01BB2D6C500A8B612 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A42B26C51BB2D6C500A8B612 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A42B26CB1BB2D6C500A8B612 /* TableViewController3Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TableViewController3Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A42B26CC1BB2D6C500A8B612 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A42B26D41BB2D6C500A8B612 /* TableViewController3Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TableViewController3Tests-Info.plist"; sourceTree = ""; }; A42B26D61BB2D6C500A8B612 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A42B26D81BB2D6C500A8B612 /* TableViewController3Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TableViewController3Tests.m; sourceTree = ""; }; A42B26E21BB2D82C00A8B612 /* MyTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyTableViewController.h; sourceTree = ""; }; A42B26E31BB2D82C00A8B612 /* MyTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyTableViewController.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A42B26A71BB2D6C500A8B612 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A42B26B01BB2D6C500A8B612 /* CoreGraphics.framework in Frameworks */, A42B26B21BB2D6C500A8B612 /* UIKit.framework in Frameworks */, A42B26AE1BB2D6C500A8B612 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A42B26C81BB2D6C500A8B612 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A42B26CD1BB2D6C500A8B612 /* XCTest.framework in Frameworks */, A42B26CF1BB2D6C500A8B612 /* UIKit.framework in Frameworks */, A42B26CE1BB2D6C500A8B612 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A42B26A11BB2D6C500A8B612 = { isa = PBXGroup; children = ( A42B26B31BB2D6C500A8B612 /* TableViewController3 */, A42B26D21BB2D6C500A8B612 /* TableViewController3Tests */, A42B26AC1BB2D6C500A8B612 /* Frameworks */, A42B26AB1BB2D6C500A8B612 /* Products */, ); sourceTree = ""; }; A42B26AB1BB2D6C500A8B612 /* Products */ = { isa = PBXGroup; children = ( A42B26AA1BB2D6C500A8B612 /* TableViewController3.app */, A42B26CB1BB2D6C500A8B612 /* TableViewController3Tests.xctest */, ); name = Products; sourceTree = ""; }; A42B26AC1BB2D6C500A8B612 /* Frameworks */ = { isa = PBXGroup; children = ( A42B26AD1BB2D6C500A8B612 /* Foundation.framework */, A42B26AF1BB2D6C500A8B612 /* CoreGraphics.framework */, A42B26B11BB2D6C500A8B612 /* UIKit.framework */, A42B26CC1BB2D6C500A8B612 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A42B26B31BB2D6C500A8B612 /* TableViewController3 */ = { isa = PBXGroup; children = ( A42B26BC1BB2D6C500A8B612 /* AppDelegate.h */, A42B26BD1BB2D6C500A8B612 /* AppDelegate.m */, A42B26BF1BB2D6C500A8B612 /* Main.storyboard */, A42B26C51BB2D6C500A8B612 /* Images.xcassets */, A42B26B41BB2D6C500A8B612 /* Supporting Files */, A42B26E21BB2D82C00A8B612 /* MyTableViewController.h */, A42B26E31BB2D82C00A8B612 /* MyTableViewController.m */, ); path = TableViewController3; sourceTree = ""; }; A42B26B41BB2D6C500A8B612 /* Supporting Files */ = { isa = PBXGroup; children = ( A42B26B51BB2D6C500A8B612 /* TableViewController3-Info.plist */, A42B26B61BB2D6C500A8B612 /* InfoPlist.strings */, A42B26B91BB2D6C500A8B612 /* main.m */, A42B26BB1BB2D6C500A8B612 /* TableViewController3-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A42B26D21BB2D6C500A8B612 /* TableViewController3Tests */ = { isa = PBXGroup; children = ( A42B26D81BB2D6C500A8B612 /* TableViewController3Tests.m */, A42B26D31BB2D6C500A8B612 /* Supporting Files */, ); path = TableViewController3Tests; sourceTree = ""; }; A42B26D31BB2D6C500A8B612 /* Supporting Files */ = { isa = PBXGroup; children = ( A42B26D41BB2D6C500A8B612 /* TableViewController3Tests-Info.plist */, A42B26D51BB2D6C500A8B612 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A42B26A91BB2D6C500A8B612 /* TableViewController3 */ = { isa = PBXNativeTarget; buildConfigurationList = A42B26DC1BB2D6C500A8B612 /* Build configuration list for PBXNativeTarget "TableViewController3" */; buildPhases = ( A42B26A61BB2D6C500A8B612 /* Sources */, A42B26A71BB2D6C500A8B612 /* Frameworks */, A42B26A81BB2D6C500A8B612 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = TableViewController3; productName = TableViewController3; productReference = A42B26AA1BB2D6C500A8B612 /* TableViewController3.app */; productType = "com.apple.product-type.application"; }; A42B26CA1BB2D6C500A8B612 /* TableViewController3Tests */ = { isa = PBXNativeTarget; buildConfigurationList = A42B26DF1BB2D6C500A8B612 /* Build configuration list for PBXNativeTarget "TableViewController3Tests" */; buildPhases = ( A42B26C71BB2D6C500A8B612 /* Sources */, A42B26C81BB2D6C500A8B612 /* Frameworks */, A42B26C91BB2D6C500A8B612 /* Resources */, ); buildRules = ( ); dependencies = ( A42B26D11BB2D6C500A8B612 /* PBXTargetDependency */, ); name = TableViewController3Tests; productName = TableViewController3Tests; productReference = A42B26CB1BB2D6C500A8B612 /* TableViewController3Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A42B26A21BB2D6C500A8B612 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = uec; TargetAttributes = { A42B26CA1BB2D6C500A8B612 = { TestTargetID = A42B26A91BB2D6C500A8B612; }; }; }; buildConfigurationList = A42B26A51BB2D6C500A8B612 /* Build configuration list for PBXProject "TableViewController3" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A42B26A11BB2D6C500A8B612; productRefGroup = A42B26AB1BB2D6C500A8B612 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A42B26A91BB2D6C500A8B612 /* TableViewController3 */, A42B26CA1BB2D6C500A8B612 /* TableViewController3Tests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A42B26A81BB2D6C500A8B612 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A42B26C61BB2D6C500A8B612 /* Images.xcassets in Resources */, A42B26B81BB2D6C500A8B612 /* InfoPlist.strings in Resources */, A42B26C11BB2D6C500A8B612 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A42B26C91BB2D6C500A8B612 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A42B26D71BB2D6C500A8B612 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A42B26A61BB2D6C500A8B612 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A42B26E41BB2D82C00A8B612 /* MyTableViewController.m in Sources */, A42B26BE1BB2D6C500A8B612 /* AppDelegate.m in Sources */, A42B26BA1BB2D6C500A8B612 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A42B26C71BB2D6C500A8B612 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A42B26D91BB2D6C500A8B612 /* TableViewController3Tests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A42B26D11BB2D6C500A8B612 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A42B26A91BB2D6C500A8B612 /* TableViewController3 */; targetProxy = A42B26D01BB2D6C500A8B612 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A42B26B61BB2D6C500A8B612 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A42B26B71BB2D6C500A8B612 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A42B26BF1BB2D6C500A8B612 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A42B26C01BB2D6C500A8B612 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A42B26D51BB2D6C500A8B612 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A42B26D61BB2D6C500A8B612 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A42B26DA1BB2D6C500A8B612 /* 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; }; A42B26DB1BB2D6C500A8B612 /* 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; }; A42B26DD1BB2D6C500A8B612 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TableViewController3/TableViewController3-Prefix.pch"; INFOPLIST_FILE = "TableViewController3/TableViewController3-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A42B26DE1BB2D6C500A8B612 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TableViewController3/TableViewController3-Prefix.pch"; INFOPLIST_FILE = "TableViewController3/TableViewController3-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A42B26E01BB2D6C500A8B612 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TableViewController3.app/TableViewController3"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TableViewController3/TableViewController3-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "TableViewController3Tests/TableViewController3Tests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A42B26E11BB2D6C500A8B612 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TableViewController3.app/TableViewController3"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TableViewController3/TableViewController3-Prefix.pch"; INFOPLIST_FILE = "TableViewController3Tests/TableViewController3Tests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A42B26A51BB2D6C500A8B612 /* Build configuration list for PBXProject "TableViewController3" */ = { isa = XCConfigurationList; buildConfigurations = ( A42B26DA1BB2D6C500A8B612 /* Debug */, A42B26DB1BB2D6C500A8B612 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A42B26DC1BB2D6C500A8B612 /* Build configuration list for PBXNativeTarget "TableViewController3" */ = { isa = XCConfigurationList; buildConfigurations = ( A42B26DD1BB2D6C500A8B612 /* Debug */, A42B26DE1BB2D6C500A8B612 /* Release */, ); defaultConfigurationIsVisible = 0; }; A42B26DF1BB2D6C500A8B612 /* Build configuration list for PBXNativeTarget "TableViewController3Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( A42B26E01BB2D6C500A8B612 /* Debug */, A42B26E11BB2D6C500A8B612 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A42B26A21BB2D6C500A8B612 /* Project object */; }