Changeset 2708

Show
Ignore:
Timestamp:
04/30/05 00:02:09 (3 years ago)
Author:
morris
Message:

Import distribution scripts from Wired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPUMonitor/trunk/CPUMonitor.xcode/project.pbxproj

    r2705 r2708  
    150150                        targets = ( 
    151151                                8D1107260486CEB800E47090, 
     152                                A5D2C7950822E609007EB5F3, 
     153                                A5D2C7680822E131007EB5F3, 
    152154                        ); 
    153155                }; 
     
    328330                                8D11072E0486CEB800E47090, 
    329331                                A51B25A90820227800D76064, 
     332                                A5D2C75A0822E041007EB5F3, 
    330333                        ); 
    331334                        buildRules = ( 
     
    988991                        }; 
    989992                }; 
     993                A5D2C75A0822E041007EB5F3 = { 
     994                        buildActionMask = 2147483647; 
     995                        files = ( 
     996                        ); 
     997                        inputPaths = ( 
     998                        ); 
     999                        isa = PBXShellScriptBuildPhase; 
     1000                        outputPaths = ( 
     1001                        ); 
     1002                        runOnlyForDeploymentPostprocessing = 0; 
     1003                        shellPath = /bin/sh; 
     1004                        shellScript = "#!/bin/sh\n\nperl version.pl\n\nexit 0"; 
     1005                }; 
     1006                A5D2C7680822E131007EB5F3 = { 
     1007                        buildPhases = ( 
     1008                                A5D2C76D0822E140007EB5F3, 
     1009                        ); 
     1010                        buildSettings = { 
     1011                                OPTIMIZATION_CFLAGS = ""; 
     1012                                OTHER_CFLAGS = ""; 
     1013                                OTHER_LDFLAGS = ""; 
     1014                                OTHER_REZFLAGS = ""; 
     1015                                PRODUCT_NAME = Distribution; 
     1016                                SECTORDER_FLAGS = ""; 
     1017                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; 
     1018                        }; 
     1019                        dependencies = ( 
     1020                                A5D2C76A0822E139007EB5F3, 
     1021                        ); 
     1022                        isa = PBXAggregateTarget; 
     1023                        name = Distribution; 
     1024                        productName = Distribution; 
     1025                }; 
     1026                A5D2C7690822E139007EB5F3 = { 
     1027                        containerPortal = 29B97313FDCFA39411CA2CEA; 
     1028                        isa = PBXContainerItemProxy; 
     1029                        proxyType = 1; 
     1030                        remoteGlobalIDString = 8D1107260486CEB800E47090; 
     1031                        remoteInfo = CPUMonitor; 
     1032                }; 
     1033                A5D2C76A0822E139007EB5F3 = { 
     1034                        isa = PBXTargetDependency; 
     1035                        target = 8D1107260486CEB800E47090; 
     1036                        targetProxy = A5D2C7690822E139007EB5F3; 
     1037                }; 
     1038                A5D2C76D0822E140007EB5F3 = { 
     1039                        buildActionMask = 2147483647; 
     1040                        files = ( 
     1041                        ); 
     1042                        inputPaths = ( 
     1043                        ); 
     1044                        isa = PBXShellScriptBuildPhase; 
     1045                        outputPaths = ( 
     1046                        ); 
     1047                        runOnlyForDeploymentPostprocessing = 0; 
     1048                        shellPath = /bin/sh; 
     1049                        shellScript = "#!/bin/sh\n\nmkdir -p \"$BUILT_PRODUCTS_DIR/CPU Monitor/\"\ncp -rp \"$BUILT_PRODUCTS_DIR/CPU Monitor.app\" \"$BUILT_PRODUCTS_DIR/CPU Monitor/\"\nsh makedmg.sh \"$BUILT_PRODUCTS_DIR/CPU Monitor\" ~/Desktop\n\nexit 0"; 
     1050                }; 
     1051                A5D2C7940822E609007EB5F3 = { 
     1052                        buildActionMask = 2147483647; 
     1053                        files = ( 
     1054                        ); 
     1055                        inputPaths = ( 
     1056                        ); 
     1057                        isa = PBXShellScriptBuildPhase; 
     1058                        outputPaths = ( 
     1059                        ); 
     1060                        runOnlyForDeploymentPostprocessing = 0; 
     1061                        shellPath = /bin/sh; 
     1062                        shellScript = "#!/bin/sh\n\nsh localize.sh .\n\nexit 0"; 
     1063                }; 
     1064                A5D2C7950822E609007EB5F3 = { 
     1065                        buildPhases = ( 
     1066                                A5D2C7940822E609007EB5F3, 
     1067                        ); 
     1068                        buildSettings = { 
     1069                                OPTIMIZATION_CFLAGS = ""; 
     1070                                OTHER_CFLAGS = ""; 
     1071                                OTHER_LDFLAGS = ""; 
     1072                                OTHER_REZFLAGS = ""; 
     1073                                PRODUCT_NAME = Localize; 
     1074                                SECTORDER_FLAGS = ""; 
     1075                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; 
     1076                        }; 
     1077                        dependencies = ( 
     1078                        ); 
     1079                        isa = PBXAggregateTarget; 
     1080                        name = Localize; 
     1081                        productName = Localize; 
     1082                }; 
    9901083        }; 
    9911084        rootObject = 29B97313FDCFA39411CA2CEA; 
  • CPUMonitor/trunk/English.lproj/InfoPlist.strings

    r2705 r2708  
    11/* Localized versions of Info.plist keys */ 
    22CFBundleName = "CPU Monitor"; 
     3CFBundleShortVersionString = "1.0"; 
     4CFBundleGetInfoString = "1.0, Copyright © 2005 Zanka Software."; 
    35NSHumanReadableCopyright = "Copyright © 2005 Zanka Software.";