// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A4994A8E1C468BBA002C13C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994A8D1C468BBA002C13C3 /* Foundation.framework */; }; A4994A901C468BBA002C13C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994A8F1C468BBA002C13C3 /* CoreGraphics.framework */; }; A4994A921C468BBA002C13C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994A911C468BBA002C13C3 /* UIKit.framework */; }; A4994A981C468BBA002C13C3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4994A961C468BBA002C13C3 /* InfoPlist.strings */; }; A4994A9A1C468BBA002C13C3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A4994A991C468BBA002C13C3 /* main.m */; }; A4994A9E1C468BBA002C13C3 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A4994A9D1C468BBA002C13C3 /* AppDelegate.m */; }; A4994AA11C468BBA002C13C3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4994A9F1C468BBA002C13C3 /* Main.storyboard */; }; A4994AA41C468BBA002C13C3 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4994AA31C468BBA002C13C3 /* ViewController.m */; }; A4994AA61C468BBA002C13C3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4994AA51C468BBA002C13C3 /* Images.xcassets */; }; A4994AAD1C468BBA002C13C3 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994AAC1C468BBA002C13C3 /* XCTest.framework */; }; A4994AAE1C468BBA002C13C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994A8D1C468BBA002C13C3 /* Foundation.framework */; }; A4994AAF1C468BBA002C13C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4994A911C468BBA002C13C3 /* UIKit.framework */; }; A4994AB71C468BBA002C13C3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4994AB51C468BBA002C13C3 /* InfoPlist.strings */; }; A4994AB91C468BBA002C13C3 /* AlertBoxTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A4994AB81C468BBA002C13C3 /* AlertBoxTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A4994AB01C468BBA002C13C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A4994A821C468BBA002C13C3 /* Project object */; proxyType = 1; remoteGlobalIDString = A4994A891C468BBA002C13C3; remoteInfo = AlertBox; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A4994A8A1C468BBA002C13C3 /* AlertBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlertBox.app; sourceTree = BUILT_PRODUCTS_DIR; }; A4994A8D1C468BBA002C13C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A4994A8F1C468BBA002C13C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A4994A911C468BBA002C13C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A4994A951C468BBA002C13C3 /* AlertBox-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AlertBox-Info.plist"; sourceTree = ""; }; A4994A971C468BBA002C13C3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4994A991C468BBA002C13C3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A4994A9B1C468BBA002C13C3 /* AlertBox-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AlertBox-Prefix.pch"; sourceTree = ""; }; A4994A9C1C468BBA002C13C3 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A4994A9D1C468BBA002C13C3 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A4994AA01C468BBA002C13C3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A4994AA21C468BBA002C13C3 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A4994AA31C468BBA002C13C3 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; A4994AA51C468BBA002C13C3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A4994AAB1C468BBA002C13C3 /* AlertBoxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AlertBoxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A4994AAC1C468BBA002C13C3 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A4994AB41C468BBA002C13C3 /* AlertBoxTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AlertBoxTests-Info.plist"; sourceTree = ""; }; A4994AB61C468BBA002C13C3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4994AB81C468BBA002C13C3 /* AlertBoxTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AlertBoxTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A4994A871C468BBA002C13C3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4994A901C468BBA002C13C3 /* CoreGraphics.framework in Frameworks */, A4994A921C468BBA002C13C3 /* UIKit.framework in Frameworks */, A4994A8E1C468BBA002C13C3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A4994AA81C468BBA002C13C3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4994AAD1C468BBA002C13C3 /* XCTest.framework in Frameworks */, A4994AAF1C468BBA002C13C3 /* UIKit.framework in Frameworks */, A4994AAE1C468BBA002C13C3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A4994A811C468BBA002C13C3 = { isa = PBXGroup; children = ( A4994A931C468BBA002C13C3 /* AlertBox */, A4994AB21C468BBA002C13C3 /* AlertBoxTests */, A4994A8C1C468BBA002C13C3 /* Frameworks */, A4994A8B1C468BBA002C13C3 /* Products */, ); sourceTree = ""; }; A4994A8B1C468BBA002C13C3 /* Products */ = { isa = PBXGroup; children = ( A4994A8A1C468BBA002C13C3 /* AlertBox.app */, A4994AAB1C468BBA002C13C3 /* AlertBoxTests.xctest */, ); name = Products; sourceTree = ""; }; A4994A8C1C468BBA002C13C3 /* Frameworks */ = { isa = PBXGroup; children = ( A4994A8D1C468BBA002C13C3 /* Foundation.framework */, A4994A8F1C468BBA002C13C3 /* CoreGraphics.framework */, A4994A911C468BBA002C13C3 /* UIKit.framework */, A4994AAC1C468BBA002C13C3 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A4994A931C468BBA002C13C3 /* AlertBox */ = { isa = PBXGroup; children = ( A4994A9C1C468BBA002C13C3 /* AppDelegate.h */, A4994A9D1C468BBA002C13C3 /* AppDelegate.m */, A4994A9F1C468BBA002C13C3 /* Main.storyboard */, A4994AA21C468BBA002C13C3 /* ViewController.h */, A4994AA31C468BBA002C13C3 /* ViewController.m */, A4994AA51C468BBA002C13C3 /* Images.xcassets */, A4994A941C468BBA002C13C3 /* Supporting Files */, ); path = AlertBox; sourceTree = ""; }; A4994A941C468BBA002C13C3 /* Supporting Files */ = { isa = PBXGroup; children = ( A4994A951C468BBA002C13C3 /* AlertBox-Info.plist */, A4994A961C468BBA002C13C3 /* InfoPlist.strings */, A4994A991C468BBA002C13C3 /* main.m */, A4994A9B1C468BBA002C13C3 /* AlertBox-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A4994AB21C468BBA002C13C3 /* AlertBoxTests */ = { isa = PBXGroup; children = ( A4994AB81C468BBA002C13C3 /* AlertBoxTests.m */, A4994AB31C468BBA002C13C3 /* Supporting Files */, ); path = AlertBoxTests; sourceTree = ""; }; A4994AB31C468BBA002C13C3 /* Supporting Files */ = { isa = PBXGroup; children = ( A4994AB41C468BBA002C13C3 /* AlertBoxTests-Info.plist */, A4994AB51C468BBA002C13C3 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A4994A891C468BBA002C13C3 /* AlertBox */ = { isa = PBXNativeTarget; buildConfigurationList = A4994ABC1C468BBA002C13C3 /* Build configuration list for PBXNativeTarget "AlertBox" */; buildPhases = ( A4994A861C468BBA002C13C3 /* Sources */, A4994A871C468BBA002C13C3 /* Frameworks */, A4994A881C468BBA002C13C3 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = AlertBox; productName = AlertBox; productReference = A4994A8A1C468BBA002C13C3 /* AlertBox.app */; productType = "com.apple.product-type.application"; }; A4994AAA1C468BBA002C13C3 /* AlertBoxTests */ = { isa = PBXNativeTarget; buildConfigurationList = A4994ABF1C468BBA002C13C3 /* Build configuration list for PBXNativeTarget "AlertBoxTests" */; buildPhases = ( A4994AA71C468BBA002C13C3 /* Sources */, A4994AA81C468BBA002C13C3 /* Frameworks */, A4994AA91C468BBA002C13C3 /* Resources */, ); buildRules = ( ); dependencies = ( A4994AB11C468BBA002C13C3 /* PBXTargetDependency */, ); name = AlertBoxTests; productName = AlertBoxTests; productReference = A4994AAB1C468BBA002C13C3 /* AlertBoxTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A4994A821C468BBA002C13C3 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = uec; TargetAttributes = { A4994AAA1C468BBA002C13C3 = { TestTargetID = A4994A891C468BBA002C13C3; }; }; }; buildConfigurationList = A4994A851C468BBA002C13C3 /* Build configuration list for PBXProject "AlertBox" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A4994A811C468BBA002C13C3; productRefGroup = A4994A8B1C468BBA002C13C3 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A4994A891C468BBA002C13C3 /* AlertBox */, A4994AAA1C468BBA002C13C3 /* AlertBoxTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A4994A881C468BBA002C13C3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4994AA61C468BBA002C13C3 /* Images.xcassets in Resources */, A4994A981C468BBA002C13C3 /* InfoPlist.strings in Resources */, A4994AA11C468BBA002C13C3 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4994AA91C468BBA002C13C3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4994AB71C468BBA002C13C3 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A4994A861C468BBA002C13C3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4994AA41C468BBA002C13C3 /* ViewController.m in Sources */, A4994A9E1C468BBA002C13C3 /* AppDelegate.m in Sources */, A4994A9A1C468BBA002C13C3 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4994AA71C468BBA002C13C3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4994AB91C468BBA002C13C3 /* AlertBoxTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A4994AB11C468BBA002C13C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A4994A891C468BBA002C13C3 /* AlertBox */; targetProxy = A4994AB01C468BBA002C13C3 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A4994A961C468BBA002C13C3 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4994A971C468BBA002C13C3 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A4994A9F1C468BBA002C13C3 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A4994AA01C468BBA002C13C3 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A4994AB51C468BBA002C13C3 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4994AB61C468BBA002C13C3 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A4994ABA1C468BBA002C13C3 /* 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; }; A4994ABB1C468BBA002C13C3 /* 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; }; A4994ABD1C468BBA002C13C3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "AlertBox/AlertBox-Prefix.pch"; INFOPLIST_FILE = "AlertBox/AlertBox-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A4994ABE1C468BBA002C13C3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "AlertBox/AlertBox-Prefix.pch"; INFOPLIST_FILE = "AlertBox/AlertBox-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A4994AC01C468BBA002C13C3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/AlertBox.app/AlertBox"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "AlertBox/AlertBox-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "AlertBoxTests/AlertBoxTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A4994AC11C468BBA002C13C3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/AlertBox.app/AlertBox"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "AlertBox/AlertBox-Prefix.pch"; INFOPLIST_FILE = "AlertBoxTests/AlertBoxTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A4994A851C468BBA002C13C3 /* Build configuration list for PBXProject "AlertBox" */ = { isa = XCConfigurationList; buildConfigurations = ( A4994ABA1C468BBA002C13C3 /* Debug */, A4994ABB1C468BBA002C13C3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A4994ABC1C468BBA002C13C3 /* Build configuration list for PBXNativeTarget "AlertBox" */ = { isa = XCConfigurationList; buildConfigurations = ( A4994ABD1C468BBA002C13C3 /* Debug */, A4994ABE1C468BBA002C13C3 /* Release */, ); defaultConfigurationIsVisible = 0; }; A4994ABF1C468BBA002C13C3 /* Build configuration list for PBXNativeTarget "AlertBoxTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A4994AC01C468BBA002C13C3 /* Debug */, A4994AC11C468BBA002C13C3 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A4994A821C468BBA002C13C3 /* Project object */; }