summaryrefslogtreecommitdiff
path: root/Protocol
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
parentef5554041c6015d9bd9b762ee0e23ec268486310 (diff)
add more examplesHEADmaster
Diffstat (limited to 'Protocol')
-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
-rw-r--r--Protocol/Protocol/AppDelegate.h19
-rw-r--r--Protocol/Protocol/AppDelegate.m52
-rw-r--r--Protocol/Protocol/Default-568h@2x.pngbin0 -> 18594 bytes
-rw-r--r--Protocol/Protocol/Default.pngbin0 -> 6540 bytes
-rw-r--r--Protocol/Protocol/Default@2x.pngbin0 -> 16107 bytes
-rw-r--r--Protocol/Protocol/FirstViewController.h13
-rw-r--r--Protocol/Protocol/FirstViewController.m29
-rw-r--r--Protocol/Protocol/Protocol-Info.plist38
-rw-r--r--Protocol/Protocol/Protocol-Prefix.pch14
-rw-r--r--Protocol/Protocol/en.lproj/FirstViewController.xib137
-rw-r--r--Protocol/Protocol/en.lproj/InfoPlist.strings2
-rw-r--r--Protocol/Protocol/main.m18
18 files changed, 752 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>
diff --git a/Protocol/Protocol/AppDelegate.h b/Protocol/Protocol/AppDelegate.h
new file mode 100644
index 0000000..7fb0fc2
--- /dev/null
+++ b/Protocol/Protocol/AppDelegate.h
@@ -0,0 +1,19 @@
+//
+// AppDelegate.h
+// Protocol
+//
+// Created by mo khan on 2013-05-30.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class FirstViewController;
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@property (strong, nonatomic) FirstViewController *viewController;
+
+@end
diff --git a/Protocol/Protocol/AppDelegate.m b/Protocol/Protocol/AppDelegate.m
new file mode 100644
index 0000000..f8458a8
--- /dev/null
+++ b/Protocol/Protocol/AppDelegate.m
@@ -0,0 +1,52 @@
+//
+// AppDelegate.m
+// Protocol
+//
+// Created by mo khan on 2013-05-30.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+#import "FirstViewController.h"
+
+@implementation AppDelegate
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+ self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
+ // Override point for customization after application launch.
+ self.viewController = [[FirstViewController alloc] initWithNibName:@"FirstViewController" bundle:nil];
+ self.window.rootViewController = self.viewController;
+ [self.window makeKeyAndVisible];
+ return YES;
+}
+
+- (void)applicationWillResignActive:(UIApplication *)application
+{
+ // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+ // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+}
+
+- (void)applicationDidEnterBackground:(UIApplication *)application
+{
+ // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application
+{
+ // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+}
+
+- (void)applicationDidBecomeActive:(UIApplication *)application
+{
+ // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+}
+
+- (void)applicationWillTerminate:(UIApplication *)application
+{
+ // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+@end
diff --git a/Protocol/Protocol/Default-568h@2x.png b/Protocol/Protocol/Default-568h@2x.png
new file mode 100644
index 0000000..0891b7a
--- /dev/null
+++ b/Protocol/Protocol/Default-568h@2x.png
Binary files differ
diff --git a/Protocol/Protocol/Default.png b/Protocol/Protocol/Default.png
new file mode 100644
index 0000000..4c8ca6f
--- /dev/null
+++ b/Protocol/Protocol/Default.png
Binary files differ
diff --git a/Protocol/Protocol/Default@2x.png b/Protocol/Protocol/Default@2x.png
new file mode 100644
index 0000000..35b84cf
--- /dev/null
+++ b/Protocol/Protocol/Default@2x.png
Binary files differ
diff --git a/Protocol/Protocol/FirstViewController.h b/Protocol/Protocol/FirstViewController.h
new file mode 100644
index 0000000..34cd29b
--- /dev/null
+++ b/Protocol/Protocol/FirstViewController.h
@@ -0,0 +1,13 @@
+//
+// ViewController.h
+// Protocol
+//
+// Created by mo khan on 2013-05-30.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface FirstViewController : UIViewController
+
+@end
diff --git a/Protocol/Protocol/FirstViewController.m b/Protocol/Protocol/FirstViewController.m
new file mode 100644
index 0000000..8f21bfb
--- /dev/null
+++ b/Protocol/Protocol/FirstViewController.m
@@ -0,0 +1,29 @@
+//
+// ViewController.m
+// Protocol
+//
+// Created by mo khan on 2013-05-30.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import "FirstViewController.h"
+
+@interface FirstViewController ()
+
+@end
+
+@implementation FirstViewController
+
+- (void)viewDidLoad
+{
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning
+{
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
+}
+
+@end
diff --git a/Protocol/Protocol/Protocol-Info.plist b/Protocol/Protocol/Protocol-Info.plist
new file mode 100644
index 0000000..72d55a8
--- /dev/null
+++ b/Protocol/Protocol/Protocol-Info.plist
@@ -0,0 +1,38 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>mokhan.ca.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+</dict>
+</plist>
diff --git a/Protocol/Protocol/Protocol-Prefix.pch b/Protocol/Protocol/Protocol-Prefix.pch
new file mode 100644
index 0000000..3ae843a
--- /dev/null
+++ b/Protocol/Protocol/Protocol-Prefix.pch
@@ -0,0 +1,14 @@
+//
+// Prefix header for all source files of the 'Protocol' target in the 'Protocol' project
+//
+
+#import <Availability.h>
+
+#ifndef __IPHONE_4_0
+#warning "This project uses features only available in iOS SDK 4.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import <UIKit/UIKit.h>
+ #import <Foundation/Foundation.h>
+#endif
diff --git a/Protocol/Protocol/en.lproj/FirstViewController.xib b/Protocol/Protocol/en.lproj/FirstViewController.xib
new file mode 100644
index 0000000..8fb01a2
--- /dev/null
+++ b/Protocol/Protocol/en.lproj/FirstViewController.xib
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
+ <data>
+ <int key="IBDocument.SystemTarget">1552</int>
+ <string key="IBDocument.SystemVersion">12D78</string>
+ <string key="IBDocument.InterfaceBuilderVersion">3084</string>
+ <string key="IBDocument.AppKitVersion">1187.37</string>
+ <string key="IBDocument.HIToolboxVersion">626.00</string>
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="NS.object.0">2083</string>
+ </object>
+ <array key="IBDocument.IntegratedClassDependencies">
+ <string>IBProxyObject</string>
+ <string>IBUIView</string>
+ </array>
+ <array key="IBDocument.PluginDependencies">
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </array>
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
+ <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
+ <integer value="1" key="NS.object.0"/>
+ </object>
+ <array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+ <object class="IBProxyObject" id="372490531">
+ <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ <object class="IBProxyObject" id="843779117">
+ <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ <object class="IBUIView" id="774585933">
+ <reference key="NSNextResponder"/>
+ <int key="NSvFlags">274</int>
+ <string key="NSFrame">{{0, 20}, {320, 548}}</string>
+ <reference key="NSSuperview"/>
+ <reference key="NSWindow"/>
+ <object class="NSColor" key="IBUIBackgroundColor">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MC43NQA</bytes>
+ <object class="NSColorSpace" key="NSCustomColorSpace">
+ <int key="NSID">2</int>
+ </object>
+ </object>
+ <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+ <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
+ <object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
+ <string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
+ <object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
+ <bool key="EncodedWithXMLCoder">YES</bool>
+ <array key="dict.sortedKeys">
+ <integer value="1"/>
+ <integer value="3"/>
+ </array>
+ <array key="dict.values">
+ <string>{320, 568}</string>
+ <string>{568, 320}</string>
+ </array>
+ </object>
+ <string key="IBUITargetRuntime">IBCocoaTouchFramework</string>
+ <string key="IBUIDisplayName">Retina 4 Full Screen</string>
+ <int key="IBUIType">2</int>
+ </object>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ </array>
+ <object class="IBObjectContainer" key="IBDocument.Objects">
+ <array class="NSMutableArray" key="connectionRecords">
+ <object class="IBConnectionRecord">
+ <object class="IBCocoaTouchOutletConnection" key="connection">
+ <string key="label">view</string>
+ <reference key="source" ref="372490531"/>
+ <reference key="destination" ref="774585933"/>
+ </object>
+ <int key="connectionID">7</int>
+ </object>
+ </array>
+ <object class="IBMutableOrderedSet" key="objectRecords">
+ <array key="orderedObjects">
+ <object class="IBObjectRecord">
+ <int key="objectID">0</int>
+ <array key="object" id="0"/>
+ <reference key="children" ref="1000"/>
+ <nil key="parent"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-1</int>
+ <reference key="object" ref="372490531"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">File's Owner</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-2</int>
+ <reference key="object" ref="843779117"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">6</int>
+ <reference key="object" ref="774585933"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ </array>
+ </object>
+ <dictionary class="NSMutableDictionary" key="flattenedProperties">
+ <string key="-1.CustomClassName">FirstViewController</string>
+ <string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="-2.CustomClassName">UIResponder</string>
+ <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </dictionary>
+ <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
+ <nil key="activeLocalization"/>
+ <dictionary class="NSMutableDictionary" key="localizations"/>
+ <nil key="sourceID"/>
+ <int key="maxID">7</int>
+ </object>
+ <object class="IBClassDescriber" key="IBDocument.Classes">
+ <array class="NSMutableArray" key="referencedPartialClassDescriptions">
+ <object class="IBPartialClassDescription">
+ <string key="className">FirstViewController</string>
+ <string key="superclassName">UIViewController</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/FirstViewController.h</string>
+ </object>
+ </object>
+ </array>
+ </object>
+ <int key="IBDocument.localizationMode">0</int>
+ <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
+ <bool key="IBDocument.UseAutolayout">YES</bool>
+ <string key="IBCocoaTouchPluginVersion">2083</string>
+ </data>
+</archive>
diff --git a/Protocol/Protocol/en.lproj/InfoPlist.strings b/Protocol/Protocol/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/Protocol/Protocol/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
diff --git a/Protocol/Protocol/main.m b/Protocol/Protocol/main.m
new file mode 100644
index 0000000..cde935f
--- /dev/null
+++ b/Protocol/Protocol/main.m
@@ -0,0 +1,18 @@
+//
+// main.m
+// Protocol
+//
+// Created by mo khan on 2013-05-30.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "AppDelegate.h"
+
+int main(int argc, char *argv[])
+{
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+ }
+}