/FirstiPhoneApp/FirstiPhoneApp.xcodeproj/project.pbxproj
Unknown | 428 lines | 414 code | 14 blank | 0 comment | 0 complexity | 536a2e71ca7304ff5555a20f113b7699 MD5 | raw file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 C7C3E4D514F88D1B00321D2E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4D414F88D1B00321D2E /* UIKit.framework */; }; 11 C7C3E4D714F88D1B00321D2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4D614F88D1B00321D2E /* Foundation.framework */; }; 12 C7C3E4D914F88D1B00321D2E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4D814F88D1B00321D2E /* CoreGraphics.framework */; }; 13 C7C3E4DF14F88D1B00321D2E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C7C3E4DD14F88D1B00321D2E /* InfoPlist.strings */; }; 14 C7C3E4E114F88D1B00321D2E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C3E4E014F88D1B00321D2E /* main.m */; }; 15 C7C3E4E514F88D1B00321D2E /* BNRAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C3E4E414F88D1B00321D2E /* BNRAppDelegate.m */; }; 16 C7C3E4ED14F88D1B00321D2E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4EC14F88D1B00321D2E /* SenTestingKit.framework */; }; 17 C7C3E4EE14F88D1C00321D2E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4D414F88D1B00321D2E /* UIKit.framework */; }; 18 C7C3E4EF14F88D1C00321D2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7C3E4D614F88D1B00321D2E /* Foundation.framework */; }; 19 C7C3E4F714F88D1C00321D2E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C7C3E4F514F88D1C00321D2E /* InfoPlist.strings */; }; 20 C7C3E4FA14F88D1C00321D2E /* FirstiPhoneAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C3E4F914F88D1C00321D2E /* FirstiPhoneAppTests.m */; }; 21/* End PBXBuildFile section */ 22 23/* Begin PBXContainerItemProxy section */ 24 C7C3E4F014F88D1C00321D2E /* PBXContainerItemProxy */ = { 25 isa = PBXContainerItemProxy; 26 containerPortal = C7C3E4C714F88D1B00321D2E /* Project object */; 27 proxyType = 1; 28 remoteGlobalIDString = C7C3E4CF14F88D1B00321D2E; 29 remoteInfo = FirstiPhoneApp; 30 }; 31/* End PBXContainerItemProxy section */ 32 33/* Begin PBXFileReference section */ 34 C7C3E4D014F88D1B00321D2E /* FirstiPhoneApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FirstiPhoneApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 35 C7C3E4D414F88D1B00321D2E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 36 C7C3E4D614F88D1B00321D2E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 37 C7C3E4D814F88D1B00321D2E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 38 C7C3E4DC14F88D1B00321D2E /* FirstiPhoneApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FirstiPhoneApp-Info.plist"; sourceTree = "<group>"; }; 39 C7C3E4DE14F88D1B00321D2E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 40 C7C3E4E014F88D1B00321D2E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 41 C7C3E4E214F88D1B00321D2E /* FirstiPhoneApp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FirstiPhoneApp-Prefix.pch"; sourceTree = "<group>"; }; 42 C7C3E4E314F88D1B00321D2E /* BNRAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BNRAppDelegate.h; sourceTree = "<group>"; }; 43 C7C3E4E414F88D1B00321D2E /* BNRAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BNRAppDelegate.m; sourceTree = "<group>"; }; 44 C7C3E4EB14F88D1B00321D2E /* FirstiPhoneAppTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FirstiPhoneAppTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; 45 C7C3E4EC14F88D1B00321D2E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; 46 C7C3E4F414F88D1C00321D2E /* FirstiPhoneAppTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FirstiPhoneAppTests-Info.plist"; sourceTree = "<group>"; }; 47 C7C3E4F614F88D1C00321D2E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 48 C7C3E4F814F88D1C00321D2E /* FirstiPhoneAppTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstiPhoneAppTests.h; sourceTree = "<group>"; }; 49 C7C3E4F914F88D1C00321D2E /* FirstiPhoneAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstiPhoneAppTests.m; sourceTree = "<group>"; }; 50/* End PBXFileReference section */ 51 52/* Begin PBXFrameworksBuildPhase section */ 53 C7C3E4CD14F88D1B00321D2E /* Frameworks */ = { 54 isa = PBXFrameworksBuildPhase; 55 buildActionMask = 2147483647; 56 files = ( 57 C7C3E4D514F88D1B00321D2E /* UIKit.framework in Frameworks */, 58 C7C3E4D714F88D1B00321D2E /* Foundation.framework in Frameworks */, 59 C7C3E4D914F88D1B00321D2E /* CoreGraphics.framework in Frameworks */, 60 ); 61 runOnlyForDeploymentPostprocessing = 0; 62 }; 63 C7C3E4E714F88D1B00321D2E /* Frameworks */ = { 64 isa = PBXFrameworksBuildPhase; 65 buildActionMask = 2147483647; 66 files = ( 67 C7C3E4ED14F88D1B00321D2E /* SenTestingKit.framework in Frameworks */, 68 C7C3E4EE14F88D1C00321D2E /* UIKit.framework in Frameworks */, 69 C7C3E4EF14F88D1C00321D2E /* Foundation.framework in Frameworks */, 70 ); 71 runOnlyForDeploymentPostprocessing = 0; 72 }; 73/* End PBXFrameworksBuildPhase section */ 74 75/* Begin PBXGroup section */ 76 C7C3E4C514F88D1B00321D2E = { 77 isa = PBXGroup; 78 children = ( 79 C7C3E4DA14F88D1B00321D2E /* FirstiPhoneApp */, 80 C7C3E4F214F88D1C00321D2E /* FirstiPhoneAppTests */, 81 C7C3E4D314F88D1B00321D2E /* Frameworks */, 82 C7C3E4D114F88D1B00321D2E /* Products */, 83 ); 84 sourceTree = "<group>"; 85 }; 86 C7C3E4D114F88D1B00321D2E /* Products */ = { 87 isa = PBXGroup; 88 children = ( 89 C7C3E4D014F88D1B00321D2E /* FirstiPhoneApp.app */, 90 C7C3E4EB14F88D1B00321D2E /* FirstiPhoneAppTests.octest */, 91 ); 92 name = Products; 93 sourceTree = "<group>"; 94 }; 95 C7C3E4D314F88D1B00321D2E /* Frameworks */ = { 96 isa = PBXGroup; 97 children = ( 98 C7C3E4D414F88D1B00321D2E /* UIKit.framework */, 99 C7C3E4D614F88D1B00321D2E /* Foundation.framework */, 100 C7C3E4D814F88D1B00321D2E /* CoreGraphics.framework */, 101 C7C3E4EC14F88D1B00321D2E /* SenTestingKit.framework */, 102 ); 103 name = Frameworks; 104 sourceTree = "<group>"; 105 }; 106 C7C3E4DA14F88D1B00321D2E /* FirstiPhoneApp */ = { 107 isa = PBXGroup; 108 children = ( 109 C7C3E4E314F88D1B00321D2E /* BNRAppDelegate.h */, 110 C7C3E4E414F88D1B00321D2E /* BNRAppDelegate.m */, 111 C7C3E4DB14F88D1B00321D2E /* Supporting Files */, 112 ); 113 path = FirstiPhoneApp; 114 sourceTree = "<group>"; 115 }; 116 C7C3E4DB14F88D1B00321D2E /* Supporting Files */ = { 117 isa = PBXGroup; 118 children = ( 119 C7C3E4DC14F88D1B00321D2E /* FirstiPhoneApp-Info.plist */, 120 C7C3E4DD14F88D1B00321D2E /* InfoPlist.strings */, 121 C7C3E4E014F88D1B00321D2E /* main.m */, 122 C7C3E4E214F88D1B00321D2E /* FirstiPhoneApp-Prefix.pch */, 123 ); 124 name = "Supporting Files"; 125 sourceTree = "<group>"; 126 }; 127 C7C3E4F214F88D1C00321D2E /* FirstiPhoneAppTests */ = { 128 isa = PBXGroup; 129 children = ( 130 C7C3E4F814F88D1C00321D2E /* FirstiPhoneAppTests.h */, 131 C7C3E4F914F88D1C00321D2E /* FirstiPhoneAppTests.m */, 132 C7C3E4F314F88D1C00321D2E /* Supporting Files */, 133 ); 134 path = FirstiPhoneAppTests; 135 sourceTree = "<group>"; 136 }; 137 C7C3E4F314F88D1C00321D2E /* Supporting Files */ = { 138 isa = PBXGroup; 139 children = ( 140 C7C3E4F414F88D1C00321D2E /* FirstiPhoneAppTests-Info.plist */, 141 C7C3E4F514F88D1C00321D2E /* InfoPlist.strings */, 142 ); 143 name = "Supporting Files"; 144 sourceTree = "<group>"; 145 }; 146/* End PBXGroup section */ 147 148/* Begin PBXNativeTarget section */ 149 C7C3E4CF14F88D1B00321D2E /* FirstiPhoneApp */ = { 150 isa = PBXNativeTarget; 151 buildConfigurationList = C7C3E4FD14F88D1C00321D2E /* Build configuration list for PBXNativeTarget "FirstiPhoneApp" */; 152 buildPhases = ( 153 C7C3E4CC14F88D1B00321D2E /* Sources */, 154 C7C3E4CD14F88D1B00321D2E /* Frameworks */, 155 C7C3E4CE14F88D1B00321D2E /* Resources */, 156 ); 157 buildRules = ( 158 ); 159 dependencies = ( 160 ); 161 name = FirstiPhoneApp; 162 productName = FirstiPhoneApp; 163 productReference = C7C3E4D014F88D1B00321D2E /* FirstiPhoneApp.app */; 164 productType = "com.apple.product-type.application"; 165 }; 166 C7C3E4EA14F88D1B00321D2E /* FirstiPhoneAppTests */ = { 167 isa = PBXNativeTarget; 168 buildConfigurationList = C7C3E50014F88D1C00321D2E /* Build configuration list for PBXNativeTarget "FirstiPhoneAppTests" */; 169 buildPhases = ( 170 C7C3E4E614F88D1B00321D2E /* Sources */, 171 C7C3E4E714F88D1B00321D2E /* Frameworks */, 172 C7C3E4E814F88D1B00321D2E /* Resources */, 173 C7C3E4E914F88D1B00321D2E /* ShellScript */, 174 ); 175 buildRules = ( 176 ); 177 dependencies = ( 178 C7C3E4F114F88D1C00321D2E /* PBXTargetDependency */, 179 ); 180 name = FirstiPhoneAppTests; 181 productName = FirstiPhoneAppTests; 182 productReference = C7C3E4EB14F88D1B00321D2E /* FirstiPhoneAppTests.octest */; 183 productType = "com.apple.product-type.bundle"; 184 }; 185/* End PBXNativeTarget section */ 186 187/* Begin PBXProject section */ 188 C7C3E4C714F88D1B00321D2E /* Project object */ = { 189 isa = PBXProject; 190 attributes = { 191 LastUpgradeCheck = 0420; 192 }; 193 buildConfigurationList = C7C3E4CA14F88D1B00321D2E /* Build configuration list for PBXProject "FirstiPhoneApp" */; 194 compatibilityVersion = "Xcode 3.2"; 195 developmentRegion = English; 196 hasScannedForEncodings = 0; 197 knownRegions = ( 198 en, 199 ); 200 mainGroup = C7C3E4C514F88D1B00321D2E; 201 productRefGroup = C7C3E4D114F88D1B00321D2E /* Products */; 202 projectDirPath = ""; 203 projectRoot = ""; 204 targets = ( 205 C7C3E4CF14F88D1B00321D2E /* FirstiPhoneApp */, 206 C7C3E4EA14F88D1B00321D2E /* FirstiPhoneAppTests */, 207 ); 208 }; 209/* End PBXProject section */ 210 211/* Begin PBXResourcesBuildPhase section */ 212 C7C3E4CE14F88D1B00321D2E /* Resources */ = { 213 isa = PBXResourcesBuildPhase; 214 buildActionMask = 2147483647; 215 files = ( 216 C7C3E4DF14F88D1B00321D2E /* InfoPlist.strings in Resources */, 217 ); 218 runOnlyForDeploymentPostprocessing = 0; 219 }; 220 C7C3E4E814F88D1B00321D2E /* Resources */ = { 221 isa = PBXResourcesBuildPhase; 222 buildActionMask = 2147483647; 223 files = ( 224 C7C3E4F714F88D1C00321D2E /* InfoPlist.strings in Resources */, 225 ); 226 runOnlyForDeploymentPostprocessing = 0; 227 }; 228/* End PBXResourcesBuildPhase section */ 229 230/* Begin PBXShellScriptBuildPhase section */ 231 C7C3E4E914F88D1B00321D2E /* ShellScript */ = { 232 isa = PBXShellScriptBuildPhase; 233 buildActionMask = 2147483647; 234 files = ( 235 ); 236 inputPaths = ( 237 ); 238 outputPaths = ( 239 ); 240 runOnlyForDeploymentPostprocessing = 0; 241 shellPath = /bin/sh; 242 shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; 243 }; 244/* End PBXShellScriptBuildPhase section */ 245 246/* Begin PBXSourcesBuildPhase section */ 247 C7C3E4CC14F88D1B00321D2E /* Sources */ = { 248 isa = PBXSourcesBuildPhase; 249 buildActionMask = 2147483647; 250 files = ( 251 C7C3E4E114F88D1B00321D2E /* main.m in Sources */, 252 C7C3E4E514F88D1B00321D2E /* BNRAppDelegate.m in Sources */, 253 ); 254 runOnlyForDeploymentPostprocessing = 0; 255 }; 256 C7C3E4E614F88D1B00321D2E /* Sources */ = { 257 isa = PBXSourcesBuildPhase; 258 buildActionMask = 2147483647; 259 files = ( 260 C7C3E4FA14F88D1C00321D2E /* FirstiPhoneAppTests.m in Sources */, 261 ); 262 runOnlyForDeploymentPostprocessing = 0; 263 }; 264/* End PBXSourcesBuildPhase section */ 265 266/* Begin PBXTargetDependency section */ 267 C7C3E4F114F88D1C00321D2E /* PBXTargetDependency */ = { 268 isa = PBXTargetDependency; 269 target = C7C3E4CF14F88D1B00321D2E /* FirstiPhoneApp */; 270 targetProxy = C7C3E4F014F88D1C00321D2E /* PBXContainerItemProxy */; 271 }; 272/* End PBXTargetDependency section */ 273 274/* Begin PBXVariantGroup section */ 275 C7C3E4DD14F88D1B00321D2E /* InfoPlist.strings */ = { 276 isa = PBXVariantGroup; 277 children = ( 278 C7C3E4DE14F88D1B00321D2E /* en */, 279 ); 280 name = InfoPlist.strings; 281 sourceTree = "<group>"; 282 }; 283 C7C3E4F514F88D1C00321D2E /* InfoPlist.strings */ = { 284 isa = PBXVariantGroup; 285 children = ( 286 C7C3E4F614F88D1C00321D2E /* en */, 287 ); 288 name = InfoPlist.strings; 289 sourceTree = "<group>"; 290 }; 291/* End PBXVariantGroup section */ 292 293/* Begin XCBuildConfiguration section */ 294 C7C3E4FB14F88D1C00321D2E /* Debug */ = { 295 isa = XCBuildConfiguration; 296 buildSettings = { 297 ALWAYS_SEARCH_USER_PATHS = NO; 298 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 299 CLANG_ENABLE_OBJC_ARC = YES; 300 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 301 COPY_PHASE_STRIP = NO; 302 GCC_C_LANGUAGE_STANDARD = gnu99; 303 GCC_DYNAMIC_NO_PIC = NO; 304 GCC_OPTIMIZATION_LEVEL = 0; 305 GCC_PREPROCESSOR_DEFINITIONS = ( 306 "DEBUG=1", 307 "$(inherited)", 308 ); 309 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 310 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 311 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 312 GCC_WARN_ABOUT_RETURN_TYPE = YES; 313 GCC_WARN_UNUSED_VARIABLE = YES; 314 IPHONEOS_DEPLOYMENT_TARGET = 5.0; 315 SDKROOT = iphoneos; 316 TARGETED_DEVICE_FAMILY = "1,2"; 317 }; 318 name = Debug; 319 }; 320 C7C3E4FC14F88D1C00321D2E /* Release */ = { 321 isa = XCBuildConfiguration; 322 buildSettings = { 323 ALWAYS_SEARCH_USER_PATHS = NO; 324 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 325 CLANG_ENABLE_OBJC_ARC = YES; 326 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 327 COPY_PHASE_STRIP = YES; 328 GCC_C_LANGUAGE_STANDARD = gnu99; 329 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 330 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 331 GCC_WARN_ABOUT_RETURN_TYPE = YES; 332 GCC_WARN_UNUSED_VARIABLE = YES; 333 IPHONEOS_DEPLOYMENT_TARGET = 5.0; 334 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; 335 SDKROOT = iphoneos; 336 TARGETED_DEVICE_FAMILY = "1,2"; 337 VALIDATE_PRODUCT = YES; 338 }; 339 name = Release; 340 }; 341 C7C3E4FE14F88D1C00321D2E /* Debug */ = { 342 isa = XCBuildConfiguration; 343 buildSettings = { 344 GCC_PRECOMPILE_PREFIX_HEADER = YES; 345 GCC_PREFIX_HEADER = "FirstiPhoneApp/FirstiPhoneApp-Prefix.pch"; 346 INFOPLIST_FILE = "FirstiPhoneApp/FirstiPhoneApp-Info.plist"; 347 PRODUCT_NAME = "$(TARGET_NAME)"; 348 WRAPPER_EXTENSION = app; 349 }; 350 name = Debug; 351 }; 352 C7C3E4FF14F88D1C00321D2E /* Release */ = { 353 isa = XCBuildConfiguration; 354 buildSettings = { 355 GCC_PRECOMPILE_PREFIX_HEADER = YES; 356 GCC_PREFIX_HEADER = "FirstiPhoneApp/FirstiPhoneApp-Prefix.pch"; 357 INFOPLIST_FILE = "FirstiPhoneApp/FirstiPhoneApp-Info.plist"; 358 PRODUCT_NAME = "$(TARGET_NAME)"; 359 WRAPPER_EXTENSION = app; 360 }; 361 name = Release; 362 }; 363 C7C3E50114F88D1C00321D2E /* Debug */ = { 364 isa = XCBuildConfiguration; 365 buildSettings = { 366 BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/FirstiPhoneApp.app/FirstiPhoneApp"; 367 FRAMEWORK_SEARCH_PATHS = ( 368 "$(SDKROOT)/Developer/Library/Frameworks", 369 "$(DEVELOPER_LIBRARY_DIR)/Frameworks", 370 ); 371 GCC_PRECOMPILE_PREFIX_HEADER = YES; 372 GCC_PREFIX_HEADER = "FirstiPhoneApp/FirstiPhoneApp-Prefix.pch"; 373 INFOPLIST_FILE = "FirstiPhoneAppTests/FirstiPhoneAppTests-Info.plist"; 374 PRODUCT_NAME = "$(TARGET_NAME)"; 375 TEST_HOST = "$(BUNDLE_LOADER)"; 376 WRAPPER_EXTENSION = octest; 377 }; 378 name = Debug; 379 }; 380 C7C3E50214F88D1C00321D2E /* Release */ = { 381 isa = XCBuildConfiguration; 382 buildSettings = { 383 BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/FirstiPhoneApp.app/FirstiPhoneApp"; 384 FRAMEWORK_SEARCH_PATHS = ( 385 "$(SDKROOT)/Developer/Library/Frameworks", 386 "$(DEVELOPER_LIBRARY_DIR)/Frameworks", 387 ); 388 GCC_PRECOMPILE_PREFIX_HEADER = YES; 389 GCC_PREFIX_HEADER = "FirstiPhoneApp/FirstiPhoneApp-Prefix.pch"; 390 INFOPLIST_FILE = "FirstiPhoneAppTests/FirstiPhoneAppTests-Info.plist"; 391 PRODUCT_NAME = "$(TARGET_NAME)"; 392 TEST_HOST = "$(BUNDLE_LOADER)"; 393 WRAPPER_EXTENSION = octest; 394 }; 395 name = Release; 396 }; 397/* End XCBuildConfiguration section */ 398 399/* Begin XCConfigurationList section */ 400 C7C3E4CA14F88D1B00321D2E /* Build configuration list for PBXProject "FirstiPhoneApp" */ = { 401 isa = XCConfigurationList; 402 buildConfigurations = ( 403 C7C3E4FB14F88D1C00321D2E /* Debug */, 404 C7C3E4FC14F88D1C00321D2E /* Release */, 405 ); 406 defaultConfigurationIsVisible = 0; 407 defaultConfigurationName = Release; 408 }; 409 C7C3E4FD14F88D1C00321D2E /* Build configuration list for PBXNativeTarget "FirstiPhoneApp" */ = { 410 isa = XCConfigurationList; 411 buildConfigurations = ( 412 C7C3E4FE14F88D1C00321D2E /* Debug */, 413 C7C3E4FF14F88D1C00321D2E /* Release */, 414 ); 415 defaultConfigurationIsVisible = 0; 416 }; 417 C7C3E50014F88D1C00321D2E /* Build configuration list for PBXNativeTarget "FirstiPhoneAppTests" */ = { 418 isa = XCConfigurationList; 419 buildConfigurations = ( 420 C7C3E50114F88D1C00321D2E /* Debug */, 421 C7C3E50214F88D1C00321D2E /* Release */, 422 ); 423 defaultConfigurationIsVisible = 0; 424 }; 425/* End XCConfigurationList section */ 426 }; 427 rootObject = C7C3E4C714F88D1B00321D2E /* Project object */; 428}