// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 4AB83EA819615F4D0061033B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EA719615F4D0061033B /* Foundation.framework */; }; 4AB83EAA19615F4D0061033B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EA919615F4D0061033B /* CoreGraphics.framework */; }; 4AB83EAC19615F4D0061033B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EAB19615F4D0061033B /* UIKit.framework */; }; 4AB83EB219615F4D0061033B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4AB83EB019615F4D0061033B /* InfoPlist.strings */; }; 4AB83EB419615F4D0061033B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB83EB319615F4D0061033B /* main.m */; }; 4AB83EB819615F4D0061033B /* DrawingDemoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB83EB719615F4D0061033B /* DrawingDemoAppDelegate.m */; }; 4AB83EBB19615F4D0061033B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4AB83EB919615F4D0061033B /* Main.storyboard */; }; 4AB83EBE19615F4D0061033B /* DrawingDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB83EBD19615F4D0061033B /* DrawingDemoViewController.m */; }; 4AB83EC019615F4D0061033B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4AB83EBF19615F4D0061033B /* Images.xcassets */; }; 4AB83EC719615F4D0061033B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EC619615F4D0061033B /* XCTest.framework */; }; 4AB83EC819615F4D0061033B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EA719615F4D0061033B /* Foundation.framework */; }; 4AB83EC919615F4D0061033B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AB83EAB19615F4D0061033B /* UIKit.framework */; }; 4AB83ED119615F4D0061033B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4AB83ECF19615F4D0061033B /* InfoPlist.strings */; }; 4AB83ED319615F4D0061033B /* DrawingDemoOCTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB83ED219615F4D0061033B /* DrawingDemoOCTests.m */; }; 4AB83EDE196160700061033B /* DrawingDemoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB83EDD196160700061033B /* DrawingDemoView.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 4AB83ECA19615F4D0061033B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4AB83E9C19615F4C0061033B /* Project object */; proxyType = 1; remoteGlobalIDString = 4AB83EA319615F4C0061033B; remoteInfo = DrawingDemoOC; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 4AB83EA419615F4C0061033B /* DrawingDemoOC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DrawingDemoOC.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4AB83EA719615F4D0061033B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 4AB83EA919615F4D0061033B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 4AB83EAB19615F4D0061033B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 4AB83EAF19615F4D0061033B /* DrawingDemoOC-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DrawingDemoOC-Info.plist"; sourceTree = ""; }; 4AB83EB119615F4D0061033B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4AB83EB319615F4D0061033B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 4AB83EB519615F4D0061033B /* DrawingDemoOC-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DrawingDemoOC-Prefix.pch"; sourceTree = ""; }; 4AB83EB619615F4D0061033B /* DrawingDemoAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DrawingDemoAppDelegate.h; sourceTree = ""; }; 4AB83EB719615F4D0061033B /* DrawingDemoAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DrawingDemoAppDelegate.m; sourceTree = ""; }; 4AB83EBA19615F4D0061033B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 4AB83EBC19615F4D0061033B /* DrawingDemoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DrawingDemoViewController.h; sourceTree = ""; }; 4AB83EBD19615F4D0061033B /* DrawingDemoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DrawingDemoViewController.m; sourceTree = ""; }; 4AB83EBF19615F4D0061033B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 4AB83EC519615F4D0061033B /* DrawingDemoOCTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DrawingDemoOCTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 4AB83EC619615F4D0061033B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 4AB83ECE19615F4D0061033B /* DrawingDemoOCTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DrawingDemoOCTests-Info.plist"; sourceTree = ""; }; 4AB83ED019615F4D0061033B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4AB83ED219615F4D0061033B /* DrawingDemoOCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DrawingDemoOCTests.m; sourceTree = ""; }; 4AB83EDC196160700061033B /* DrawingDemoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawingDemoView.h; sourceTree = ""; }; 4AB83EDD196160700061033B /* DrawingDemoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawingDemoView.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4AB83EA119615F4C0061033B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4AB83EAA19615F4D0061033B /* CoreGraphics.framework in Frameworks */, 4AB83EAC19615F4D0061033B /* UIKit.framework in Frameworks */, 4AB83EA819615F4D0061033B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 4AB83EC219615F4D0061033B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4AB83EC719615F4D0061033B /* XCTest.framework in Frameworks */, 4AB83EC919615F4D0061033B /* UIKit.framework in Frameworks */, 4AB83EC819615F4D0061033B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4AB83E9B19615F4C0061033B = { isa = PBXGroup; children = ( 4AB83EAD19615F4D0061033B /* DrawingDemoOC */, 4AB83ECC19615F4D0061033B /* DrawingDemoOCTests */, 4AB83EA619615F4C0061033B /* Frameworks */, 4AB83EA519615F4C0061033B /* Products */, ); indentWidth = 3; sourceTree = ""; tabWidth = 3; }; 4AB83EA519615F4C0061033B /* Products */ = { isa = PBXGroup; children = ( 4AB83EA419615F4C0061033B /* DrawingDemoOC.app */, 4AB83EC519615F4D0061033B /* DrawingDemoOCTests.xctest */, ); name = Products; sourceTree = ""; }; 4AB83EA619615F4C0061033B /* Frameworks */ = { isa = PBXGroup; children = ( 4AB83EA719615F4D0061033B /* Foundation.framework */, 4AB83EA919615F4D0061033B /* CoreGraphics.framework */, 4AB83EAB19615F4D0061033B /* UIKit.framework */, 4AB83EC619615F4D0061033B /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; 4AB83EAD19615F4D0061033B /* DrawingDemoOC */ = { isa = PBXGroup; children = ( 4AB83EB619615F4D0061033B /* DrawingDemoAppDelegate.h */, 4AB83EB719615F4D0061033B /* DrawingDemoAppDelegate.m */, 4AB83EB919615F4D0061033B /* Main.storyboard */, 4AB83EBC19615F4D0061033B /* DrawingDemoViewController.h */, 4AB83EBD19615F4D0061033B /* DrawingDemoViewController.m */, 4AB83EBF19615F4D0061033B /* Images.xcassets */, 4AB83EAE19615F4D0061033B /* Supporting Files */, 4AB83EDC196160700061033B /* DrawingDemoView.h */, 4AB83EDD196160700061033B /* DrawingDemoView.m */, ); path = DrawingDemoOC; sourceTree = ""; }; 4AB83EAE19615F4D0061033B /* Supporting Files */ = { isa = PBXGroup; children = ( 4AB83EAF19615F4D0061033B /* DrawingDemoOC-Info.plist */, 4AB83EB019615F4D0061033B /* InfoPlist.strings */, 4AB83EB319615F4D0061033B /* main.m */, 4AB83EB519615F4D0061033B /* DrawingDemoOC-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; 4AB83ECC19615F4D0061033B /* DrawingDemoOCTests */ = { isa = PBXGroup; children = ( 4AB83ED219615F4D0061033B /* DrawingDemoOCTests.m */, 4AB83ECD19615F4D0061033B /* Supporting Files */, ); path = DrawingDemoOCTests; sourceTree = ""; }; 4AB83ECD19615F4D0061033B /* Supporting Files */ = { isa = PBXGroup; children = ( 4AB83ECE19615F4D0061033B /* DrawingDemoOCTests-Info.plist */, 4AB83ECF19615F4D0061033B /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4AB83EA319615F4C0061033B /* DrawingDemoOC */ = { isa = PBXNativeTarget; buildConfigurationList = 4AB83ED619615F4D0061033B /* Build configuration list for PBXNativeTarget "DrawingDemoOC" */; buildPhases = ( 4AB83EA019615F4C0061033B /* Sources */, 4AB83EA119615F4C0061033B /* Frameworks */, 4AB83EA219615F4C0061033B /* Resources */, ); buildRules = ( ); dependencies = ( ); name = DrawingDemoOC; productName = DrawingDemoOC; productReference = 4AB83EA419615F4C0061033B /* DrawingDemoOC.app */; productType = "com.apple.product-type.application"; }; 4AB83EC419615F4D0061033B /* DrawingDemoOCTests */ = { isa = PBXNativeTarget; buildConfigurationList = 4AB83ED919615F4D0061033B /* Build configuration list for PBXNativeTarget "DrawingDemoOCTests" */; buildPhases = ( 4AB83EC119615F4D0061033B /* Sources */, 4AB83EC219615F4D0061033B /* Frameworks */, 4AB83EC319615F4D0061033B /* Resources */, ); buildRules = ( ); dependencies = ( 4AB83ECB19615F4D0061033B /* PBXTargetDependency */, ); name = DrawingDemoOCTests; productName = DrawingDemoOCTests; productReference = 4AB83EC519615F4D0061033B /* DrawingDemoOCTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4AB83E9C19615F4C0061033B /* Project object */ = { isa = PBXProject; attributes = { CLASSPREFIX = DrawingDemo; LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Kari Laitinen"; TargetAttributes = { 4AB83EC419615F4D0061033B = { TestTargetID = 4AB83EA319615F4C0061033B; }; }; }; buildConfigurationList = 4AB83E9F19615F4C0061033B /* Build configuration list for PBXProject "DrawingDemoOC" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 4AB83E9B19615F4C0061033B; productRefGroup = 4AB83EA519615F4C0061033B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4AB83EA319615F4C0061033B /* DrawingDemoOC */, 4AB83EC419615F4D0061033B /* DrawingDemoOCTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4AB83EA219615F4C0061033B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AB83EC019615F4D0061033B /* Images.xcassets in Resources */, 4AB83EB219615F4D0061033B /* InfoPlist.strings in Resources */, 4AB83EBB19615F4D0061033B /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4AB83EC319615F4D0061033B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AB83ED119615F4D0061033B /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4AB83EA019615F4C0061033B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AB83EDE196160700061033B /* DrawingDemoView.m in Sources */, 4AB83EB819615F4D0061033B /* DrawingDemoAppDelegate.m in Sources */, 4AB83EB419615F4D0061033B /* main.m in Sources */, 4AB83EBE19615F4D0061033B /* DrawingDemoViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4AB83EC119615F4D0061033B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4AB83ED319615F4D0061033B /* DrawingDemoOCTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 4AB83ECB19615F4D0061033B /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 4AB83EA319615F4C0061033B /* DrawingDemoOC */; targetProxy = 4AB83ECA19615F4D0061033B /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 4AB83EB019615F4D0061033B /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 4AB83EB119615F4D0061033B /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; 4AB83EB919615F4D0061033B /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 4AB83EBA19615F4D0061033B /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 4AB83ECF19615F4D0061033B /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 4AB83ED019615F4D0061033B /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4AB83ED419615F4D0061033B /* 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; }; 4AB83ED519615F4D0061033B /* 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; }; 4AB83ED719615F4D0061033B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "DrawingDemoOC/DrawingDemoOC-Prefix.pch"; INFOPLIST_FILE = "DrawingDemoOC/DrawingDemoOC-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 4AB83ED819615F4D0061033B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "DrawingDemoOC/DrawingDemoOC-Prefix.pch"; INFOPLIST_FILE = "DrawingDemoOC/DrawingDemoOC-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; 4AB83EDA19615F4D0061033B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/DrawingDemoOC.app/DrawingDemoOC"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "DrawingDemoOC/DrawingDemoOC-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "DrawingDemoOCTests/DrawingDemoOCTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; 4AB83EDB19615F4D0061033B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/DrawingDemoOC.app/DrawingDemoOC"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "DrawingDemoOC/DrawingDemoOC-Prefix.pch"; INFOPLIST_FILE = "DrawingDemoOCTests/DrawingDemoOCTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4AB83E9F19615F4C0061033B /* Build configuration list for PBXProject "DrawingDemoOC" */ = { isa = XCConfigurationList; buildConfigurations = ( 4AB83ED419615F4D0061033B /* Debug */, 4AB83ED519615F4D0061033B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4AB83ED619615F4D0061033B /* Build configuration list for PBXNativeTarget "DrawingDemoOC" */ = { isa = XCConfigurationList; buildConfigurations = ( 4AB83ED719615F4D0061033B /* Debug */, 4AB83ED819615F4D0061033B /* Release */, ); defaultConfigurationIsVisible = 0; }; 4AB83ED919615F4D0061033B /* Build configuration list for PBXNativeTarget "DrawingDemoOCTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 4AB83EDA19615F4D0061033B /* Debug */, 4AB83EDB19615F4D0061033B /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 4AB83E9C19615F4C0061033B /* Project object */; }