summaryrefslogtreecommitdiff
path: root/Gestures/Gestures.xcodeproj
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
committermo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
commit2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch)
tree4e1c9aca017cab2450ca5ccc9e631d7808518e36 /Gestures/Gestures.xcodeproj
parentef5554041c6015d9bd9b762ee0e23ec268486310 (diff)
add more examplesHEADmaster
Diffstat (limited to 'Gestures/Gestures.xcodeproj')
-rw-r--r--Gestures/Gestures.xcodeproj/project.pbxproj305
-rw-r--r--Gestures/Gestures.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--Gestures/Gestures.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstatebin0 -> 13074 bytes
-rw-r--r--Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Gestures.xcscheme86
-rw-r--r--Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist22
5 files changed, 420 insertions, 0 deletions
diff --git a/Gestures/Gestures.xcodeproj/project.pbxproj b/Gestures/Gestures.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..e20dcc9
--- /dev/null
+++ b/Gestures/Gestures.xcodeproj/project.pbxproj
@@ -0,0 +1,305 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ CD459B5C1766C18000288A26 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B5B1766C18000288A26 /* UIKit.framework */; };
+ CD459B5E1766C18000288A26 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B5D1766C18000288A26 /* Foundation.framework */; };
+ CD459B601766C18000288A26 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B5F1766C18000288A26 /* CoreGraphics.framework */; };
+ CD459B661766C18000288A26 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CD459B641766C18000288A26 /* InfoPlist.strings */; };
+ CD459B681766C18000288A26 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B671766C18000288A26 /* main.m */; };
+ CD459B6C1766C18000288A26 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B6B1766C18000288A26 /* AppDelegate.m */; };
+ CD459B6E1766C18000288A26 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B6D1766C18000288A26 /* Default.png */; };
+ CD459B701766C18000288A26 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B6F1766C18000288A26 /* Default@2x.png */; };
+ CD459B721766C18000288A26 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B711766C18000288A26 /* Default-568h@2x.png */; };
+ CD459B751766C18000288A26 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B741766C18000288A26 /* ViewController.m */; };
+ CD459B781766C18000288A26 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD459B761766C18000288A26 /* ViewController.xib */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ CD459B581766C18000288A26 /* Gestures.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Gestures.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ CD459B5B1766C18000288A26 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ CD459B5D1766C18000288A26 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ CD459B5F1766C18000288A26 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ CD459B631766C18000288A26 /* Gestures-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Gestures-Info.plist"; sourceTree = "<group>"; };
+ CD459B651766C18000288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ CD459B671766C18000288A26 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ CD459B691766C18000288A26 /* Gestures-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Gestures-Prefix.pch"; sourceTree = "<group>"; };
+ CD459B6A1766C18000288A26 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ CD459B6B1766C18000288A26 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ CD459B6D1766C18000288A26 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+ CD459B6F1766C18000288A26 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+ CD459B711766C18000288A26 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
+ CD459B731766C18000288A26 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+ CD459B741766C18000288A26 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+ CD459B771766C18000288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ CD459B551766C18000288A26 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B5C1766C18000288A26 /* UIKit.framework in Frameworks */,
+ CD459B5E1766C18000288A26 /* Foundation.framework in Frameworks */,
+ CD459B601766C18000288A26 /* CoreGraphics.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ CD459B4F1766C18000288A26 = {
+ isa = PBXGroup;
+ children = (
+ CD459B611766C18000288A26 /* Gestures */,
+ CD459B5A1766C18000288A26 /* Frameworks */,
+ CD459B591766C18000288A26 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ CD459B591766C18000288A26 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B581766C18000288A26 /* Gestures.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ CD459B5A1766C18000288A26 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B5B1766C18000288A26 /* UIKit.framework */,
+ CD459B5D1766C18000288A26 /* Foundation.framework */,
+ CD459B5F1766C18000288A26 /* CoreGraphics.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ CD459B611766C18000288A26 /* Gestures */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B6A1766C18000288A26 /* AppDelegate.h */,
+ CD459B6B1766C18000288A26 /* AppDelegate.m */,
+ CD459B731766C18000288A26 /* ViewController.h */,
+ CD459B741766C18000288A26 /* ViewController.m */,
+ CD459B761766C18000288A26 /* ViewController.xib */,
+ CD459B621766C18000288A26 /* Supporting Files */,
+ );
+ path = Gestures;
+ sourceTree = "<group>";
+ };
+ CD459B621766C18000288A26 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B631766C18000288A26 /* Gestures-Info.plist */,
+ CD459B641766C18000288A26 /* InfoPlist.strings */,
+ CD459B671766C18000288A26 /* main.m */,
+ CD459B691766C18000288A26 /* Gestures-Prefix.pch */,
+ CD459B6D1766C18000288A26 /* Default.png */,
+ CD459B6F1766C18000288A26 /* Default@2x.png */,
+ CD459B711766C18000288A26 /* Default-568h@2x.png */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ CD459B571766C18000288A26 /* Gestures */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CD459B7B1766C18000288A26 /* Build configuration list for PBXNativeTarget "Gestures" */;
+ buildPhases = (
+ CD459B541766C18000288A26 /* Sources */,
+ CD459B551766C18000288A26 /* Frameworks */,
+ CD459B561766C18000288A26 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Gestures;
+ productName = Gestures;
+ productReference = CD459B581766C18000288A26 /* Gestures.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ CD459B501766C18000288A26 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0460;
+ ORGANIZATIONNAME = "mo khan";
+ };
+ buildConfigurationList = CD459B531766C18000288A26 /* Build configuration list for PBXProject "Gestures" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = CD459B4F1766C18000288A26;
+ productRefGroup = CD459B591766C18000288A26 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ CD459B571766C18000288A26 /* Gestures */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ CD459B561766C18000288A26 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B661766C18000288A26 /* InfoPlist.strings in Resources */,
+ CD459B6E1766C18000288A26 /* Default.png in Resources */,
+ CD459B701766C18000288A26 /* Default@2x.png in Resources */,
+ CD459B721766C18000288A26 /* Default-568h@2x.png in Resources */,
+ CD459B781766C18000288A26 /* ViewController.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ CD459B541766C18000288A26 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B681766C18000288A26 /* main.m in Sources */,
+ CD459B6C1766C18000288A26 /* AppDelegate.m in Sources */,
+ CD459B751766C18000288A26 /* ViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ CD459B641766C18000288A26 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD459B651766C18000288A26 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ CD459B761766C18000288A26 /* ViewController.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD459B771766C18000288A26 /* en */,
+ );
+ name = ViewController.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ CD459B791766C18000288A26 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ 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_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ CD459B7A1766C18000288A26 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
+ OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ CD459B7C1766C18000288A26 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Gestures/Gestures-Prefix.pch";
+ INFOPLIST_FILE = "Gestures/Gestures-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ CD459B7D1766C18000288A26 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Gestures/Gestures-Prefix.pch";
+ INFOPLIST_FILE = "Gestures/Gestures-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ CD459B531766C18000288A26 /* Build configuration list for PBXProject "Gestures" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD459B791766C18000288A26 /* Debug */,
+ CD459B7A1766C18000288A26 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ CD459B7B1766C18000288A26 /* Build configuration list for PBXNativeTarget "Gestures" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD459B7C1766C18000288A26 /* Debug */,
+ CD459B7D1766C18000288A26 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = CD459B501766C18000288A26 /* Project object */;
+}
diff --git a/Gestures/Gestures.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Gestures/Gestures.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..db246b3
--- /dev/null
+++ b/Gestures/Gestures.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:Gestures.xcodeproj">
+ </FileRef>
+</Workspace>
diff --git a/Gestures/Gestures.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate b/Gestures/Gestures.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..142dd20
--- /dev/null
+++ b/Gestures/Gestures.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
diff --git a/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Gestures.xcscheme b/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Gestures.xcscheme
new file mode 100644
index 0000000..6c05936
--- /dev/null
+++ b/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Gestures.xcscheme
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+ LastUpgradeVersion = "0460"
+ version = "1.3">
+ <BuildAction
+ parallelizeBuildables = "YES"
+ buildImplicitDependencies = "YES">
+ <BuildActionEntries>
+ <BuildActionEntry
+ buildForTesting = "YES"
+ buildForRunning = "YES"
+ buildForProfiling = "YES"
+ buildForArchiving = "YES"
+ buildForAnalyzing = "YES">
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CD459B571766C18000288A26"
+ BuildableName = "Gestures.app"
+ BlueprintName = "Gestures"
+ ReferencedContainer = "container:Gestures.xcodeproj">
+ </BuildableReference>
+ </BuildActionEntry>
+ </BuildActionEntries>
+ </BuildAction>
+ <TestAction
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ buildConfiguration = "Debug">
+ <Testables>
+ </Testables>
+ <MacroExpansion>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CD459B571766C18000288A26"
+ BuildableName = "Gestures.app"
+ BlueprintName = "Gestures"
+ ReferencedContainer = "container:Gestures.xcodeproj">
+ </BuildableReference>
+ </MacroExpansion>
+ </TestAction>
+ <LaunchAction
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ launchStyle = "0"
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Debug"
+ ignoresPersistentStateOnLaunch = "NO"
+ debugDocumentVersioning = "YES"
+ allowLocationSimulation = "YES">
+ <BuildableProductRunnable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CD459B571766C18000288A26"
+ BuildableName = "Gestures.app"
+ BlueprintName = "Gestures"
+ ReferencedContainer = "container:Gestures.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <AdditionalOptions>
+ </AdditionalOptions>
+ </LaunchAction>
+ <ProfileAction
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ savedToolIdentifier = ""
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Release"
+ debugDocumentVersioning = "YES">
+ <BuildableProductRunnable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CD459B571766C18000288A26"
+ BuildableName = "Gestures.app"
+ BlueprintName = "Gestures"
+ ReferencedContainer = "container:Gestures.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
diff --git a/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..ae98d88
--- /dev/null
+++ b/Gestures/Gestures.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>SchemeUserState</key>
+ <dict>
+ <key>Gestures.xcscheme</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <key>SuppressBuildableAutocreation</key>
+ <dict>
+ <key>CD459B571766C18000288A26</key>
+ <dict>
+ <key>primary</key>
+ <true/>
+ </dict>
+ </dict>
+</dict>
+</plist>