Ignore:
Timestamp:
04/04/05 00:22:09 (19 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.0.1.

main.c: Updated copyright statement. Updated for 1.0.1. Added -U,
triggers OPTS.forceURLs. Added kLSMultipleSessionsNotSupportedErr,
nsvErr. Cleaned up string encoding handling; works much better now.
Split code into stringFromURLIsRemote, utf8StringFromCFStringRef, and
utf8StringFromOSType. Display "contents: zero items" instead of "0
items" in printMoreInfoForURL. Remove extraneous "./" at beginning of
displayed paths. Get versions of non-{applications, packages} and
info from nonbundled apps with CFBundleCopyInfoDictionaryForURL.
Replaced some error codes with numbers so we support building on 10.2
again.

launch.1: Updated for 1.0.1 and -U option.

README: Updated for 1.0.1. Fixed a paste-o in the uninstallation
instructions.

package-launch.sh: Use zsh explicitly. Build as deployment. Fix
permissions. Make tarball contents owned by root/wheel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/launch.pbproj/project.pbxproj

    r146 r166  
    77        objects = {
    88                014CEA490018CE3211CA2923 = {
    9                         buildRules = (
    10                         );
    119                        buildSettings = {
    1210                                COPY_PHASE_STRIP = NO;
     
    2220                };
    2321                014CEA4A0018CE3211CA2923 = {
    24                         buildRules = (
    25                         );
    2622                        buildSettings = {
    2723                                COPY_PHASE_STRIP = YES;
     
    4339//034
    4440                034768E2FF38A6DC11DB9C8B = {
    45                         expectedFileType = "compiled.mach-o.executable";
    46                         fallbackIsa = PBXFileReference;
    47                         isa = PBXExecutableFileReference;
     41                        explicitFileType = "compiled.mach-o.executable";
     42                        isa = PBXFileReference;
    4843                        path = launch;
    4944                        refType = 3;
     
    6257                08FB7793FE84155DC02AAC07 = {
    6358                        buildSettings = {
     59                                MACOSX_DEPLOYMENT_TARGET = 10.2;
     60                                SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
    6461                        };
    6562                        buildStyles = (
     
    9895                };
    9996                08FB7796FE84155DC02AAC07 = {
    100                         expectedFileType = sourcecode.c.c;
    10197                        fileEncoding = 30;
    10298                        isa = PBXFileReference;
     99                        lastKnownFileType = sourcecode.c.c;
    103100                        path = main.c;
    104101                        refType = 4;
    105102                        sourceTree = "<group>";
     103                        tabWidth = 8;
    106104                };
    107105                08FB779DFE84155DC02AAC07 = {
     
    197195//094
    198196                09AB6884FE841BABC02AAC07 = {
    199                         expectedFileType = wrapper.framework;
    200                         fallbackIsa = PBXFileReference;
    201                         isa = PBXFrameworkReference;
     197                        isa = PBXFileReference;
     198                        lastKnownFileType = wrapper.framework;
    202199                        name = CoreFoundation.framework;
    203200                        path = /System/Library/Frameworks/CoreFoundation.framework;
     
    241238//F54
    242239                F561F49F0139D7DD01AEEDB1 = {
    243                         expectedFileType = wrapper.framework;
    244                         fallbackIsa = PBXFileReference;
    245                         isa = PBXFrameworkReference;
     240                        isa = PBXFileReference;
     241                        lastKnownFileType = wrapper.framework;
    246242                        name = ApplicationServices.framework;
    247243                        path = /System/Library/Frameworks/ApplicationServices.framework;
     
    256252                };
    257253                F574340B01B8A47B01AEEDB1 = {
    258                         expectedFileType = text;
    259254                        fileEncoding = 30;
    260255                        isa = PBXFileReference;
     256                        lastKnownFileType = text;
    261257                        path = VERSION;
    262258                        refType = 4;
     
    264260                };
    265261                F579CF4B019A1C6D01AEEDB1 = {
    266                         expectedFileType = wrapper.framework;
    267                         fallbackIsa = PBXFileReference;
    268                         isa = PBXFrameworkReference;
     262                        isa = PBXFileReference;
     263                        lastKnownFileType = wrapper.framework;
    269264                        name = Security.framework;
    270265                        path = /System/Library/Frameworks/Security.framework;
     
    279274                };
    280275                F5C0CA9501B5740C01AEEDB1 = {
    281                         expectedFileType = text;
    282276                        fileEncoding = 30;
    283277                        isa = PBXFileReference;
     278                        lastKnownFileType = text;
    284279                        path = README;
    285280                        refType = 4;
     
    287282                };
    288283                F5E819BF0198DFF701AEEDB1 = {
    289                         expectedFileType = wrapper.framework;
    290                         fallbackIsa = PBXFileReference;
    291                         isa = PBXFrameworkReference;
     284                        isa = PBXFileReference;
     285                        lastKnownFileType = wrapper.framework;
    292286                        name = Carbon.framework;
    293287                        path = /System/Library/Frameworks/Carbon.framework;
Note: See TracChangeset for help on using the changeset viewer.