Ignore:
Timestamp:
04/19/04 02:40:59 (20 years ago)
Author:
Nicholas Riley
Message:

appswitch.1: Updated for appswitch 1.0.1.

appswitch.xcode: Converted to Xcode project from PBX project; still
using legacy target for now.

main.c: Updated copyright date. Fixed memory leak and bogus return
value in bundleIdentifierForApplication. Fixed a caller to properly
release then bundle identifier when it's finished with it.

README: Updated for appswitch 1.0.1. Summarize changes.

Location:
trunk/appswitch/appswitch/appswitch.xcode
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/appswitch/appswitch/appswitch.xcode/project.pbxproj

    r92 r156  
    44        classes = {
    55        };
    6         objectVersion = 38;
     6        objectVersion = 39;
    77        objects = {
    88                014CEA490018CE3211CA2923 = {
     
    1111                        buildSettings = {
    1212                                COPY_PHASE_STRIP = NO;
     13                                GCC_DYNAMIC_NO_PIC = NO;
     14                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
     15                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
     16                                GCC_OPTIMIZATION_LEVEL = 0;
    1317                                OPTIMIZATION_CFLAGS = "-O0";
     18                                ZERO_LINK = YES;
    1419                        };
    1520                        isa = PBXBuildStyle;
     
    2126                        buildSettings = {
    2227                                COPY_PHASE_STRIP = YES;
     28                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
     29                                ZERO_LINK = NO;
    2330                        };
    2431                        isa = PBXBuildStyle;
     
    3643//034
    3744                034768E2FF38A6DC11DB9C8B = {
     45                        explicitFileType = "compiled.mach-o.executable";
     46                        fallbackIsa = PBXFileReference;
    3847                        isa = PBXExecutableFileReference;
    3948                        path = appswitch;
    4049                        refType = 3;
     50                        sourceTree = BUILT_PRODUCTS_DIR;
    4151                };
    4252//030
     
    5161//084
    5262                08FB7793FE84155DC02AAC07 = {
     63                        buildSettings = {
     64                        };
    5365                        buildStyles = (
    5466                                014CEA490018CE3211CA2923,
     
    7385                        name = appswitch;
    7486                        refType = 4;
     87                        sourceTree = "<group>";
    7588                };
    7689                08FB7795FE84155DC02AAC07 = {
     
    8295                        name = Source;
    8396                        refType = 4;
     97                        sourceTree = "<group>";
    8498                };
    8599                08FB7796FE84155DC02AAC07 = {
    86100                        fileEncoding = 4;
     101                        indentWidth = 4;
    87102                        isa = PBXFileReference;
     103                        lastKnownFileType = sourcecode.c.c;
    88104                        path = main.c;
    89105                        refType = 4;
     106                        sourceTree = "<group>";
     107                        tabWidth = 8;
     108                        usesTabs = 0;
    90109                };
    91110                08FB779DFE84155DC02AAC07 = {
     
    96115                        name = "External Frameworks and Libraries";
    97116                        refType = 4;
     117                        sourceTree = "<group>";
    98118                };
    99119                08FB779FFE84155DC02AAC07 = {
     
    182202                        name = Products;
    183203                        refType = 4;
     204                        sourceTree = "<group>";
    184205                };
    185206//190
     
    201222                        name = Documentation;
    202223                        refType = 4;
     224                        sourceTree = "<group>";
    203225                };
    204226                C6859E970290921104C91782 = {
    205227                        isa = PBXFileReference;
     228                        lastKnownFileType = text.man;
    206229                        path = appswitch.1;
    207230                        refType = 4;
     231                        sourceTree = "<group>";
    208232                };
    209233                C6859E980290922304C91782 = {
     
    237261                        fileEncoding = 4;
    238262                        isa = PBXFileReference;
     263                        lastKnownFileType = text;
    239264                        path = README;
    240265                        refType = 4;
     266                        sourceTree = "<group>";
    241267                };
    242268                E16C83CD03F7AF7B00050002 = {
     
    249275                        fileEncoding = 30;
    250276                        isa = PBXFileReference;
     277                        lastKnownFileType = sourcecode.c.h;
    251278                        path = CPS.h;
    252279                        refType = 4;
     280                        sourceTree = "<group>";
    253281                };
    254282                E1A0BD3303EFAD9E00050001 = {
     
    259287                };
    260288                E1A0BD4C03EFB64400050001 = {
     289                        fallbackIsa = PBXFileReference;
    261290                        isa = PBXFrameworkReference;
     291                        lastKnownFileType = wrapper.framework;
    262292                        name = ApplicationServices.framework;
    263293                        path = /System/Library/Frameworks/ApplicationServices.framework;
    264294                        refType = 0;
     295                        sourceTree = "<absolute>";
    265296                };
    266297                E1A0BD4D03EFB64400050001 = {
Note: See TracChangeset for help on using the changeset viewer.