summaryrefslogtreecommitdiff
path: root/Protocol/Protocol.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 /Protocol/Protocol.xcodeproj
parentef5554041c6015d9bd9b762ee0e23ec268486310 (diff)
add more examplesHEADmaster
Diffstat (limited to 'Protocol/Protocol.xcodeproj')
-rw-r--r--Protocol/Protocol.xcodeproj/project.pbxproj305
-rw-r--r--Protocol/Protocol.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstatebin0 -> 13478 bytes
-rw-r--r--Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/WorkspaceSettings.xcsettings10
-rw-r--r--Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Protocol.xcscheme86
-rw-r--r--Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist22
6 files changed, 430 insertions, 0 deletions
diff --git a/Protocol/Protocol.xcodeproj/project.pbxproj b/Protocol/Protocol.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..94b5c7c
--- /dev/null
+++ b/Protocol/Protocol.xcodeproj/project.pbxproj
@@ -0,0 +1,305 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ CDA5805B17582A84006C499C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805A17582A84006C499C /* UIKit.framework */; };
+ CDA5805D17582A84006C499C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805C17582A84006C499C /* Foundation.framework */; };
+ CDA5805F17582A84006C499C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA5805E17582A84006C499C /* CoreGraphics.framework */; };
+ CDA5806517582A84006C499C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806317582A84006C499C /* InfoPlist.strings */; };
+ CDA5806717582A84006C499C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5806617582A84006C499C /* main.m */; };
+ CDA5806B17582A84006C499C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5806A17582A84006C499C /* AppDelegate.m */; };
+ CDA5806D17582A84006C499C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806C17582A84006C499C /* Default.png */; };
+ CDA5806F17582A84006C499C /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5806E17582A84006C499C /* Default@2x.png */; };
+ CDA5807117582A84006C499C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA5807017582A84006C499C /* Default-568h@2x.png */; };
+ CDA5807417582A84006C499C /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5807317582A84006C499C /* FirstViewController.m */; };
+ CDA5807717582A84006C499C /* FirstViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDA5807517582A84006C499C /* FirstViewController.xib */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ CDA5805717582A84006C499C /* Protocol.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Protocol.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ CDA5805A17582A84006C499C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ CDA5805C17582A84006C499C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ CDA5805E17582A84006C499C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ CDA5806217582A84006C499C /* Protocol-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Protocol-Info.plist"; sourceTree = "<group>"; };
+ CDA5806417582A84006C499C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ CDA5806617582A84006C499C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ CDA5806817582A84006C499C /* Protocol-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Protocol-Prefix.pch"; sourceTree = "<group>"; };
+ CDA5806917582A84006C499C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ CDA5806A17582A84006C499C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ CDA5806C17582A84006C499C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+ CDA5806E17582A84006C499C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+ CDA5807017582A84006C499C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
+ CDA5807217582A84006C499C /* FirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstViewController.h; sourceTree = "<group>"; };
+ CDA5807317582A84006C499C /* FirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstViewController.m; sourceTree = "<group>"; };
+ CDA5807617582A84006C499C /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/FirstViewController.xib; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ CDA5805417582A84006C499C /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDA5805B17582A84006C499C /* UIKit.framework in Frameworks */,
+ CDA5805D17582A84006C499C /* Foundation.framework in Frameworks */,
+ CDA5805F17582A84006C499C /* CoreGraphics.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ CDA5804E17582A84006C499C = {
+ isa = PBXGroup;
+ children = (
+ CDA5806017582A84006C499C /* Protocol */,
+ CDA5805917582A84006C499C /* Frameworks */,
+ CDA5805817582A84006C499C /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ CDA5805817582A84006C499C /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ CDA5805717582A84006C499C /* Protocol.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ CDA5805917582A84006C499C /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ CDA5805A17582A84006C499C /* UIKit.framework */,
+ CDA5805C17582A84006C499C /* Foundation.framework */,
+ CDA5805E17582A84006C499C /* CoreGraphics.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ CDA5806017582A84006C499C /* Protocol */ = {
+ isa = PBXGroup;
+ children = (
+ CDA5806917582A84006C499C /* AppDelegate.h */,
+ CDA5806A17582A84006C499C /* AppDelegate.m */,
+ CDA5807217582A84006C499C /* FirstViewController.h */,
+ CDA5807317582A84006C499C /* FirstViewController.m */,
+ CDA5807517582A84006C499C /* FirstViewController.xib */,
+ CDA5806117582A84006C499C /* Supporting Files */,
+ );
+ path = Protocol;
+ sourceTree = "<group>";
+ };
+ CDA5806117582A84006C499C /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CDA5806217582A84006C499C /* Protocol-Info.plist */,
+ CDA5806317582A84006C499C /* InfoPlist.strings */,
+ CDA5806617582A84006C499C /* main.m */,
+ CDA5806817582A84006C499C /* Protocol-Prefix.pch */,
+ CDA5806C17582A84006C499C /* Default.png */,
+ CDA5806E17582A84006C499C /* Default@2x.png */,
+ CDA5807017582A84006C499C /* Default-568h@2x.png */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ CDA5805617582A84006C499C /* Protocol */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CDA5807A17582A84006C499C /* Build configuration list for PBXNativeTarget "Protocol" */;
+ buildPhases = (
+ CDA5805317582A84006C499C /* Sources */,
+ CDA5805417582A84006C499C /* Frameworks */,
+ CDA5805517582A84006C499C /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Protocol;
+ productName = Protocol;
+ productReference = CDA5805717582A84006C499C /* Protocol.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ CDA5804F17582A84006C499C /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0460;
+ ORGANIZATIONNAME = "mo khan";
+ };
+ buildConfigurationList = CDA5805217582A84006C499C /* Build configuration list for PBXProject "Protocol" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = CDA5804E17582A84006C499C;
+ productRefGroup = CDA5805817582A84006C499C /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ CDA5805617582A84006C499C /* Protocol */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ CDA5805517582A84006C499C /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDA5806517582A84006C499C /* InfoPlist.strings in Resources */,
+ CDA5806D17582A84006C499C /* Default.png in Resources */,
+ CDA5806F17582A84006C499C /* Default@2x.png in Resources */,
+ CDA5807117582A84006C499C /* Default-568h@2x.png in Resources */,
+ CDA5807717582A84006C499C /* FirstViewController.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ CDA5805317582A84006C499C /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDA5806717582A84006C499C /* main.m in Sources */,
+ CDA5806B17582A84006C499C /* AppDelegate.m in Sources */,
+ CDA5807417582A84006C499C /* FirstViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ CDA5806317582A84006C499C /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CDA5806417582A84006C499C /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ CDA5807517582A84006C499C /* FirstViewController.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CDA5807617582A84006C499C /* en */,
+ );
+ name = FirstViewController.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ CDA5807817582A84006C499C /* 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;
+ };
+ CDA5807917582A84006C499C /* 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;
+ };
+ CDA5807B17582A84006C499C /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Protocol/Protocol-Prefix.pch";
+ INFOPLIST_FILE = "Protocol/Protocol-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ CDA5807C17582A84006C499C /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Protocol/Protocol-Prefix.pch";
+ INFOPLIST_FILE = "Protocol/Protocol-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ CDA5805217582A84006C499C /* Build configuration list for PBXProject "Protocol" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CDA5807817582A84006C499C /* Debug */,
+ CDA5807917582A84006C499C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ CDA5807A17582A84006C499C /* Build configuration list for PBXNativeTarget "Protocol" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CDA5807B17582A84006C499C /* Debug */,
+ CDA5807C17582A84006C499C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = CDA5804F17582A84006C499C /* Project object */;
+}
diff --git a/Protocol/Protocol.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Protocol/Protocol.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..822a8b0
--- /dev/null
+++ b/Protocol/Protocol.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:Protocol.xcodeproj">
+ </FileRef>
+</Workspace>
diff --git a/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate b/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..044e9e4
--- /dev/null
+++ b/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
diff --git a/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/WorkspaceSettings.xcsettings b/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..bfffcfe
--- /dev/null
+++ b/Protocol/Protocol.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/WorkspaceSettings.xcsettings
@@ -0,0 +1,10 @@
+<?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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
+ <true/>
+ <key>SnapshotAutomaticallyBeforeSignificantChanges</key>
+ <false/>
+</dict>
+</plist>
diff --git a/Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Protocol.xcscheme b/Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Protocol.xcscheme
new file mode 100644
index 0000000..0c343f8
--- /dev/null
+++ b/Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/Protocol.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 = "CDA5805617582A84006C499C"
+ BuildableName = "Protocol.app"
+ BlueprintName = "Protocol"
+ ReferencedContainer = "container:Protocol.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 = "CDA5805617582A84006C499C"
+ BuildableName = "Protocol.app"
+ BlueprintName = "Protocol"
+ ReferencedContainer = "container:Protocol.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 = "CDA5805617582A84006C499C"
+ BuildableName = "Protocol.app"
+ BlueprintName = "Protocol"
+ ReferencedContainer = "container:Protocol.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <AdditionalOptions>
+ </AdditionalOptions>
+ </LaunchAction>
+ <ProfileAction
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ savedToolIdentifier = ""
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Release"
+ debugDocumentVersioning = "YES">
+ <BuildableProductRunnable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "CDA5805617582A84006C499C"
+ BuildableName = "Protocol.app"
+ BlueprintName = "Protocol"
+ ReferencedContainer = "container:Protocol.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
diff --git a/Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/Protocol/Protocol.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..5d59379
--- /dev/null
+++ b/Protocol/Protocol.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>Protocol.xcscheme</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <key>SuppressBuildableAutocreation</key>
+ <dict>
+ <key>CDA5805617582A84006C499C</key>
+ <dict>
+ <key>primary</key>
+ <true/>
+ </dict>
+ </dict>
+</dict>
+</plist>