fork of iTunes Remote Control with bugfixes and enhancements
at master 421 lines 17 kB view raw
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 42; 7 objects = { 8 9/* Begin PBXAppleScriptBuildPhase section */ 10 257572C4072881A4000BE9CA /* AppleScript */ = { 11 isa = PBXAppleScriptBuildPhase; 12 buildActionMask = 2147483647; 13 contextName = ""; 14 files = ( 15 257572C5072881A4000BE9CA /* iTRC Main.applescript in AppleScript */, 16 1ABD045C0A4A1D4F00D87B49 /* iTRC Misc.applescript in AppleScript */, 17 ); 18 isSharedContext = 0; 19 runOnlyForDeploymentPostprocessing = 0; 20 }; 21/* End PBXAppleScriptBuildPhase section */ 22 23/* Begin PBXBuildFile section */ 24 1A42B1460A71EBE300EC0479 /* SoundUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A42B1440A71EBE300EC0479 /* SoundUp.png */; }; 25 1A42B1470A71EBE300EC0479 /* SoundDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A42B1450A71EBE300EC0479 /* SoundDown.png */; }; 26 1A8F56EE0A1186EB007C04FB /* Localized.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A8F56ED0A1186EB007C04FB /* Localized.strings */; }; 27 1ABD045C0A4A1D4F00D87B49 /* iTRC Misc.applescript in AppleScript */ = {isa = PBXBuildFile; fileRef = 1ABD045B0A4A1D4F00D87B49 /* iTRC Misc.applescript */; settings = {ATTRIBUTES = (Debug, ); }; }; 28 1AED94EB08AB013E006F7587 /* iTRC.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1AED94EA08AB013E006F7587 /* iTRC.icns */; }; 29 1AF5B6060A69ECE8003A1583 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF5B6050A69ECE8003A1583 /* Sparkle.framework */; }; 30 1AF5B61A0A69ECF8003A1583 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1AF5B6050A69ECE8003A1583 /* Sparkle.framework */; }; 31 257572C5072881A4000BE9CA /* iTRC Main.applescript in AppleScript */ = {isa = PBXBuildFile; fileRef = DA206CF3015C4E8B03C91932 /* iTRC Main.applescript */; settings = {ATTRIBUTES = (Debug, ); }; }; 32 257572C7072881A4000BE9CA /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; 33 257572C8072881A4000BE9CA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 34 257572CA072881A4000BE9CA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 35 257572CC072881A4000BE9CA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 36 257572CD072881A4000BE9CA /* AppleScriptKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA206CF1015C4E2903C91932 /* AppleScriptKit.framework */; }; 37/* End PBXBuildFile section */ 38 39/* Begin PBXCopyFilesBuildPhase section */ 40 1A91C1130A4B640E0031C1CB /* CopyFiles */ = { 41 isa = PBXCopyFilesBuildPhase; 42 buildActionMask = 2147483647; 43 dstPath = ""; 44 dstSubfolderSpec = 10; 45 files = ( 46 1AF5B61A0A69ECF8003A1583 /* Sparkle.framework in CopyFiles */, 47 ); 48 runOnlyForDeploymentPostprocessing = 0; 49 }; 50/* End PBXCopyFilesBuildPhase section */ 51 52/* Begin PBXFileReference section */ 53 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 54 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 55 1A42B1440A71EBE300EC0479 /* SoundUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SoundUp.png; sourceTree = "<group>"; }; 56 1A42B1450A71EBE300EC0479 /* SoundDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SoundDown.png; sourceTree = "<group>"; }; 57 1A8F56ED0A1186EB007C04FB /* Localized.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localized.strings; sourceTree = "<group>"; }; 58 1A9F43000A5AF25700F3F1C5 /* Read Me.rtfd */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; path = "Read Me.rtfd"; sourceTree = "<group>"; }; 59 1ABD045B0A4A1D4F00D87B49 /* iTRC Misc.applescript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.applescript; path = "iTRC Misc.applescript"; sourceTree = "<group>"; }; 60 1AED94EA08AB013E006F7587 /* iTRC.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = iTRC.icns; sourceTree = "<group>"; }; 61 1AF5B6050A69ECE8003A1583 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; }; 62 257572D5072881A4000BE9CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 63 257572D6072881A4000BE9CA /* iTRC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iTRC.app; sourceTree = BUILT_PRODUCTS_DIR; }; 64 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 65 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; 66 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 67 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 68 65359356078DD41800E8BB2F /* AppleScriptKit.sdef */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.sdef; name = AppleScriptKit.sdef; path = /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/Resources/AppleScriptKit.sdef; sourceTree = "<absolute>"; tabWidth = 2; }; 69 DA206CF1015C4E2903C91932 /* AppleScriptKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppleScriptKit.framework; path = /System/Library/Frameworks/AppleScriptKit.framework; sourceTree = "<absolute>"; }; 70 DA206CF3015C4E8B03C91932 /* iTRC Main.applescript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.applescript; lineEnding = 0; path = "iTRC Main.applescript"; sourceTree = "<group>"; }; 71/* End PBXFileReference section */ 72 73/* Begin PBXFrameworksBuildPhase section */ 74 257572CB072881A4000BE9CA /* Frameworks */ = { 75 isa = PBXFrameworksBuildPhase; 76 buildActionMask = 2147483647; 77 files = ( 78 257572CC072881A4000BE9CA /* Cocoa.framework in Frameworks */, 79 257572CD072881A4000BE9CA /* AppleScriptKit.framework in Frameworks */, 80 1AF5B6060A69ECE8003A1583 /* Sparkle.framework in Frameworks */, 81 ); 82 runOnlyForDeploymentPostprocessing = 0; 83 }; 84/* End PBXFrameworksBuildPhase section */ 85 86/* Begin PBXGroup section */ 87 080E96DDFE201D6D7F000001 /* Scripts */ = { 88 isa = PBXGroup; 89 children = ( 90 DA206CF3015C4E8B03C91932 /* iTRC Main.applescript */, 91 1ABD045B0A4A1D4F00D87B49 /* iTRC Misc.applescript */, 92 ); 93 name = Scripts; 94 sourceTree = "<group>"; 95 }; 96 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = { 97 isa = PBXGroup; 98 children = ( 99 1AF5B6050A69ECE8003A1583 /* Sparkle.framework */, 100 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, 101 DA206CF1015C4E2903C91932 /* AppleScriptKit.framework */, 102 ); 103 name = "Linked Frameworks"; 104 sourceTree = "<group>"; 105 }; 106 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = { 107 isa = PBXGroup; 108 children = ( 109 29B97325FDCFA39411CA2CEA /* Foundation.framework */, 110 29B97324FDCFA39411CA2CEA /* AppKit.framework */, 111 ); 112 name = "Other Frameworks"; 113 sourceTree = "<group>"; 114 }; 115 19C28FACFE9D520D11CA2CBB /* Products */ = { 116 isa = PBXGroup; 117 children = ( 118 257572D6072881A4000BE9CA /* iTRC.app */, 119 ); 120 name = Products; 121 sourceTree = "<group>"; 122 }; 123 29B97314FDCFA39411CA2CEA /* RemoteTunes */ = { 124 isa = PBXGroup; 125 children = ( 126 080E96DDFE201D6D7F000001 /* Scripts */, 127 29B97317FDCFA39411CA2CEA /* Resources */, 128 29B97315FDCFA39411CA2CEA /* Other Sources */, 129 29B97323FDCFA39411CA2CEA /* Frameworks */, 130 19C28FACFE9D520D11CA2CBB /* Products */, 131 257572D5072881A4000BE9CA /* Info.plist */, 132 ); 133 name = RemoteTunes; 134 sourceTree = "<group>"; 135 }; 136 29B97315FDCFA39411CA2CEA /* Other Sources */ = { 137 isa = PBXGroup; 138 children = ( 139 29B97316FDCFA39411CA2CEA /* main.m */, 140 ); 141 name = "Other Sources"; 142 sourceTree = "<group>"; 143 }; 144 29B97317FDCFA39411CA2CEA /* Resources */ = { 145 isa = PBXGroup; 146 children = ( 147 1A42B1440A71EBE300EC0479 /* SoundUp.png */, 148 1A42B1450A71EBE300EC0479 /* SoundDown.png */, 149 1A9F43000A5AF25700F3F1C5 /* Read Me.rtfd */, 150 1A8F56ED0A1186EB007C04FB /* Localized.strings */, 151 1AED94EA08AB013E006F7587 /* iTRC.icns */, 152 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, 153 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, 154 65359356078DD41800E8BB2F /* AppleScriptKit.sdef */, 155 ); 156 name = Resources; 157 sourceTree = "<group>"; 158 }; 159 29B97323FDCFA39411CA2CEA /* Frameworks */ = { 160 isa = PBXGroup; 161 children = ( 162 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */, 163 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */, 164 ); 165 name = Frameworks; 166 sourceTree = "<group>"; 167 }; 168/* End PBXGroup section */ 169 170/* Begin PBXHeadersBuildPhase section */ 171 257572C3072881A4000BE9CA /* Headers */ = { 172 isa = PBXHeadersBuildPhase; 173 buildActionMask = 2147483647; 174 files = ( 175 ); 176 runOnlyForDeploymentPostprocessing = 0; 177 }; 178/* End PBXHeadersBuildPhase section */ 179 180/* Begin PBXNativeTarget section */ 181 257572C2072881A4000BE9CA /* iTRC */ = { 182 isa = PBXNativeTarget; 183 buildConfigurationList = 1AFF60FE08AABB5700E268BC /* Build configuration list for PBXNativeTarget "iTRC" */; 184 buildPhases = ( 185 257572C3072881A4000BE9CA /* Headers */, 186 257572C4072881A4000BE9CA /* AppleScript */, 187 257572C6072881A4000BE9CA /* Resources */, 188 257572C9072881A4000BE9CA /* Sources */, 189 257572CB072881A4000BE9CA /* Frameworks */, 190 1A91C1130A4B640E0031C1CB /* CopyFiles */, 191 ); 192 buildRules = ( 193 ); 194 dependencies = ( 195 ); 196 name = iTRC; 197 productInstallPath = "$(HOME)/Applications"; 198 productName = RemoteTunes; 199 productReference = 257572D6072881A4000BE9CA /* iTRC.app */; 200 productType = "com.apple.product-type.application"; 201 }; 202/* End PBXNativeTarget section */ 203 204/* Begin PBXProject section */ 205 29B97313FDCFA39411CA2CEA /* Project object */ = { 206 isa = PBXProject; 207 buildConfigurationList = 1AFF610208AABB5700E268BC /* Build configuration list for PBXProject "RemoteTunes" */; 208 compatibilityVersion = "Xcode 2.4"; 209 developmentRegion = English; 210 hasScannedForEncodings = 1; 211 knownRegions = ( 212 English, 213 Japanese, 214 French, 215 German, 216 ); 217 mainGroup = 29B97314FDCFA39411CA2CEA /* RemoteTunes */; 218 projectDirPath = ""; 219 projectRoot = ""; 220 targets = ( 221 257572C2072881A4000BE9CA /* iTRC */, 222 ); 223 }; 224/* End PBXProject section */ 225 226/* Begin PBXResourcesBuildPhase section */ 227 257572C6072881A4000BE9CA /* Resources */ = { 228 isa = PBXResourcesBuildPhase; 229 buildActionMask = 2147483647; 230 files = ( 231 257572C7072881A4000BE9CA /* MainMenu.nib in Resources */, 232 257572C8072881A4000BE9CA /* InfoPlist.strings in Resources */, 233 1AED94EB08AB013E006F7587 /* iTRC.icns in Resources */, 234 1A8F56EE0A1186EB007C04FB /* Localized.strings in Resources */, 235 1A42B1460A71EBE300EC0479 /* SoundUp.png in Resources */, 236 1A42B1470A71EBE300EC0479 /* SoundDown.png in Resources */, 237 ); 238 runOnlyForDeploymentPostprocessing = 0; 239 }; 240/* End PBXResourcesBuildPhase section */ 241 242/* Begin PBXSourcesBuildPhase section */ 243 257572C9072881A4000BE9CA /* Sources */ = { 244 isa = PBXSourcesBuildPhase; 245 buildActionMask = 2147483647; 246 files = ( 247 257572CA072881A4000BE9CA /* main.m in Sources */, 248 ); 249 runOnlyForDeploymentPostprocessing = 0; 250 }; 251/* End PBXSourcesBuildPhase section */ 252 253/* Begin PBXVariantGroup section */ 254 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { 255 isa = PBXVariantGroup; 256 children = ( 257 089C165DFE840E0CC02AAC07 /* English */, 258 ); 259 name = InfoPlist.strings; 260 sourceTree = "<group>"; 261 }; 262 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = { 263 isa = PBXVariantGroup; 264 children = ( 265 29B97319FDCFA39411CA2CEA /* English */, 266 ); 267 name = MainMenu.nib; 268 sourceTree = "<group>"; 269 }; 270/* End PBXVariantGroup section */ 271 272/* Begin XCBuildConfiguration section */ 273 01D5EAEE130451C8004A2A18 /* Debug */ = { 274 isa = XCBuildConfiguration; 275 buildSettings = { 276 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; 277 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; 278 GCC_MODEL_TUNING = ""; 279 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; 280 VALID_ARCHS = "i386 x86_64"; 281 }; 282 name = Debug; 283 }; 284 01D5EAEF130451C8004A2A18 /* Debug */ = { 285 isa = XCBuildConfiguration; 286 buildSettings = { 287 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; 288 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; 289 COPY_PHASE_STRIP = NO; 290 FRAMEWORK_SEARCH_PATHS = ( 291 "$(inherited)", 292 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 293 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 294 ); 295 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)\""; 296 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)\""; 297 GCC_DEBUGGING_SYMBOLS = full; 298 GCC_ENABLE_FIX_AND_CONTINUE = YES; 299 GCC_OPTIMIZATION_LEVEL = 0; 300 GCC_WARN_ABOUT_RETURN_TYPE = YES; 301 GCC_WARN_UNUSED_VARIABLE = YES; 302 HEADER_SEARCH_PATHS = ""; 303 INFOPLIST_FILE = Info.plist; 304 INSTALL_PATH = "$(HOME)/Applications"; 305 LIBRARY_SEARCH_PATHS = ""; 306 OTHER_CFLAGS = ""; 307 OTHER_LDFLAGS = ""; 308 OTHER_OSAFLAGS = "-x"; 309 PREBINDING = NO; 310 PRODUCT_NAME = iTRC; 311 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; 312 SECTORDER_FLAGS = ""; 313 WARNING_CFLAGS = ""; 314 WRAPPER_EXTENSION = app; 315 ZERO_LINK = NO; 316 }; 317 name = Debug; 318 }; 319 1AFF610008AABB5700E268BC /* Release */ = { 320 isa = XCBuildConfiguration; 321 buildSettings = { 322 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; 323 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; 324 COPY_PHASE_STRIP = YES; 325 FRAMEWORK_SEARCH_PATHS = ( 326 "$(inherited)", 327 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 328 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 329 ); 330 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)\""; 331 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)\""; 332 GCC_ENABLE_FIX_AND_CONTINUE = NO; 333 GCC_WARN_ABOUT_RETURN_TYPE = YES; 334 GCC_WARN_UNUSED_VARIABLE = YES; 335 HEADER_SEARCH_PATHS = ""; 336 INFOPLIST_FILE = Info.plist; 337 INSTALL_PATH = "$(HOME)/Applications"; 338 LIBRARY_SEARCH_PATHS = ""; 339 OTHER_CFLAGS = ""; 340 OTHER_LDFLAGS = ""; 341 OTHER_OSAFLAGS = "-x"; 342 PREBINDING = NO; 343 PRODUCT_NAME = iTRC; 344 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; 345 SECTORDER_FLAGS = ""; 346 WARNING_CFLAGS = ""; 347 WRAPPER_EXTENSION = app; 348 ZERO_LINK = NO; 349 }; 350 name = Release; 351 }; 352 1AFF610108AABB5700E268BC /* Default */ = { 353 isa = XCBuildConfiguration; 354 buildSettings = { 355 FRAMEWORK_SEARCH_PATHS = ( 356 "$(inherited)", 357 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 358 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 359 ); 360 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)\""; 361 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)\""; 362 GCC_WARN_ABOUT_RETURN_TYPE = YES; 363 GCC_WARN_UNUSED_VARIABLE = YES; 364 HEADER_SEARCH_PATHS = ""; 365 INFOPLIST_FILE = Info.plist; 366 INSTALL_PATH = "$(HOME)/Applications"; 367 LIBRARY_SEARCH_PATHS = ""; 368 OTHER_CFLAGS = ""; 369 OTHER_LDFLAGS = ""; 370 PREBINDING = NO; 371 PRODUCT_NAME = RemoteTunes; 372 SECTORDER_FLAGS = ""; 373 WARNING_CFLAGS = ""; 374 WRAPPER_EXTENSION = app; 375 }; 376 name = Default; 377 }; 378 1AFF610408AABB5700E268BC /* Release */ = { 379 isa = XCBuildConfiguration; 380 buildSettings = { 381 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; 382 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; 383 GCC_MODEL_TUNING = ""; 384 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; 385 VALID_ARCHS = "i386 x86_64"; 386 }; 387 name = Release; 388 }; 389 1AFF610508AABB5700E268BC /* Default */ = { 390 isa = XCBuildConfiguration; 391 buildSettings = { 392 }; 393 name = Default; 394 }; 395/* End XCBuildConfiguration section */ 396 397/* Begin XCConfigurationList section */ 398 1AFF60FE08AABB5700E268BC /* Build configuration list for PBXNativeTarget "iTRC" */ = { 399 isa = XCConfigurationList; 400 buildConfigurations = ( 401 01D5EAEF130451C8004A2A18 /* Debug */, 402 1AFF610008AABB5700E268BC /* Release */, 403 1AFF610108AABB5700E268BC /* Default */, 404 ); 405 defaultConfigurationIsVisible = 0; 406 defaultConfigurationName = Default; 407 }; 408 1AFF610208AABB5700E268BC /* Build configuration list for PBXProject "RemoteTunes" */ = { 409 isa = XCConfigurationList; 410 buildConfigurations = ( 411 01D5EAEE130451C8004A2A18 /* Debug */, 412 1AFF610408AABB5700E268BC /* Release */, 413 1AFF610508AABB5700E268BC /* Default */, 414 ); 415 defaultConfigurationIsVisible = 0; 416 defaultConfigurationName = Default; 417 }; 418/* End XCConfigurationList section */ 419 }; 420 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; 421}