// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 4A06EC3619C1E02800C50E9B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC3519C1E02800C50E9B /* Foundation.framework */; }; 4A06EC3819C1E02800C50E9B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC3719C1E02800C50E9B /* CoreGraphics.framework */; }; 4A06EC3A19C1E02800C50E9B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC3919C1E02800C50E9B /* UIKit.framework */; }; 4A06EC4019C1E02800C50E9B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4A06EC3E19C1E02800C50E9B /* InfoPlist.strings */; }; 4A06EC4219C1E02800C50E9B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC4119C1E02800C50E9B /* main.m */; }; 4A06EC4619C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC4519C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.m */; }; 4A06EC4919C1E02800C50E9B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A06EC4719C1E02800C50E9B /* Main.storyboard */; }; 4A06EC4C19C1E02800C50E9B /* MovingBallsWithFingerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC4B19C1E02800C50E9B /* MovingBallsWithFingerViewController.m */; }; 4A06EC4E19C1E02800C50E9B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A06EC4D19C1E02800C50E9B /* Images.xcassets */; }; 4A06EC5519C1E02900C50E9B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC5419C1E02900C50E9B /* XCTest.framework */; }; 4A06EC5619C1E02900C50E9B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC3519C1E02800C50E9B /* Foundation.framework */; }; 4A06EC5719C1E02900C50E9B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A06EC3919C1E02800C50E9B /* UIKit.framework */; }; 4A06EC5F19C1E02900C50E9B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4A06EC5D19C1E02900C50E9B /* InfoPlist.strings */; }; 4A06EC6119C1E02900C50E9B /* MovingBallsWithFingerOCTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC6019C1E02900C50E9B /* MovingBallsWithFingerOCTests.m */; }; 4A06EC6C19C1E09B00C50E9B /* MovingBallsWithFingerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC6B19C1E09B00C50E9B /* MovingBallsWithFingerView.m */; }; 4A06EC6F19C1E0E200C50E9B /* Ball.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A06EC6E19C1E0E200C50E9B /* Ball.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 4A06EC5819C1E02900C50E9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4A06EC2A19C1E02800C50E9B /* Project object */; proxyType = 1; remoteGlobalIDString = 4A06EC3119C1E02800C50E9B; remoteInfo = MovingBallsWithFingerOC; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 4A06EC3219C1E02800C50E9B /* MovingBallsWithFingerOC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MovingBallsWithFingerOC.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4A06EC3519C1E02800C50E9B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 4A06EC3719C1E02800C50E9B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 4A06EC3919C1E02800C50E9B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 4A06EC3D19C1E02800C50E9B /* MovingBallsWithFingerOC-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MovingBallsWithFingerOC-Info.plist"; sourceTree = ""; }; 4A06EC3F19C1E02800C50E9B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4A06EC4119C1E02800C50E9B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 4A06EC4319C1E02800C50E9B /* MovingBallsWithFingerOC-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MovingBallsWithFingerOC-Prefix.pch"; sourceTree = ""; }; 4A06EC4419C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MovingBallsWithFingerAppDelegate.h; sourceTree = ""; }; 4A06EC4519C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MovingBallsWithFingerAppDelegate.m; sourceTree = ""; }; 4A06EC4819C1E02800C50E9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 4A06EC4A19C1E02800C50E9B /* MovingBallsWithFingerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MovingBallsWithFingerViewController.h; sourceTree = ""; }; 4A06EC4B19C1E02800C50E9B /* MovingBallsWithFingerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MovingBallsWithFingerViewController.m; sourceTree = ""; }; 4A06EC4D19C1E02800C50E9B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 4A06EC5319C1E02900C50E9B /* MovingBallsWithFingerOCTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MovingBallsWithFingerOCTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 4A06EC5419C1E02900C50E9B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 4A06EC5C19C1E02900C50E9B /* MovingBallsWithFingerOCTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MovingBallsWithFingerOCTests-Info.plist"; sourceTree = ""; }; 4A06EC5E19C1E02900C50E9B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4A06EC6019C1E02900C50E9B /* MovingBallsWithFingerOCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MovingBallsWithFingerOCTests.m; sourceTree = ""; }; 4A06EC6A19C1E09B00C50E9B /* MovingBallsWithFingerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MovingBallsWithFingerView.h; sourceTree = ""; }; 4A06EC6B19C1E09B00C50E9B /* MovingBallsWithFingerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MovingBallsWithFingerView.m; sourceTree = ""; }; 4A06EC6D19C1E0E200C50E9B /* Ball.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ball.h; sourceTree = ""; }; 4A06EC6E19C1E0E200C50E9B /* Ball.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Ball.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4A06EC2F19C1E02800C50E9B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC3819C1E02800C50E9B /* CoreGraphics.framework in Frameworks */, 4A06EC3A19C1E02800C50E9B /* UIKit.framework in Frameworks */, 4A06EC3619C1E02800C50E9B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 4A06EC5019C1E02900C50E9B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC5519C1E02900C50E9B /* XCTest.framework in Frameworks */, 4A06EC5719C1E02900C50E9B /* UIKit.framework in Frameworks */, 4A06EC5619C1E02900C50E9B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4A06EC2919C1E02800C50E9B = { isa = PBXGroup; children = ( 4A06EC3B19C1E02800C50E9B /* MovingBallsWithFingerOC */, 4A06EC5A19C1E02900C50E9B /* MovingBallsWithFingerOCTests */, 4A06EC3419C1E02800C50E9B /* Frameworks */, 4A06EC3319C1E02800C50E9B /* Products */, ); sourceTree = ""; }; 4A06EC3319C1E02800C50E9B /* Products */ = { isa = PBXGroup; children = ( 4A06EC3219C1E02800C50E9B /* MovingBallsWithFingerOC.app */, 4A06EC5319C1E02900C50E9B /* MovingBallsWithFingerOCTests.xctest */, ); name = Products; sourceTree = ""; }; 4A06EC3419C1E02800C50E9B /* Frameworks */ = { isa = PBXGroup; children = ( 4A06EC3519C1E02800C50E9B /* Foundation.framework */, 4A06EC3719C1E02800C50E9B /* CoreGraphics.framework */, 4A06EC3919C1E02800C50E9B /* UIKit.framework */, 4A06EC5419C1E02900C50E9B /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; 4A06EC3B19C1E02800C50E9B /* MovingBallsWithFingerOC */ = { isa = PBXGroup; children = ( 4A06EC4419C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.h */, 4A06EC4519C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.m */, 4A06EC4719C1E02800C50E9B /* Main.storyboard */, 4A06EC4A19C1E02800C50E9B /* MovingBallsWithFingerViewController.h */, 4A06EC4B19C1E02800C50E9B /* MovingBallsWithFingerViewController.m */, 4A06EC4D19C1E02800C50E9B /* Images.xcassets */, 4A06EC3C19C1E02800C50E9B /* Supporting Files */, 4A06EC6A19C1E09B00C50E9B /* MovingBallsWithFingerView.h */, 4A06EC6B19C1E09B00C50E9B /* MovingBallsWithFingerView.m */, 4A06EC6D19C1E0E200C50E9B /* Ball.h */, 4A06EC6E19C1E0E200C50E9B /* Ball.m */, ); path = MovingBallsWithFingerOC; sourceTree = ""; }; 4A06EC3C19C1E02800C50E9B /* Supporting Files */ = { isa = PBXGroup; children = ( 4A06EC3D19C1E02800C50E9B /* MovingBallsWithFingerOC-Info.plist */, 4A06EC3E19C1E02800C50E9B /* InfoPlist.strings */, 4A06EC4119C1E02800C50E9B /* main.m */, 4A06EC4319C1E02800C50E9B /* MovingBallsWithFingerOC-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; 4A06EC5A19C1E02900C50E9B /* MovingBallsWithFingerOCTests */ = { isa = PBXGroup; children = ( 4A06EC6019C1E02900C50E9B /* MovingBallsWithFingerOCTests.m */, 4A06EC5B19C1E02900C50E9B /* Supporting Files */, ); path = MovingBallsWithFingerOCTests; sourceTree = ""; }; 4A06EC5B19C1E02900C50E9B /* Supporting Files */ = { isa = PBXGroup; children = ( 4A06EC5C19C1E02900C50E9B /* MovingBallsWithFingerOCTests-Info.plist */, 4A06EC5D19C1E02900C50E9B /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4A06EC3119C1E02800C50E9B /* MovingBallsWithFingerOC */ = { isa = PBXNativeTarget; buildConfigurationList = 4A06EC6419C1E02900C50E9B /* Build configuration list for PBXNativeTarget "MovingBallsWithFingerOC" */; buildPhases = ( 4A06EC2E19C1E02800C50E9B /* Sources */, 4A06EC2F19C1E02800C50E9B /* Frameworks */, 4A06EC3019C1E02800C50E9B /* Resources */, ); buildRules = ( ); dependencies = ( ); name = MovingBallsWithFingerOC; productName = MovingBallsWithFingerOC; productReference = 4A06EC3219C1E02800C50E9B /* MovingBallsWithFingerOC.app */; productType = "com.apple.product-type.application"; }; 4A06EC5219C1E02900C50E9B /* MovingBallsWithFingerOCTests */ = { isa = PBXNativeTarget; buildConfigurationList = 4A06EC6719C1E02900C50E9B /* Build configuration list for PBXNativeTarget "MovingBallsWithFingerOCTests" */; buildPhases = ( 4A06EC4F19C1E02900C50E9B /* Sources */, 4A06EC5019C1E02900C50E9B /* Frameworks */, 4A06EC5119C1E02900C50E9B /* Resources */, ); buildRules = ( ); dependencies = ( 4A06EC5919C1E02900C50E9B /* PBXTargetDependency */, ); name = MovingBallsWithFingerOCTests; productName = MovingBallsWithFingerOCTests; productReference = 4A06EC5319C1E02900C50E9B /* MovingBallsWithFingerOCTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4A06EC2A19C1E02800C50E9B /* Project object */ = { isa = PBXProject; attributes = { CLASSPREFIX = MovingBallsWithFinger; LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Kari Laitinen"; TargetAttributes = { 4A06EC5219C1E02900C50E9B = { TestTargetID = 4A06EC3119C1E02800C50E9B; }; }; }; buildConfigurationList = 4A06EC2D19C1E02800C50E9B /* Build configuration list for PBXProject "MovingBallsWithFingerOC" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 4A06EC2919C1E02800C50E9B; productRefGroup = 4A06EC3319C1E02800C50E9B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4A06EC3119C1E02800C50E9B /* MovingBallsWithFingerOC */, 4A06EC5219C1E02900C50E9B /* MovingBallsWithFingerOCTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4A06EC3019C1E02800C50E9B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC4E19C1E02800C50E9B /* Images.xcassets in Resources */, 4A06EC4019C1E02800C50E9B /* InfoPlist.strings in Resources */, 4A06EC4919C1E02800C50E9B /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4A06EC5119C1E02900C50E9B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC5F19C1E02900C50E9B /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4A06EC2E19C1E02800C50E9B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC6F19C1E0E200C50E9B /* Ball.m in Sources */, 4A06EC4C19C1E02800C50E9B /* MovingBallsWithFingerViewController.m in Sources */, 4A06EC4619C1E02800C50E9B /* MovingBallsWithFingerAppDelegate.m in Sources */, 4A06EC6C19C1E09B00C50E9B /* MovingBallsWithFingerView.m in Sources */, 4A06EC4219C1E02800C50E9B /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4A06EC4F19C1E02900C50E9B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A06EC6119C1E02900C50E9B /* MovingBallsWithFingerOCTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 4A06EC5919C1E02900C50E9B /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 4A06EC3119C1E02800C50E9B /* MovingBallsWithFingerOC */; targetProxy = 4A06EC5819C1E02900C50E9B /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 4A06EC3E19C1E02800C50E9B /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 4A06EC3F19C1E02800C50E9B /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; 4A06EC4719C1E02800C50E9B /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 4A06EC4819C1E02800C50E9B /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 4A06EC5D19C1E02900C50E9B /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 4A06EC5E19C1E02900C50E9B /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4A06EC6219C1E02900C50E9B /* 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; }; 4A06EC6319C1E02900C50E9B /* 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; }; 4A06EC6519C1E02900C50E9B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Prefix.pch"; INFOPLIST_FILE = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 6.0; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 4A06EC6619C1E02900C50E9B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Prefix.pch"; INFOPLIST_FILE = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 6.0; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; 4A06EC6819C1E02900C50E9B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MovingBallsWithFingerOC.app/MovingBallsWithFingerOC"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "MovingBallsWithFingerOCTests/MovingBallsWithFingerOCTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; 4A06EC6919C1E02900C50E9B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MovingBallsWithFingerOC.app/MovingBallsWithFingerOC"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MovingBallsWithFingerOC/MovingBallsWithFingerOC-Prefix.pch"; INFOPLIST_FILE = "MovingBallsWithFingerOCTests/MovingBallsWithFingerOCTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4A06EC2D19C1E02800C50E9B /* Build configuration list for PBXProject "MovingBallsWithFingerOC" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A06EC6219C1E02900C50E9B /* Debug */, 4A06EC6319C1E02900C50E9B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4A06EC6419C1E02900C50E9B /* Build configuration list for PBXNativeTarget "MovingBallsWithFingerOC" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A06EC6519C1E02900C50E9B /* Debug */, 4A06EC6619C1E02900C50E9B /* Release */, ); defaultConfigurationIsVisible = 0; }; 4A06EC6719C1E02900C50E9B /* Build configuration list for PBXNativeTarget "MovingBallsWithFingerOCTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A06EC6819C1E02900C50E9B /* Debug */, 4A06EC6919C1E02900C50E9B /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 4A06EC2A19C1E02800C50E9B /* Project object */; }