Changeset 2847
- Timestamp:
- 05/18/05 10:52:39 (4 years ago)
- Files:
-
- Footagehead/trunk/English.lproj/InfoPlist.strings (modified) (1 diff)
- Footagehead/trunk/English.lproj/MainMenu.nib/classes.nib (modified) (1 diff)
- Footagehead/trunk/English.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/English.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/English.lproj/MainMenu.nib/objects.nib (modified) (previous)
- Footagehead/trunk/Footagehead.xcode/project.pbxproj (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/InfoPlist.strings
r920 r2847 1 1 /* Localized versions of Info.plist keys */ 2 3 2 CFBundleName = "Footagehead"; 4 3 CFBundleShortVersionString = "Footagehead 1.2"; Footagehead/trunk/English.lproj/MainMenu.nib/classes.nib
r909 r2847 51 51 }, 52 52 {CLASS = NSObject; LANGUAGE = ObjC; }, 53 { 54 ACTIONS = {orderFrontReleaseNotesWindow = id; }; 55 CLASS = ZAApplication; 56 LANGUAGE = ObjC; 57 SUPERCLASS = NSApplication; 58 }, 53 59 {CLASS = ZASplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }, 54 60 { Footagehead/trunk/English.lproj/MainMenu.nib/info.nib
r921 r2847 8 8 <dict> 9 9 <key>29</key> 10 <string> 423 630 256 44 0 0 1280 1002</string>10 <string>591 647 317 44 0 0 1680 1028 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string> 364.0</string>13 <string>437.0</string> 14 14 <key>IBOldestOS</key> 15 15 <integer>3</integer> 16 16 <key>IBOpenObjects</key> 17 17 <array> 18 <integer>302</integer> 18 19 <integer>438</integer> 19 20 <integer>29</integer> 20 <integer>302</integer>21 21 </array> 22 22 <key>IBSystem Version</key> 23 <string> 7S215</string>23 <string>8B15</string> 24 24 </dict> 25 25 </plist> Footagehead/trunk/Footagehead.xcode/project.pbxproj
r918 r2847 135 135 8D1107260486CEB800E47090, 136 136 775BA323075F59E000F0941E, 137 77CDAE40083B3441003BE654, 137 138 ); 138 139 }; … … 144 145 A5EE94DA055AA5EE00CC2AD8, 145 146 29B97315FDCFA39411CA2CEA, 147 77CDADEF083B32F8003BE654, 146 148 29B97317FDCFA39411CA2CEA, 147 149 29B97323FDCFA39411CA2CEA, … … 176 178 29B97317FDCFA39411CA2CEA = { 177 179 children = ( 178 29B97318FDCFA39411CA2CEA,179 180 8D1107310486CEB800E47090, 180 181 089C165CFE840E0CC02AAC07, 181 182 A5E5174F057750A70004F5D6, 182 183 A5E5174205774ED40004F5D6, 184 77CDAE70083B3515003BE654, 185 29B97318FDCFA39411CA2CEA, 183 186 A51395F405771ED4007FE220, 184 187 A587DF6E055AA3C4005D2097, … … 297 300 runOnlyForDeploymentPostprocessing = 0; 298 301 shellPath = /bin/sh; 299 shellScript = "# shell script goes here\nexit 0";302 shellScript = "#!/bin/sh\n\nsh localize.sh .\n\nexit 0"; 300 303 }; 301 304 775BA323075F59E000F0941E = { … … 304 307 ); 305 308 buildSettings = { 306 OTHER_CFLAGS = "";307 OTHER_LDFLAGS = "";308 OTHER_REZFLAGS = "";309 309 PRODUCT_NAME = Localization; 310 SECTORDER_FLAGS = "";311 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";312 310 }; 313 311 dependencies = ( … … 366 364 77BD99520760B7380007D034 = { 367 365 fileRef = 77BD99500760B7380007D034; 366 isa = PBXBuildFile; 367 settings = { 368 }; 369 }; 370 77CDADE6083B32CA003BE654 = { 371 fileType = wrapper.application; 372 isa = PBXReferenceProxy; 373 path = "ZAAutoreleasePool Test.app"; 374 refType = 3; 375 remoteRef = 77CDADE9083B32D4003BE654; 376 sourceTree = BUILT_PRODUCTS_DIR; 377 }; 378 77CDADE7083B32CA003BE654 = { 379 fileType = wrapper.application; 380 isa = PBXReferenceProxy; 381 path = "ZANotificationCenter Test.app"; 382 refType = 3; 383 remoteRef = 77CDADEA083B32D4003BE654; 384 sourceTree = BUILT_PRODUCTS_DIR; 385 }; 386 77CDADE8083B32CA003BE654 = { 387 fileType = wrapper.application; 388 isa = PBXReferenceProxy; 389 path = "ZAObject Test.app"; 390 refType = 3; 391 remoteRef = 77CDADEB083B32D4003BE654; 392 sourceTree = BUILT_PRODUCTS_DIR; 393 }; 394 77CDADE9083B32D4003BE654 = { 395 containerPortal = A599A0BE075F92AD00A03BA5; 396 isa = PBXContainerItemProxy; 397 proxyType = 2; 398 remoteGlobalIDString = A5E4B39E07A9797200BD6812; 399 remoteInfo = "ZAAutoreleasePool Test"; 400 }; 401 77CDADEA083B32D4003BE654 = { 402 containerPortal = A599A0BE075F92AD00A03BA5; 403 isa = PBXContainerItemProxy; 404 proxyType = 2; 405 remoteGlobalIDString = A553B5E007AAF56E005EE3E5; 406 remoteInfo = "ZANotificationCenter Test"; 407 }; 408 77CDADEB083B32D4003BE654 = { 409 containerPortal = A599A0BE075F92AD00A03BA5; 410 isa = PBXContainerItemProxy; 411 proxyType = 2; 412 remoteGlobalIDString = A5E4B55207A98AEE00BD6812; 413 remoteInfo = "ZAObject Test"; 414 }; 415 77CDADEF083B32F8003BE654 = { 416 children = ( 417 77CDADF3083B3314003BE654, 418 77CDADF4083B3322003BE654, 419 ); 420 isa = PBXGroup; 421 name = Scripts; 422 refType = 4; 423 sourceTree = "<group>"; 424 }; 425 77CDADF3083B3314003BE654 = { 426 fileEncoding = 5; 427 isa = PBXFileReference; 428 lastKnownFileType = text.script.sh; 429 path = localize.sh; 430 refType = 4; 431 sourceTree = "<group>"; 432 }; 433 77CDADF4083B3322003BE654 = { 434 fileEncoding = 5; 435 isa = PBXFileReference; 436 lastKnownFileType = text.script.perl; 437 path = version.pl; 438 refType = 4; 439 sourceTree = "<group>"; 440 }; 441 77CDAE3F083B3441003BE654 = { 442 buildActionMask = 2147483647; 443 files = ( 444 ); 445 inputPaths = ( 446 ); 447 isa = PBXShellScriptBuildPhase; 448 outputPaths = ( 449 ); 450 runOnlyForDeploymentPostprocessing = 0; 451 shellPath = /bin/sh; 452 shellScript = "#!/bin/sh\n\nzip -r \"$BUILD_DIR/Footagehead.zip\" \"$BUILD_DIR/Footagehead.app\" || exit 1\n\nexit 0"; 453 }; 454 77CDAE40083B3441003BE654 = { 455 buildPhases = ( 456 77CDAE3F083B3441003BE654, 457 ); 458 buildSettings = { 459 PRODUCT_NAME = Distribution; 460 }; 461 dependencies = ( 462 77CDAE64083B3498003BE654, 463 ); 464 isa = PBXAggregateTarget; 465 name = Distribution; 466 productName = Distribution; 467 }; 468 77CDAE63083B3498003BE654 = { 469 containerPortal = 29B97313FDCFA39411CA2CEA; 470 isa = PBXContainerItemProxy; 471 proxyType = 1; 472 remoteGlobalIDString = 8D1107260486CEB800E47090; 473 remoteInfo = Footagehead; 474 }; 475 77CDAE64083B3498003BE654 = { 476 isa = PBXTargetDependency; 477 target = 8D1107260486CEB800E47090; 478 targetProxy = 77CDAE63083B3498003BE654; 479 }; 480 77CDAE70083B3515003BE654 = { 481 children = ( 482 77CDAE71083B3515003BE654, 483 ); 484 isa = PBXVariantGroup; 485 name = ReleaseNotes.rtf; 486 path = ""; 487 refType = 4; 488 sourceTree = "<group>"; 489 }; 490 77CDAE71083B3515003BE654 = { 491 isa = PBXFileReference; 492 lastKnownFileType = text.rtf; 493 name = English; 494 path = English.lproj/ReleaseNotes.rtf; 495 refType = 4; 496 sourceTree = "<group>"; 497 }; 498 77CDAE72083B3515003BE654 = { 499 fileRef = 77CDAE70083B3515003BE654; 368 500 isa = PBXBuildFile; 369 501 settings = { … … 442 574 A5E51751057750A70004F5D6, 443 575 A5E5174405774ED40004F5D6, 576 77CDAE72083B3515003BE654, 444 577 A51395F505771ED4007FE220, 445 578 A587DF71055AA3C4005D2097, … … 447 580 A587DF72055AA3C4005D2097, 448 581 A5DEB67005CBEFD30074DA63, 582 A583338E069E30D100D6A96D, 449 583 A587DF73055AA3C4005D2097, 450 584 A5DE34860567F307003E7FE9, 451 A583338E069E30D100D6A96D,452 585 ); 453 586 isa = PBXResourcesBuildPhase; … … 557 690 runOnlyForDeploymentPostprocessing = 0; 558 691 shellPath = /bin/sh; 559 shellScript = "#!/bin/sh\n\n sh version.sh\n\nexit 0";692 shellScript = "#!/bin/sh\n\nperl version.pl\n\nexit 0"; 560 693 }; 561 694 A52141F605CC26C800861556 = { … … 781 914 children = ( 782 915 77DC0AC9076062B200225D0C, 916 77CDADE6083B32CA003BE654, 917 77CDADE7083B32CA003BE654, 918 77CDADE8083B32CA003BE654, 783 919 ); 784 920 isa = PBXGroup;
