// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 0DA33CF71A92719C00A274E5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DA33CF61A92719C00A274E5 /* AppDelegate.swift */; }; 0DA33CFC1A92719C00A274E5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0DA33CFA1A92719C00A274E5 /* Main.storyboard */; }; 0DA33CFE1A92719C00A274E5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0DA33CFD1A92719C00A274E5 /* Images.xcassets */; }; 0DA33D011A92719C00A274E5 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0DA33CFF1A92719C00A274E5 /* LaunchScreen.xib */; }; 0DA33D0D1A92719C00A274E5 /* GestureDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DA33D0C1A92719C00A274E5 /* GestureDemoTests.swift */; }; 0DA33D181A92748200A274E5 /* button-play.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DA33D161A92748200A274E5 /* button-play.png */; }; 0DA33D191A92748200A274E5 /* trophy.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DA33D171A92748200A274E5 /* trophy.png */; }; 0DA33D1E1A92749E00A274E5 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D1B1A92749E00A274E5 /* Bolts.framework */; }; 0DA33D1F1A92749E00A274E5 /* Parse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D1C1A92749E00A274E5 /* Parse.framework */; }; 0DA33D201A92749E00A274E5 /* ParseFacebookUtils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D1D1A92749E00A274E5 /* ParseFacebookUtils.framework */; }; 0DA33D221A92765700A274E5 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D211A92765700A274E5 /* SystemConfiguration.framework */; }; 0DA33D241A92765D00A274E5 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D231A92765D00A274E5 /* StoreKit.framework */; }; 0DA33D261A92766700A274E5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D251A92766700A274E5 /* Security.framework */; }; 0DA33D281A92766E00A274E5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D271A92766E00A274E5 /* QuartzCore.framework */; }; 0DA33D2A1A92767A00A274E5 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D291A92767A00A274E5 /* MobileCoreServices.framework */; }; 0DA33D2C1A92768500A274E5 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D2B1A92768500A274E5 /* libz.dylib */; }; 0DA33D2E1A92768D00A274E5 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D2D1A92768D00A274E5 /* CoreLocation.framework */; }; 0DA33D301A92769700A274E5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D2F1A92769700A274E5 /* CoreGraphics.framework */; }; 0DA33D321A92769D00A274E5 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D311A92769D00A274E5 /* CFNetwork.framework */; }; 0DA33D341A9276A400A274E5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA33D331A9276A400A274E5 /* AudioToolbox.framework */; }; 0DC83B061A9298C8005335C1 /* LeaderBoardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC83B051A9298C8005335C1 /* LeaderBoardViewController.swift */; }; 0DC83B081A929A00005335C1 /* Player.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC83B071A929A00005335C1 /* Player.swift */; }; 0DC83B0A1A929AAD005335C1 /* LeaderBoardTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC83B091A929AAD005335C1 /* LeaderBoardTableViewCell.swift */; }; 0DC83B0C1A929C6B005335C1 /* NewPlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC83B0B1A929C6B005335C1 /* NewPlayerViewController.swift */; }; 0DC83B0E1A929ECE005335C1 /* GamePlayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC83B0D1A929ECE005335C1 /* GamePlayViewController.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 0DA33D071A92719C00A274E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0DA33CE91A92719C00A274E5 /* Project object */; proxyType = 1; remoteGlobalIDString = 0DA33CF01A92719C00A274E5; remoteInfo = GestureDemo; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 0DA33CF11A92719C00A274E5 /* GestureDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GestureDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 0DA33CF51A92719C00A274E5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 0DA33CF61A92719C00A274E5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 0DA33CFB1A92719C00A274E5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 0DA33CFD1A92719C00A274E5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 0DA33D001A92719C00A274E5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; 0DA33D061A92719C00A274E5 /* GestureDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GestureDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 0DA33D0B1A92719C00A274E5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 0DA33D0C1A92719C00A274E5 /* GestureDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GestureDemoTests.swift; sourceTree = ""; }; 0DA33D161A92748200A274E5 /* button-play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "button-play.png"; sourceTree = ""; }; 0DA33D171A92748200A274E5 /* trophy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = trophy.png; sourceTree = ""; }; 0DA33D1B1A92749E00A274E5 /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bolts.framework; sourceTree = ""; }; 0DA33D1C1A92749E00A274E5 /* Parse.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Parse.framework; sourceTree = ""; }; 0DA33D1D1A92749E00A274E5 /* ParseFacebookUtils.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ParseFacebookUtils.framework; sourceTree = ""; }; 0DA33D211A92765700A274E5 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; 0DA33D231A92765D00A274E5 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; 0DA33D251A92766700A274E5 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 0DA33D271A92766E00A274E5 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 0DA33D291A92767A00A274E5 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 0DA33D2B1A92768500A274E5 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; 0DA33D2D1A92768D00A274E5 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 0DA33D2F1A92769700A274E5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 0DA33D311A92769D00A274E5 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 0DA33D331A9276A400A274E5 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; 0DA33D351A9276F900A274E5 /* GestureDemo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GestureDemo-Bridging-Header.h"; sourceTree = ""; }; 0DC83B051A9298C8005335C1 /* LeaderBoardViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LeaderBoardViewController.swift; sourceTree = ""; }; 0DC83B071A929A00005335C1 /* Player.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Player.swift; sourceTree = ""; }; 0DC83B091A929AAD005335C1 /* LeaderBoardTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LeaderBoardTableViewCell.swift; sourceTree = ""; }; 0DC83B0B1A929C6B005335C1 /* NewPlayerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NewPlayerViewController.swift; path = ../NewPlayerViewController.swift; sourceTree = ""; }; 0DC83B0D1A929ECE005335C1 /* GamePlayViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GamePlayViewController.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 0DA33CEE1A92719C00A274E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 0DA33D341A9276A400A274E5 /* AudioToolbox.framework in Frameworks */, 0DA33D321A92769D00A274E5 /* CFNetwork.framework in Frameworks */, 0DA33D301A92769700A274E5 /* CoreGraphics.framework in Frameworks */, 0DA33D2E1A92768D00A274E5 /* CoreLocation.framework in Frameworks */, 0DA33D2C1A92768500A274E5 /* libz.dylib in Frameworks */, 0DA33D2A1A92767A00A274E5 /* MobileCoreServices.framework in Frameworks */, 0DA33D281A92766E00A274E5 /* QuartzCore.framework in Frameworks */, 0DA33D261A92766700A274E5 /* Security.framework in Frameworks */, 0DA33D241A92765D00A274E5 /* StoreKit.framework in Frameworks */, 0DA33D221A92765700A274E5 /* SystemConfiguration.framework in Frameworks */, 0DA33D1F1A92749E00A274E5 /* Parse.framework in Frameworks */, 0DA33D1E1A92749E00A274E5 /* Bolts.framework in Frameworks */, 0DA33D201A92749E00A274E5 /* ParseFacebookUtils.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 0DA33D031A92719C00A274E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 0DA33CE81A92719C00A274E5 = { isa = PBXGroup; children = ( 0DA33D331A9276A400A274E5 /* AudioToolbox.framework */, 0DA33D311A92769D00A274E5 /* CFNetwork.framework */, 0DA33D2F1A92769700A274E5 /* CoreGraphics.framework */, 0DA33D2D1A92768D00A274E5 /* CoreLocation.framework */, 0DA33D2B1A92768500A274E5 /* libz.dylib */, 0DA33D291A92767A00A274E5 /* MobileCoreServices.framework */, 0DA33D271A92766E00A274E5 /* QuartzCore.framework */, 0DA33D251A92766700A274E5 /* Security.framework */, 0DA33D231A92765D00A274E5 /* StoreKit.framework */, 0DA33D211A92765700A274E5 /* SystemConfiguration.framework */, 0DA33D1A1A92749E00A274E5 /* parse-library-1.4.0 */, 0DA33D161A92748200A274E5 /* button-play.png */, 0DA33D171A92748200A274E5 /* trophy.png */, 0DA33CF31A92719C00A274E5 /* GestureDemo */, 0DA33D091A92719C00A274E5 /* GestureDemoTests */, 0DA33CF21A92719C00A274E5 /* Products */, ); sourceTree = ""; }; 0DA33CF21A92719C00A274E5 /* Products */ = { isa = PBXGroup; children = ( 0DA33CF11A92719C00A274E5 /* GestureDemo.app */, 0DA33D061A92719C00A274E5 /* GestureDemoTests.xctest */, ); name = Products; sourceTree = ""; }; 0DA33CF31A92719C00A274E5 /* GestureDemo */ = { isa = PBXGroup; children = ( 0DC83B0B1A929C6B005335C1 /* NewPlayerViewController.swift */, 0DA33CF61A92719C00A274E5 /* AppDelegate.swift */, 0DA33CFA1A92719C00A274E5 /* Main.storyboard */, 0DC83B051A9298C8005335C1 /* LeaderBoardViewController.swift */, 0DC83B0D1A929ECE005335C1 /* GamePlayViewController.swift */, 0DC83B091A929AAD005335C1 /* LeaderBoardTableViewCell.swift */, 0DC83B071A929A00005335C1 /* Player.swift */, 0DA33CFD1A92719C00A274E5 /* Images.xcassets */, 0DA33CFF1A92719C00A274E5 /* LaunchScreen.xib */, 0DA33CF41A92719C00A274E5 /* Supporting Files */, 0DA33D351A9276F900A274E5 /* GestureDemo-Bridging-Header.h */, ); path = GestureDemo; sourceTree = ""; }; 0DA33CF41A92719C00A274E5 /* Supporting Files */ = { isa = PBXGroup; children = ( 0DA33CF51A92719C00A274E5 /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; 0DA33D091A92719C00A274E5 /* GestureDemoTests */ = { isa = PBXGroup; children = ( 0DA33D0C1A92719C00A274E5 /* GestureDemoTests.swift */, 0DA33D0A1A92719C00A274E5 /* Supporting Files */, ); path = GestureDemoTests; sourceTree = ""; }; 0DA33D0A1A92719C00A274E5 /* Supporting Files */ = { isa = PBXGroup; children = ( 0DA33D0B1A92719C00A274E5 /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; 0DA33D1A1A92749E00A274E5 /* parse-library-1.4.0 */ = { isa = PBXGroup; children = ( 0DA33D1B1A92749E00A274E5 /* Bolts.framework */, 0DA33D1C1A92749E00A274E5 /* Parse.framework */, 0DA33D1D1A92749E00A274E5 /* ParseFacebookUtils.framework */, ); path = "parse-library-1.4.0"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 0DA33CF01A92719C00A274E5 /* GestureDemo */ = { isa = PBXNativeTarget; buildConfigurationList = 0DA33D101A92719C00A274E5 /* Build configuration list for PBXNativeTarget "GestureDemo" */; buildPhases = ( 0DA33CED1A92719C00A274E5 /* Sources */, 0DA33CEE1A92719C00A274E5 /* Frameworks */, 0DA33CEF1A92719C00A274E5 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = GestureDemo; productName = GestureDemo; productReference = 0DA33CF11A92719C00A274E5 /* GestureDemo.app */; productType = "com.apple.product-type.application"; }; 0DA33D051A92719C00A274E5 /* GestureDemoTests */ = { isa = PBXNativeTarget; buildConfigurationList = 0DA33D131A92719C00A274E5 /* Build configuration list for PBXNativeTarget "GestureDemoTests" */; buildPhases = ( 0DA33D021A92719C00A274E5 /* Sources */, 0DA33D031A92719C00A274E5 /* Frameworks */, 0DA33D041A92719C00A274E5 /* Resources */, ); buildRules = ( ); dependencies = ( 0DA33D081A92719C00A274E5 /* PBXTargetDependency */, ); name = GestureDemoTests; productName = GestureDemoTests; productReference = 0DA33D061A92719C00A274E5 /* GestureDemoTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 0DA33CE91A92719C00A274E5 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftMigration = 0700; LastSwiftUpdateCheck = 0700; LastUpgradeCheck = 0700; ORGANIZATIONNAME = "Sally McNichols"; TargetAttributes = { 0DA33CF01A92719C00A274E5 = { CreatedOnToolsVersion = 6.1.1; }; 0DA33D051A92719C00A274E5 = { CreatedOnToolsVersion = 6.1.1; TestTargetID = 0DA33CF01A92719C00A274E5; }; }; }; buildConfigurationList = 0DA33CEC1A92719C00A274E5 /* Build configuration list for PBXProject "GestureDemo" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 0DA33CE81A92719C00A274E5; productRefGroup = 0DA33CF21A92719C00A274E5 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 0DA33CF01A92719C00A274E5 /* GestureDemo */, 0DA33D051A92719C00A274E5 /* GestureDemoTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 0DA33CEF1A92719C00A274E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 0DA33CFC1A92719C00A274E5 /* Main.storyboard in Resources */, 0DA33D191A92748200A274E5 /* trophy.png in Resources */, 0DA33D181A92748200A274E5 /* button-play.png in Resources */, 0DA33D011A92719C00A274E5 /* LaunchScreen.xib in Resources */, 0DA33CFE1A92719C00A274E5 /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 0DA33D041A92719C00A274E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 0DA33CED1A92719C00A274E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 0DC83B081A929A00005335C1 /* Player.swift in Sources */, 0DC83B061A9298C8005335C1 /* LeaderBoardViewController.swift in Sources */, 0DC83B0C1A929C6B005335C1 /* NewPlayerViewController.swift in Sources */, 0DC83B0A1A929AAD005335C1 /* LeaderBoardTableViewCell.swift in Sources */, 0DC83B0E1A929ECE005335C1 /* GamePlayViewController.swift in Sources */, 0DA33CF71A92719C00A274E5 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 0DA33D021A92719C00A274E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 0DA33D0D1A92719C00A274E5 /* GestureDemoTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 0DA33D081A92719C00A274E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 0DA33CF01A92719C00A274E5 /* GestureDemo */; targetProxy = 0DA33D071A92719C00A274E5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 0DA33CFA1A92719C00A274E5 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 0DA33CFB1A92719C00A274E5 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 0DA33CFF1A92719C00A274E5 /* LaunchScreen.xib */ = { isa = PBXVariantGroup; children = ( 0DA33D001A92719C00A274E5 /* Base */, ); name = LaunchScreen.xib; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 0DA33D0E1A92719C00A274E5 /* 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_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; 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 = 8.1; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 0DA33D0F1A92719C00A274E5 /* 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_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; 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 = 8.1; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; 0DA33D111A92719C00A274E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/parse-library-1.4.0", ); INFOPLIST_FILE = GestureDemo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.98222.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "GestureDemo/GestureDemo-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 0DA33D121A92719C00A274E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/parse-library-1.4.0", ); INFOPLIST_FILE = GestureDemo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.98222.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "GestureDemo/GestureDemo-Bridging-Header.h"; }; name = Release; }; 0DA33D141A92719C00A274E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", ); GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = GestureDemoTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.98222.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GestureDemo.app/GestureDemo"; }; name = Debug; }; 0DA33D151A92719C00A274E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", ); INFOPLIST_FILE = GestureDemoTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.98222.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GestureDemo.app/GestureDemo"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 0DA33CEC1A92719C00A274E5 /* Build configuration list for PBXProject "GestureDemo" */ = { isa = XCConfigurationList; buildConfigurations = ( 0DA33D0E1A92719C00A274E5 /* Debug */, 0DA33D0F1A92719C00A274E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 0DA33D101A92719C00A274E5 /* Build configuration list for PBXNativeTarget "GestureDemo" */ = { isa = XCConfigurationList; buildConfigurations = ( 0DA33D111A92719C00A274E5 /* Debug */, 0DA33D121A92719C00A274E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 0DA33D131A92719C00A274E5 /* Build configuration list for PBXNativeTarget "GestureDemoTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 0DA33D141A92719C00A274E5 /* Debug */, 0DA33D151A92719C00A274E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 0DA33CE91A92719C00A274E5 /* Project object */; }