summaryrefslogtreecommitdiff
path: root/Accelerometer/Accelerometer.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'Accelerometer/Accelerometer.xcodeproj')
-rw-r--r--Accelerometer/Accelerometer.xcodeproj/project.pbxproj305
-rw-r--r--Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstatebin0 -> 12199 bytes
-rw-r--r--Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Accelerometer.xcscheme86
-rw-r--r--Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist22
5 files changed, 420 insertions, 0 deletions
diff --git a/Accelerometer/Accelerometer.xcodeproj/project.pbxproj b/Accelerometer/Accelerometer.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..24e9ab0
--- /dev/null
+++ b/Accelerometer/Accelerometer.xcodeproj/project.pbxproj
@@ -0,0 +1,305 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ CD459B8B1766C40400288A26 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B8A1766C40400288A26 /* UIKit.framework */; };
+ CD459B8D1766C40400288A26 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B8C1766C40400288A26 /* Foundation.framework */; };
+ CD459B8F1766C40400288A26 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD459B8E1766C40400288A26 /* CoreGraphics.framework */; };
+ CD459B951766C40400288A26 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CD459B931766C40400288A26 /* InfoPlist.strings */; };
+ CD459B971766C40400288A26 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B961766C40400288A26 /* main.m */; };
+ CD459B9B1766C40400288A26 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459B9A1766C40400288A26 /* AppDelegate.m */; };
+ CD459B9D1766C40400288A26 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B9C1766C40400288A26 /* Default.png */; };
+ CD459B9F1766C40400288A26 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459B9E1766C40400288A26 /* Default@2x.png */; };
+ CD459BA11766C40400288A26 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CD459BA01766C40400288A26 /* Default-568h@2x.png */; };
+ CD459BA41766C40400288A26 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD459BA31766C40400288A26 /* ViewController.m */; };
+ CD459BA71766C40400288A26 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD459BA51766C40400288A26 /* ViewController.xib */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ CD459B871766C40400288A26 /* Accelerometer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Accelerometer.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ CD459B8A1766C40400288A26 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ CD459B8C1766C40400288A26 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ CD459B8E1766C40400288A26 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ CD459B921766C40400288A26 /* Accelerometer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Accelerometer-Info.plist"; sourceTree = "<group>"; };
+ CD459B941766C40400288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ CD459B961766C40400288A26 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ CD459B981766C40400288A26 /* Accelerometer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Accelerometer-Prefix.pch"; sourceTree = "<group>"; };
+ CD459B991766C40400288A26 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ CD459B9A1766C40400288A26 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ CD459B9C1766C40400288A26 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+ CD459B9E1766C40400288A26 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+ CD459BA01766C40400288A26 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
+ CD459BA21766C40400288A26 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+ CD459BA31766C40400288A26 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+ CD459BA61766C40400288A26 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ CD459B841766C40400288A26 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B8B1766C40400288A26 /* UIKit.framework in Frameworks */,
+ CD459B8D1766C40400288A26 /* Foundation.framework in Frameworks */,
+ CD459B8F1766C40400288A26 /* CoreGraphics.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ CD459B7E1766C40400288A26 = {
+ isa = PBXGroup;
+ children = (
+ CD459B901766C40400288A26 /* Accelerometer */,
+ CD459B891766C40400288A26 /* Frameworks */,
+ CD459B881766C40400288A26 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ CD459B881766C40400288A26 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B871766C40400288A26 /* Accelerometer.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ CD459B891766C40400288A26 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B8A1766C40400288A26 /* UIKit.framework */,
+ CD459B8C1766C40400288A26 /* Foundation.framework */,
+ CD459B8E1766C40400288A26 /* CoreGraphics.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ CD459B901766C40400288A26 /* Accelerometer */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B991766C40400288A26 /* AppDelegate.h */,
+ CD459B9A1766C40400288A26 /* AppDelegate.m */,
+ CD459BA21766C40400288A26 /* ViewController.h */,
+ CD459BA31766C40400288A26 /* ViewController.m */,
+ CD459BA51766C40400288A26 /* ViewController.xib */,
+ CD459B911766C40400288A26 /* Supporting Files */,
+ );
+ path = Accelerometer;
+ sourceTree = "<group>";
+ };
+ CD459B911766C40400288A26 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CD459B921766C40400288A26 /* Accelerometer-Info.plist */,
+ CD459B931766C40400288A26 /* InfoPlist.strings */,
+ CD459B961766C40400288A26 /* main.m */,
+ CD459B981766C40400288A26 /* Accelerometer-Prefix.pch */,
+ CD459B9C1766C40400288A26 /* Default.png */,
+ CD459B9E1766C40400288A26 /* Default@2x.png */,
+ CD459BA01766C40400288A26 /* Default-568h@2x.png */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ CD459B861766C40400288A26 /* Accelerometer */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CD459BAA1766C40400288A26 /* Build configuration list for PBXNativeTarget "Accelerometer" */;
+ buildPhases = (
+ CD459B831766C40400288A26 /* Sources */,
+ CD459B841766C40400288A26 /* Frameworks */,
+ CD459B851766C40400288A26 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Accelerometer;
+ productName = Accelerometer;
+ productReference = CD459B871766C40400288A26 /* Accelerometer.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ CD459B7F1766C40400288A26 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0460;
+ ORGANIZATIONNAME = "mo khan";
+ };
+ buildConfigurationList = CD459B821766C40400288A26 /* Build configuration list for PBXProject "Accelerometer" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = CD459B7E1766C40400288A26;
+ productRefGroup = CD459B881766C40400288A26 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ CD459B861766C40400288A26 /* Accelerometer */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ CD459B851766C40400288A26 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B951766C40400288A26 /* InfoPlist.strings in Resources */,
+ CD459B9D1766C40400288A26 /* Default.png in Resources */,
+ CD459B9F1766C40400288A26 /* Default@2x.png in Resources */,
+ CD459BA11766C40400288A26 /* Default-568h@2x.png in Resources */,
+ CD459BA71766C40400288A26 /* ViewController.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ CD459B831766C40400288A26 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CD459B971766C40400288A26 /* main.m in Sources */,
+ CD459B9B1766C40400288A26 /* AppDelegate.m in Sources */,
+ CD459BA41766C40400288A26 /* ViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ CD459B931766C40400288A26 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD459B941766C40400288A26 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ CD459BA51766C40400288A26 /* ViewController.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CD459BA61766C40400288A26 /* en */,
+ );
+ name = ViewController.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ CD459BA81766C40400288A26 /* 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;
+ };
+ CD459BA91766C40400288A26 /* 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;
+ };
+ CD459BAB1766C40400288A26 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Accelerometer/Accelerometer-Prefix.pch";
+ INFOPLIST_FILE = "Accelerometer/Accelerometer-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ CD459BAC1766C40400288A26 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Accelerometer/Accelerometer-Prefix.pch";
+ INFOPLIST_FILE = "Accelerometer/Accelerometer-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ CD459B821766C40400288A26 /* Build configuration list for PBXProject "Accelerometer" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD459BA81766C40400288A26 /* Debug */,
+ CD459BA91766C40400288A26 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ CD459BAA1766C40400288A26 /* Build configuration list for PBXNativeTarget "Accelerometer" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CD459BAB1766C40400288A26 /* Debug */,
+ CD459BAC1766C40400288A26 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = CD459B7F1766C40400288A26 /* Project object */;
+}
diff --git a/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..5af98f4
--- /dev/null
+++ b/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:Accelerometer.xcodeproj">
+ </FileRef>
+</Workspace>
diff --git a/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate b/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..0c800e1
--- /dev/null
+++ b/Accelerometer/Accelerometer.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
diff --git a/Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Accelerometer.xcscheme b/Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Accelerometer.xcscheme
new file mode 100644
index 0000000..8ade243
--- /dev/null
+++ b/Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Accelerometer.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 = "CD459B861766C40400288A26"
+ BuildableName = "Accelerometer.app"
+ BlueprintName = "Accelerometer"
+ ReferencedContainer = "container:Accelerometer.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 = "CD459B861766C40400288A26"
+ BuildableName = "Accelerometer.app"
+ BlueprintName = "Accelerometer"
+ ReferencedContainer = "container:Accelerometer.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 = "CD459B861766C40400288A26"
+ BuildableName = "Accelerometer.app"
+ BlueprintName = "Accelerometer"
+ ReferencedContainer = "container:Accelerometer.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <AdditionalOptions>
+ </AdditionalOptions>
+ </LaunchAction>
+ <ProfileAction
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ savedToolIdentifier = ""
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Release"
+ debugDocumentVersioning = "YES">
+ <BuildableProductRunnable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CD459B861766C40400288A26"
+ BuildableName = "Accelerometer.app"
+ BlueprintName = "Accelerometer"
+ ReferencedContainer = "container:Accelerometer.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
diff --git a/Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/Accelerometer/Accelerometer.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..46b7f1c
--- /dev/null
+++ b/Accelerometer/Accelerometer.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>Accelerometer.xcscheme</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <key>SuppressBuildableAutocreation</key>
+ <dict>
+ <key>CD459B861766C40400288A26</key>
+ <dict>
+ <key>primary</key>
+ <true/>
+ </dict>
+ </dict>
+</dict>
+</plist>