// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A44DB4AC1D92B467004F6BF5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4AB1D92B467004F6BF5 /* Foundation.framework */; }; A44DB4AE1D92B467004F6BF5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4AD1D92B467004F6BF5 /* CoreGraphics.framework */; }; A44DB4B01D92B467004F6BF5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4AF1D92B467004F6BF5 /* UIKit.framework */; }; A44DB4B61D92B467004F6BF5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A44DB4B41D92B467004F6BF5 /* InfoPlist.strings */; }; A44DB4B81D92B467004F6BF5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB4B71D92B467004F6BF5 /* main.m */; }; A44DB4BC1D92B467004F6BF5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB4BB1D92B467004F6BF5 /* AppDelegate.m */; }; A44DB4BF1D92B467004F6BF5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A44DB4BD1D92B467004F6BF5 /* Main.storyboard */; }; A44DB4C21D92B467004F6BF5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB4C11D92B467004F6BF5 /* ViewController.m */; }; A44DB4C41D92B467004F6BF5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A44DB4C31D92B467004F6BF5 /* Images.xcassets */; }; A44DB4CB1D92B467004F6BF5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4CA1D92B467004F6BF5 /* XCTest.framework */; }; A44DB4CC1D92B467004F6BF5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4AB1D92B467004F6BF5 /* Foundation.framework */; }; A44DB4CD1D92B467004F6BF5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A44DB4AF1D92B467004F6BF5 /* UIKit.framework */; }; A44DB4D51D92B467004F6BF5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A44DB4D31D92B467004F6BF5 /* InfoPlist.strings */; }; A44DB4D71D92B467004F6BF5 /* UserDefaultTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A44DB4D61D92B467004F6BF5 /* UserDefaultTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A44DB4CE1D92B467004F6BF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A44DB4A01D92B467004F6BF5 /* Project object */; proxyType = 1; remoteGlobalIDString = A44DB4A71D92B467004F6BF5; remoteInfo = UserDefault; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A44DB4A81D92B467004F6BF5 /* UserDefault.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UserDefault.app; sourceTree = BUILT_PRODUCTS_DIR; }; A44DB4AB1D92B467004F6BF5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A44DB4AD1D92B467004F6BF5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A44DB4AF1D92B467004F6BF5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A44DB4B31D92B467004F6BF5 /* UserDefault-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UserDefault-Info.plist"; sourceTree = ""; }; A44DB4B51D92B467004F6BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A44DB4B71D92B467004F6BF5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A44DB4B91D92B467004F6BF5 /* UserDefault-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UserDefault-Prefix.pch"; sourceTree = ""; }; A44DB4BA1D92B467004F6BF5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A44DB4BB1D92B467004F6BF5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A44DB4BE1D92B467004F6BF5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A44DB4C01D92B467004F6BF5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A44DB4C11D92B467004F6BF5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; A44DB4C31D92B467004F6BF5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A44DB4C91D92B467004F6BF5 /* UserDefaultTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UserDefaultTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A44DB4CA1D92B467004F6BF5 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A44DB4D21D92B467004F6BF5 /* UserDefaultTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UserDefaultTests-Info.plist"; sourceTree = ""; }; A44DB4D41D92B467004F6BF5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A44DB4D61D92B467004F6BF5 /* UserDefaultTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserDefaultTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A44DB4A51D92B467004F6BF5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A44DB4AE1D92B467004F6BF5 /* CoreGraphics.framework in Frameworks */, A44DB4B01D92B467004F6BF5 /* UIKit.framework in Frameworks */, A44DB4AC1D92B467004F6BF5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB4C61D92B467004F6BF5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A44DB4CB1D92B467004F6BF5 /* XCTest.framework in Frameworks */, A44DB4CD1D92B467004F6BF5 /* UIKit.framework in Frameworks */, A44DB4CC1D92B467004F6BF5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A44DB49F1D92B467004F6BF5 = { isa = PBXGroup; children = ( A44DB4B11D92B467004F6BF5 /* UserDefault */, A44DB4D01D92B467004F6BF5 /* UserDefaultTests */, A44DB4AA1D92B467004F6BF5 /* Frameworks */, A44DB4A91D92B467004F6BF5 /* Products */, ); sourceTree = ""; }; A44DB4A91D92B467004F6BF5 /* Products */ = { isa = PBXGroup; children = ( A44DB4A81D92B467004F6BF5 /* UserDefault.app */, A44DB4C91D92B467004F6BF5 /* UserDefaultTests.xctest */, ); name = Products; sourceTree = ""; }; A44DB4AA1D92B467004F6BF5 /* Frameworks */ = { isa = PBXGroup; children = ( A44DB4AB1D92B467004F6BF5 /* Foundation.framework */, A44DB4AD1D92B467004F6BF5 /* CoreGraphics.framework */, A44DB4AF1D92B467004F6BF5 /* UIKit.framework */, A44DB4CA1D92B467004F6BF5 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A44DB4B11D92B467004F6BF5 /* UserDefault */ = { isa = PBXGroup; children = ( A44DB4BA1D92B467004F6BF5 /* AppDelegate.h */, A44DB4BB1D92B467004F6BF5 /* AppDelegate.m */, A44DB4BD1D92B467004F6BF5 /* Main.storyboard */, A44DB4C01D92B467004F6BF5 /* ViewController.h */, A44DB4C11D92B467004F6BF5 /* ViewController.m */, A44DB4C31D92B467004F6BF5 /* Images.xcassets */, A44DB4B21D92B467004F6BF5 /* Supporting Files */, ); path = UserDefault; sourceTree = ""; }; A44DB4B21D92B467004F6BF5 /* Supporting Files */ = { isa = PBXGroup; children = ( A44DB4B31D92B467004F6BF5 /* UserDefault-Info.plist */, A44DB4B41D92B467004F6BF5 /* InfoPlist.strings */, A44DB4B71D92B467004F6BF5 /* main.m */, A44DB4B91D92B467004F6BF5 /* UserDefault-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A44DB4D01D92B467004F6BF5 /* UserDefaultTests */ = { isa = PBXGroup; children = ( A44DB4D61D92B467004F6BF5 /* UserDefaultTests.m */, A44DB4D11D92B467004F6BF5 /* Supporting Files */, ); path = UserDefaultTests; sourceTree = ""; }; A44DB4D11D92B467004F6BF5 /* Supporting Files */ = { isa = PBXGroup; children = ( A44DB4D21D92B467004F6BF5 /* UserDefaultTests-Info.plist */, A44DB4D31D92B467004F6BF5 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A44DB4A71D92B467004F6BF5 /* UserDefault */ = { isa = PBXNativeTarget; buildConfigurationList = A44DB4DA1D92B467004F6BF5 /* Build configuration list for PBXNativeTarget "UserDefault" */; buildPhases = ( A44DB4A41D92B467004F6BF5 /* Sources */, A44DB4A51D92B467004F6BF5 /* Frameworks */, A44DB4A61D92B467004F6BF5 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = UserDefault; productName = UserDefault; productReference = A44DB4A81D92B467004F6BF5 /* UserDefault.app */; productType = "com.apple.product-type.application"; }; A44DB4C81D92B467004F6BF5 /* UserDefaultTests */ = { isa = PBXNativeTarget; buildConfigurationList = A44DB4DD1D92B467004F6BF5 /* Build configuration list for PBXNativeTarget "UserDefaultTests" */; buildPhases = ( A44DB4C51D92B467004F6BF5 /* Sources */, A44DB4C61D92B467004F6BF5 /* Frameworks */, A44DB4C71D92B467004F6BF5 /* Resources */, ); buildRules = ( ); dependencies = ( A44DB4CF1D92B467004F6BF5 /* PBXTargetDependency */, ); name = UserDefaultTests; productName = UserDefaultTests; productReference = A44DB4C91D92B467004F6BF5 /* UserDefaultTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A44DB4A01D92B467004F6BF5 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = Unisoft; TargetAttributes = { A44DB4C81D92B467004F6BF5 = { TestTargetID = A44DB4A71D92B467004F6BF5; }; }; }; buildConfigurationList = A44DB4A31D92B467004F6BF5 /* Build configuration list for PBXProject "UserDefault" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A44DB49F1D92B467004F6BF5; productRefGroup = A44DB4A91D92B467004F6BF5 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A44DB4A71D92B467004F6BF5 /* UserDefault */, A44DB4C81D92B467004F6BF5 /* UserDefaultTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A44DB4A61D92B467004F6BF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB4C41D92B467004F6BF5 /* Images.xcassets in Resources */, A44DB4B61D92B467004F6BF5 /* InfoPlist.strings in Resources */, A44DB4BF1D92B467004F6BF5 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB4C71D92B467004F6BF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB4D51D92B467004F6BF5 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A44DB4A41D92B467004F6BF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB4C21D92B467004F6BF5 /* ViewController.m in Sources */, A44DB4BC1D92B467004F6BF5 /* AppDelegate.m in Sources */, A44DB4B81D92B467004F6BF5 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A44DB4C51D92B467004F6BF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A44DB4D71D92B467004F6BF5 /* UserDefaultTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A44DB4CF1D92B467004F6BF5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A44DB4A71D92B467004F6BF5 /* UserDefault */; targetProxy = A44DB4CE1D92B467004F6BF5 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A44DB4B41D92B467004F6BF5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A44DB4B51D92B467004F6BF5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A44DB4BD1D92B467004F6BF5 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A44DB4BE1D92B467004F6BF5 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A44DB4D31D92B467004F6BF5 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A44DB4D41D92B467004F6BF5 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A44DB4D81D92B467004F6BF5 /* 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; }; A44DB4D91D92B467004F6BF5 /* 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; }; A44DB4DB1D92B467004F6BF5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UserDefault/UserDefault-Prefix.pch"; INFOPLIST_FILE = "UserDefault/UserDefault-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A44DB4DC1D92B467004F6BF5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UserDefault/UserDefault-Prefix.pch"; INFOPLIST_FILE = "UserDefault/UserDefault-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A44DB4DE1D92B467004F6BF5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UserDefault.app/UserDefault"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UserDefault/UserDefault-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "UserDefaultTests/UserDefaultTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A44DB4DF1D92B467004F6BF5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UserDefault.app/UserDefault"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UserDefault/UserDefault-Prefix.pch"; INFOPLIST_FILE = "UserDefaultTests/UserDefaultTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A44DB4A31D92B467004F6BF5 /* Build configuration list for PBXProject "UserDefault" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB4D81D92B467004F6BF5 /* Debug */, A44DB4D91D92B467004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A44DB4DA1D92B467004F6BF5 /* Build configuration list for PBXNativeTarget "UserDefault" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB4DB1D92B467004F6BF5 /* Debug */, A44DB4DC1D92B467004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; }; A44DB4DD1D92B467004F6BF5 /* Build configuration list for PBXNativeTarget "UserDefaultTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A44DB4DE1D92B467004F6BF5 /* Debug */, A44DB4DF1D92B467004F6BF5 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A44DB4A01D92B467004F6BF5 /* Project object */; }