// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A44DB5751D92C49C004F6BF5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5741D92C49C004F6BF5 /* Foundation.framework */; }; A44DB5771D92C49C004F6BF5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5761D92C49C004F6BF5 /* CoreGraphics.framework */; }; A44DB5791D92C49C004F6BF5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5781D92C49C004F6BF5 /* UIKit.framework */; }; A44DB57F1D92C49C004F6BF5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A44DB57D1D92C49C004F6BF5 /* InfoPlist.strings */; }; A44DB5811D92C49C004F6BF5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB5801D92C49C004F6BF5 /* main.m */; }; A44DB5851D92C49C004F6BF5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB5841D92C49C004F6BF5 /* AppDelegate.m */; }; A44DB5881D92C49C004F6BF5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A44DB5861D92C49C004F6BF5 /* Main.storyboard */; }; A44DB58B1D92C49C004F6BF5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB58A1D92C49C004F6BF5 /* ViewController.m */; }; A44DB58D1D92C49C004F6BF5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A44DB58C1D92C49C004F6BF5 /* Images.xcassets */; }; A44DB5941D92C49C004F6BF5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5931D92C49C004F6BF5 /* XCTest.framework */; }; A44DB5951D92C49C004F6BF5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5741D92C49C004F6BF5 /* Foundation.framework */; }; A44DB5961D92C49C004F6BF5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB5781D92C49C004F6BF5 /* UIKit.framework */; }; A44DB59E1D92C49C004F6BF5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A44DB59C1D92C49C004F6BF5 /* InfoPlist.strings */; }; A44DB5A01D92C49C004F6BF5 /* TimerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB59F1D92C49C004F6BF5 /* TimerTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A44DB5971D92C49C004F6BF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A44DB5691D92C49C004F6BF5 /* Project object */; proxyType = 1; remoteGlobalIDString = A44DB5701D92C49C004F6BF5; remoteInfo = Timer; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A44DB5711D92C49C004F6BF5 /* Timer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Timer.app; sourceTree = BUILT_PRODUCTS_DIR; }; A44DB5741D92C49C004F6BF5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A44DB5761D92C49C004F6BF5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A44DB5781D92C49C004F6BF5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A44DB57C1D92C49C004F6BF5 /* Timer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Timer-Info.plist"; sourceTree = ""; }; A44DB57E1D92C49C004F6BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A44DB5801D92C49C004F6BF5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A44DB5821D92C49C004F6BF5 /* Timer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Timer-Prefix.pch"; sourceTree = ""; }; A44DB5831D92C49C004F6BF5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A44DB5841D92C49C004F6BF5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A44DB5871D92C49C004F6BF5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A44DB5891D92C49C004F6BF5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A44DB58A1D92C49C004F6BF5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; A44DB58C1D92C49C004F6BF5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A44DB5921D92C49C004F6BF5 /* TimerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TimerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A44DB5931D92C49C004F6BF5 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A44DB59B1D92C49C004F6BF5 /* TimerTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TimerTests-Info.plist"; sourceTree = ""; }; A44DB59D1D92C49C004F6BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A44DB59F1D92C49C004F6BF5 /* TimerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TimerTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A44DB56E1D92C49C004F6BF5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A44DB5771D92C49C004F6BF5 /* CoreGraphics.framework in Frameworks */, A44DB5791D92C49C004F6BF5 /* UIKit.framework in Frameworks */, A44DB5751D92C49C004F6BF5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB58F1D92C49C004F6BF5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A44DB5941D92C49C004F6BF5 /* XCTest.framework in Frameworks */, A44DB5961D92C49C004F6BF5 /* UIKit.framework in Frameworks */, A44DB5951D92C49C004F6BF5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A44DB5681D92C49C004F6BF5 = { isa = PBXGroup; children = ( A44DB57A1D92C49C004F6BF5 /* Timer */, A44DB5991D92C49C004F6BF5 /* TimerTests */, A44DB5731D92C49C004F6BF5 /* Frameworks */, A44DB5721D92C49C004F6BF5 /* Products */, ); sourceTree = ""; }; A44DB5721D92C49C004F6BF5 /* Products */ = { isa = PBXGroup; children = ( A44DB5711D92C49C004F6BF5 /* Timer.app */, A44DB5921D92C49C004F6BF5 /* TimerTests.xctest */, ); name = Products; sourceTree = ""; }; A44DB5731D92C49C004F6BF5 /* Frameworks */ = { isa = PBXGroup; children = ( A44DB5741D92C49C004F6BF5 /* Foundation.framework */, A44DB5761D92C49C004F6BF5 /* CoreGraphics.framework */, A44DB5781D92C49C004F6BF5 /* UIKit.framework */, A44DB5931D92C49C004F6BF5 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A44DB57A1D92C49C004F6BF5 /* Timer */ = { isa = PBXGroup; children = ( A44DB5831D92C49C004F6BF5 /* AppDelegate.h */, A44DB5841D92C49C004F6BF5 /* AppDelegate.m */, A44DB5861D92C49C004F6BF5 /* Main.storyboard */, A44DB5891D92C49C004F6BF5 /* ViewController.h */, A44DB58A1D92C49C004F6BF5 /* ViewController.m */, A44DB58C1D92C49C004F6BF5 /* Images.xcassets */, A44DB57B1D92C49C004F6BF5 /* Supporting Files */, ); path = Timer; sourceTree = ""; }; A44DB57B1D92C49C004F6BF5 /* Supporting Files */ = { isa = PBXGroup; children = ( A44DB57C1D92C49C004F6BF5 /* Timer-Info.plist */, A44DB57D1D92C49C004F6BF5 /* InfoPlist.strings */, A44DB5801D92C49C004F6BF5 /* main.m */, A44DB5821D92C49C004F6BF5 /* Timer-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A44DB5991D92C49C004F6BF5 /* TimerTests */ = { isa = PBXGroup; children = ( A44DB59F1D92C49C004F6BF5 /* TimerTests.m */, A44DB59A1D92C49C004F6BF5 /* Supporting Files */, ); path = TimerTests; sourceTree = ""; }; A44DB59A1D92C49C004F6BF5 /* Supporting Files */ = { isa = PBXGroup; children = ( A44DB59B1D92C49C004F6BF5 /* TimerTests-Info.plist */, A44DB59C1D92C49C004F6BF5 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A44DB5701D92C49C004F6BF5 /* Timer */ = { isa = PBXNativeTarget; buildConfigurationList = A44DB5A31D92C49C004F6BF5 /* Build configuration list for PBXNativeTarget "Timer" */; buildPhases = ( A44DB56D1D92C49C004F6BF5 /* Sources */, A44DB56E1D92C49C004F6BF5 /* Frameworks */, A44DB56F1D92C49C004F6BF5 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Timer; productName = Timer; productReference = A44DB5711D92C49C004F6BF5 /* Timer.app */; productType = "com.apple.product-type.application"; }; A44DB5911D92C49C004F6BF5 /* TimerTests */ = { isa = PBXNativeTarget; buildConfigurationList = A44DB5A61D92C49C004F6BF5 /* Build configuration list for PBXNativeTarget "TimerTests" */; buildPhases = ( A44DB58E1D92C49C004F6BF5 /* Sources */, A44DB58F1D92C49C004F6BF5 /* Frameworks */, A44DB5901D92C49C004F6BF5 /* Resources */, ); buildRules = ( ); dependencies = ( A44DB5981D92C49C004F6BF5 /* PBXTargetDependency */, ); name = TimerTests; productName = TimerTests; productReference = A44DB5921D92C49C004F6BF5 /* TimerTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A44DB5691D92C49C004F6BF5 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = Unisoft; TargetAttributes = { A44DB5911D92C49C004F6BF5 = { TestTargetID = A44DB5701D92C49C004F6BF5; }; }; }; buildConfigurationList = A44DB56C1D92C49C004F6BF5 /* Build configuration list for PBXProject "Timer" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A44DB5681D92C49C004F6BF5; productRefGroup = A44DB5721D92C49C004F6BF5 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A44DB5701D92C49C004F6BF5 /* Timer */, A44DB5911D92C49C004F6BF5 /* TimerTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A44DB56F1D92C49C004F6BF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB58D1D92C49C004F6BF5 /* Images.xcassets in Resources */, A44DB57F1D92C49C004F6BF5 /* InfoPlist.strings in Resources */, A44DB5881D92C49C004F6BF5 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB5901D92C49C004F6BF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB59E1D92C49C004F6BF5 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A44DB56D1D92C49C004F6BF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB58B1D92C49C004F6BF5 /* ViewController.m in Sources */, A44DB5851D92C49C004F6BF5 /* AppDelegate.m in Sources */, A44DB5811D92C49C004F6BF5 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB58E1D92C49C004F6BF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB5A01D92C49C004F6BF5 /* TimerTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A44DB5981D92C49C004F6BF5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A44DB5701D92C49C004F6BF5 /* Timer */; targetProxy = A44DB5971D92C49C004F6BF5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A44DB57D1D92C49C004F6BF5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A44DB57E1D92C49C004F6BF5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A44DB5861D92C49C004F6BF5 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A44DB5871D92C49C004F6BF5 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A44DB59C1D92C49C004F6BF5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A44DB59D1D92C49C004F6BF5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A44DB5A11D92C49C004F6BF5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 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_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; A44DB5A21D92C49C004F6BF5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; A44DB5A41D92C49C004F6BF5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Timer/Timer-Prefix.pch"; INFOPLIST_FILE = "Timer/Timer-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A44DB5A51D92C49C004F6BF5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Timer/Timer-Prefix.pch"; INFOPLIST_FILE = "Timer/Timer-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A44DB5A71D92C49C004F6BF5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Timer.app/Timer"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Timer/Timer-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "TimerTests/TimerTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A44DB5A81D92C49C004F6BF5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Timer.app/Timer"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Timer/Timer-Prefix.pch"; INFOPLIST_FILE = "TimerTests/TimerTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A44DB56C1D92C49C004F6BF5 /* Build configuration list for PBXProject "Timer" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB5A11D92C49C004F6BF5 /* Debug */, A44DB5A21D92C49C004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A44DB5A31D92C49C004F6BF5 /* Build configuration list for PBXNativeTarget "Timer" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB5A41D92C49C004F6BF5 /* Debug */, A44DB5A51D92C49C004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; }; A44DB5A61D92C49C004F6BF5 /* Build configuration list for PBXNativeTarget "TimerTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB5A71D92C49C004F6BF5 /* Debug */, A44DB5A81D92C49C004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A44DB5691D92C49C004F6BF5 /* Project object */; }