// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A4A5B9261C5901E6009E55D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9251C5901E6009E55D0 /* Foundation.framework */; }; A4A5B9281C5901E6009E55D0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9271C5901E6009E55D0 /* CoreGraphics.framework */; }; A4A5B92A1C5901E6009E55D0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9291C5901E6009E55D0 /* UIKit.framework */; }; A4A5B9301C5901E6009E55D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4A5B92E1C5901E6009E55D0 /* InfoPlist.strings */; }; A4A5B9321C5901E6009E55D0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A5B9311C5901E6009E55D0 /* main.m */; }; A4A5B9361C5901E6009E55D0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A5B9351C5901E6009E55D0 /* AppDelegate.m */; }; A4A5B9391C5901E6009E55D0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4A5B9371C5901E6009E55D0 /* Main.storyboard */; }; A4A5B93C1C5901E6009E55D0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A5B93B1C5901E6009E55D0 /* ViewController.m */; }; A4A5B93E1C5901E6009E55D0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4A5B93D1C5901E6009E55D0 /* Images.xcassets */; }; A4A5B9451C5901E6009E55D0 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9441C5901E6009E55D0 /* XCTest.framework */; }; A4A5B9461C5901E6009E55D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9251C5901E6009E55D0 /* Foundation.framework */; }; A4A5B9471C5901E6009E55D0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4A5B9291C5901E6009E55D0 /* UIKit.framework */; }; A4A5B94F1C5901E6009E55D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A4A5B94D1C5901E6009E55D0 /* InfoPlist.strings */; }; A4A5B9511C5901E6009E55D0 /* PhotoTakingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A5B9501C5901E6009E55D0 /* PhotoTakingTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A4A5B9481C5901E6009E55D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A4A5B91A1C5901E5009E55D0 /* Project object */; proxyType = 1; remoteGlobalIDString = A4A5B9211C5901E6009E55D0; remoteInfo = PhotoTaking; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A4A5B9221C5901E6009E55D0 /* PhotoTaking.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PhotoTaking.app; sourceTree = BUILT_PRODUCTS_DIR; }; A4A5B9251C5901E6009E55D0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A4A5B9271C5901E6009E55D0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A4A5B9291C5901E6009E55D0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A4A5B92D1C5901E6009E55D0 /* PhotoTaking-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PhotoTaking-Info.plist"; sourceTree = ""; }; A4A5B92F1C5901E6009E55D0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4A5B9311C5901E6009E55D0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A4A5B9331C5901E6009E55D0 /* PhotoTaking-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PhotoTaking-Prefix.pch"; sourceTree = ""; }; A4A5B9341C5901E6009E55D0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A4A5B9351C5901E6009E55D0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A4A5B9381C5901E6009E55D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A4A5B93A1C5901E6009E55D0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A4A5B93B1C5901E6009E55D0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; A4A5B93D1C5901E6009E55D0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A4A5B9431C5901E6009E55D0 /* PhotoTakingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PhotoTakingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A4A5B9441C5901E6009E55D0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A4A5B94C1C5901E6009E55D0 /* PhotoTakingTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PhotoTakingTests-Info.plist"; sourceTree = ""; }; A4A5B94E1C5901E6009E55D0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A4A5B9501C5901E6009E55D0 /* PhotoTakingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PhotoTakingTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A4A5B91F1C5901E6009E55D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4A5B9281C5901E6009E55D0 /* CoreGraphics.framework in Frameworks */, A4A5B92A1C5901E6009E55D0 /* UIKit.framework in Frameworks */, A4A5B9261C5901E6009E55D0 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A4A5B9401C5901E6009E55D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4A5B9451C5901E6009E55D0 /* XCTest.framework in Frameworks */, A4A5B9471C5901E6009E55D0 /* UIKit.framework in Frameworks */, A4A5B9461C5901E6009E55D0 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A4A5B9191C5901E5009E55D0 = { isa = PBXGroup; children = ( A4A5B92B1C5901E6009E55D0 /* PhotoTaking */, A4A5B94A1C5901E6009E55D0 /* PhotoTakingTests */, A4A5B9241C5901E6009E55D0 /* Frameworks */, A4A5B9231C5901E6009E55D0 /* Products */, ); sourceTree = ""; }; A4A5B9231C5901E6009E55D0 /* Products */ = { isa = PBXGroup; children = ( A4A5B9221C5901E6009E55D0 /* PhotoTaking.app */, A4A5B9431C5901E6009E55D0 /* PhotoTakingTests.xctest */, ); name = Products; sourceTree = ""; }; A4A5B9241C5901E6009E55D0 /* Frameworks */ = { isa = PBXGroup; children = ( A4A5B9251C5901E6009E55D0 /* Foundation.framework */, A4A5B9271C5901E6009E55D0 /* CoreGraphics.framework */, A4A5B9291C5901E6009E55D0 /* UIKit.framework */, A4A5B9441C5901E6009E55D0 /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A4A5B92B1C5901E6009E55D0 /* PhotoTaking */ = { isa = PBXGroup; children = ( A4A5B9341C5901E6009E55D0 /* AppDelegate.h */, A4A5B9351C5901E6009E55D0 /* AppDelegate.m */, A4A5B9371C5901E6009E55D0 /* Main.storyboard */, A4A5B93A1C5901E6009E55D0 /* ViewController.h */, A4A5B93B1C5901E6009E55D0 /* ViewController.m */, A4A5B93D1C5901E6009E55D0 /* Images.xcassets */, A4A5B92C1C5901E6009E55D0 /* Supporting Files */, ); path = PhotoTaking; sourceTree = ""; }; A4A5B92C1C5901E6009E55D0 /* Supporting Files */ = { isa = PBXGroup; children = ( A4A5B92D1C5901E6009E55D0 /* PhotoTaking-Info.plist */, A4A5B92E1C5901E6009E55D0 /* InfoPlist.strings */, A4A5B9311C5901E6009E55D0 /* main.m */, A4A5B9331C5901E6009E55D0 /* PhotoTaking-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A4A5B94A1C5901E6009E55D0 /* PhotoTakingTests */ = { isa = PBXGroup; children = ( A4A5B9501C5901E6009E55D0 /* PhotoTakingTests.m */, A4A5B94B1C5901E6009E55D0 /* Supporting Files */, ); path = PhotoTakingTests; sourceTree = ""; }; A4A5B94B1C5901E6009E55D0 /* Supporting Files */ = { isa = PBXGroup; children = ( A4A5B94C1C5901E6009E55D0 /* PhotoTakingTests-Info.plist */, A4A5B94D1C5901E6009E55D0 /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A4A5B9211C5901E6009E55D0 /* PhotoTaking */ = { isa = PBXNativeTarget; buildConfigurationList = A4A5B9541C5901E6009E55D0 /* Build configuration list for PBXNativeTarget "PhotoTaking" */; buildPhases = ( A4A5B91E1C5901E6009E55D0 /* Sources */, A4A5B91F1C5901E6009E55D0 /* Frameworks */, A4A5B9201C5901E6009E55D0 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = PhotoTaking; productName = PhotoTaking; productReference = A4A5B9221C5901E6009E55D0 /* PhotoTaking.app */; productType = "com.apple.product-type.application"; }; A4A5B9421C5901E6009E55D0 /* PhotoTakingTests */ = { isa = PBXNativeTarget; buildConfigurationList = A4A5B9571C5901E6009E55D0 /* Build configuration list for PBXNativeTarget "PhotoTakingTests" */; buildPhases = ( A4A5B93F1C5901E6009E55D0 /* Sources */, A4A5B9401C5901E6009E55D0 /* Frameworks */, A4A5B9411C5901E6009E55D0 /* Resources */, ); buildRules = ( ); dependencies = ( A4A5B9491C5901E6009E55D0 /* PBXTargetDependency */, ); name = PhotoTakingTests; productName = PhotoTakingTests; productReference = A4A5B9431C5901E6009E55D0 /* PhotoTakingTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A4A5B91A1C5901E5009E55D0 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = uec; TargetAttributes = { A4A5B9421C5901E6009E55D0 = { TestTargetID = A4A5B9211C5901E6009E55D0; }; }; }; buildConfigurationList = A4A5B91D1C5901E5009E55D0 /* Build configuration list for PBXProject "PhotoTaking" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A4A5B9191C5901E5009E55D0; productRefGroup = A4A5B9231C5901E6009E55D0 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A4A5B9211C5901E6009E55D0 /* PhotoTaking */, A4A5B9421C5901E6009E55D0 /* PhotoTakingTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A4A5B9201C5901E6009E55D0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4A5B93E1C5901E6009E55D0 /* Images.xcassets in Resources */, A4A5B9301C5901E6009E55D0 /* InfoPlist.strings in Resources */, A4A5B9391C5901E6009E55D0 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4A5B9411C5901E6009E55D0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A4A5B94F1C5901E6009E55D0 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A4A5B91E1C5901E6009E55D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4A5B93C1C5901E6009E55D0 /* ViewController.m in Sources */, A4A5B9361C5901E6009E55D0 /* AppDelegate.m in Sources */, A4A5B9321C5901E6009E55D0 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A4A5B93F1C5901E6009E55D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A4A5B9511C5901E6009E55D0 /* PhotoTakingTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A4A5B9491C5901E6009E55D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A4A5B9211C5901E6009E55D0 /* PhotoTaking */; targetProxy = A4A5B9481C5901E6009E55D0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A4A5B92E1C5901E6009E55D0 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4A5B92F1C5901E6009E55D0 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A4A5B9371C5901E6009E55D0 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A4A5B9381C5901E6009E55D0 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A4A5B94D1C5901E6009E55D0 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A4A5B94E1C5901E6009E55D0 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A4A5B9521C5901E6009E55D0 /* 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; }; A4A5B9531C5901E6009E55D0 /* 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; }; A4A5B9551C5901E6009E55D0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "PhotoTaking/PhotoTaking-Prefix.pch"; INFOPLIST_FILE = "PhotoTaking/PhotoTaking-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A4A5B9561C5901E6009E55D0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "PhotoTaking/PhotoTaking-Prefix.pch"; INFOPLIST_FILE = "PhotoTaking/PhotoTaking-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A4A5B9581C5901E6009E55D0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PhotoTaking.app/PhotoTaking"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "PhotoTaking/PhotoTaking-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "PhotoTakingTests/PhotoTakingTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A4A5B9591C5901E6009E55D0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/PhotoTaking.app/PhotoTaking"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "PhotoTaking/PhotoTaking-Prefix.pch"; INFOPLIST_FILE = "PhotoTakingTests/PhotoTakingTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A4A5B91D1C5901E5009E55D0 /* Build configuration list for PBXProject "PhotoTaking" */ = { isa = XCConfigurationList; buildConfigurations = ( A4A5B9521C5901E6009E55D0 /* Debug */, A4A5B9531C5901E6009E55D0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A4A5B9541C5901E6009E55D0 /* Build configuration list for PBXNativeTarget "PhotoTaking" */ = { isa = XCConfigurationList; buildConfigurations = ( A4A5B9551C5901E6009E55D0 /* Debug */, A4A5B9561C5901E6009E55D0 /* Release */, ); defaultConfigurationIsVisible = 0; }; A4A5B9571C5901E6009E55D0 /* Build configuration list for PBXNativeTarget "PhotoTakingTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A4A5B9581C5901E6009E55D0 /* Debug */, A4A5B9591C5901E6009E55D0 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A4A5B91A1C5901E5009E55D0 /* Project object */; }