// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 4A73280A14E66CFC0044823F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A73280914E66CFC0044823F /* UIKit.framework */; }; 4A73280C14E66CFC0044823F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A73280B14E66CFC0044823F /* Foundation.framework */; }; 4A73280E14E66CFC0044823F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A73280D14E66CFC0044823F /* CoreGraphics.framework */; }; 4A73281414E66CFC0044823F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4A73281214E66CFC0044823F /* InfoPlist.strings */; }; 4A73281614E66CFC0044823F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A73281514E66CFC0044823F /* main.m */; }; 4A73281A14E66CFC0044823F /* TBCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A73281914E66CFC0044823F /* TBCAppDelegate.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 4A73280514E66CFC0044823F /* iOSTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4A73280914E66CFC0044823F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 4A73280B14E66CFC0044823F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 4A73280D14E66CFC0044823F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 4A73281114E66CFC0044823F /* iOSTest-Info.plist */ = {isa = PBXFileReference; path = "iOSTest-Info.plist"; sourceTree = ""; }; 4A73281314E66CFC0044823F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 4A73281514E66CFC0044823F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 4A73281714E66CFC0044823F /* iOSTest-Prefix.pch */ = {isa = PBXFileReference; path = "iOSTest-Prefix.pch"; sourceTree = ""; }; 4A73281814E66CFC0044823F /* TBCAppDelegate.h */ = {isa = PBXFileReference; path = TBCAppDelegate.h; sourceTree = ""; }; 4A73281914E66CFC0044823F /* TBCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TBCAppDelegate.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4A73280214E66CFC0044823F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4A73280A14E66CFC0044823F /* UIKit.framework in Frameworks */, 4A73280C14E66CFC0044823F /* Foundation.framework in Frameworks */, 4A73280E14E66CFC0044823F /* CoreGraphics.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4A7327FA14E66CFC0044823F = { isa = PBXGroup; children = ( 4A73280F14E66CFC0044823F /* iOSTest */, 4A73280814E66CFC0044823F /* Frameworks */, 4A73280614E66CFC0044823F /* Products */, ); sourceTree = ""; }; 4A73280614E66CFC0044823F /* Products */ = { isa = PBXGroup; children = ( 4A73280514E66CFC0044823F /* iOSTest.app */, ); name = Products; sourceTree = ""; }; 4A73280814E66CFC0044823F /* Frameworks */ = { isa = PBXGroup; children = ( 4A73280914E66CFC0044823F /* UIKit.framework */, 4A73280B14E66CFC0044823F /* Foundation.framework */, 4A73280D14E66CFC0044823F /* CoreGraphics.framework */, ); name = Frameworks; sourceTree = ""; }; 4A73280F14E66CFC0044823F /* iOSTest */ = { isa = PBXGroup; children = ( 4A73281814E66CFC0044823F /* TBCAppDelegate.h */, 4A73281914E66CFC0044823F /* TBCAppDelegate.m */, 4A73281014E66CFC0044823F /* Supporting Files */, ); path = iOSTest; sourceTree = ""; }; 4A73281014E66CFC0044823F /* Supporting Files */ = { isa = PBXGroup; children = ( 4A73281114E66CFC0044823F /* iOSTest-Info.plist */, 4A73281214E66CFC0044823F /* InfoPlist.strings */, 4A73281514E66CFC0044823F /* main.m */, 4A73281714E66CFC0044823F /* iOSTest-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4A73280414E66CFC0044823F /* iOSTest */ = { isa = PBXNativeTarget; buildConfigurationList = 4A73281D14E66CFC0044823F /* Build configuration list for PBXNativeTarget "iOSTest" */; buildPhases = ( 4A73280114E66CFC0044823F /* Sources */, 4A73280214E66CFC0044823F /* Frameworks */, 4A73280314E66CFC0044823F /* Resources */, ); buildRules = ( ); dependencies = ( ); name = iOSTest; productName = iOSTest; productReference = 4A73280514E66CFC0044823F /* iOSTest.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4A7327FC14E66CFC0044823F /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0420; }; buildConfigurationList = 4A7327FF14E66CFC0044823F /* Build configuration list for PBXProject "iOSTest" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 4A7327FA14E66CFC0044823F; productRefGroup = 4A73280614E66CFC0044823F /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4A73280414E66CFC0044823F /* iOSTest */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4A73280314E66CFC0044823F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A73281414E66CFC0044823F /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4A73280114E66CFC0044823F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A73281614E66CFC0044823F /* main.m in Sources */, 4A73281A14E66CFC0044823F /* TBCAppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 4A73281214E66CFC0044823F /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 4A73281314E66CFC0044823F /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4A73281B14E66CFC0044823F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; "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_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 5.0; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 4A73281C14E66CFC0044823F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 5.0; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; 4A73281E14E66CFC0044823F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "iOSTest/iOSTest-Prefix.pch"; INFOPLIST_FILE = "iOSTest/iOSTest-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 4A73281F14E66CFC0044823F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "iOSTest/iOSTest-Prefix.pch"; INFOPLIST_FILE = "iOSTest/iOSTest-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4A7327FF14E66CFC0044823F /* Build configuration list for PBXProject "iOSTest" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A73281B14E66CFC0044823F /* Debug */, 4A73281C14E66CFC0044823F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4A73281D14E66CFC0044823F /* Build configuration list for PBXNativeTarget "iOSTest" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A73281E14E66CFC0044823F /* Debug */, 4A73281F14E66CFC0044823F /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 4A7327FC14E66CFC0044823F /* Project object */; }