diff options
Diffstat (limited to 'Protocol/Protocol.xcodeproj/project.pbxproj')
| -rw-r--r-- | Protocol/Protocol.xcodeproj/project.pbxproj | 305 |
1 files changed, 305 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 */; +} |
