Ignore:
Timestamp:
11/13/09 21:53:16 (14 years ago)
Author:
Nicholas Riley
Message:

Use Cocoa instead of CPS to show all/hide other applications.

File:
1 edited

Legend:

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

    r352 r592  
    88
    99/* Begin PBXBuildFile section */
    10                 E1607EFD0AF3700B001EAB72 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
     10                E1607EFD0AF3700B001EAB72 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.m */; settings = {ATTRIBUTES = (); }; };
    1111                E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */; };
     12                E1E0321E10AE0A7D00C8C3B6 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */; };
    1213/* End PBXBuildFile section */
    1314
    1415/* Begin PBXFileReference section */
    15                 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
     16                08FB7796FE84155DC02AAC07 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    1617                C6859E970290921104C91782 /* appswitch.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = appswitch.1; sourceTree = "<group>"; };
    1718                E1607F080AF3700B001EAB72 /* appswitch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = appswitch; sourceTree = BUILT_PRODUCTS_DIR; };
    1819                E16C83CC03F7AF7B00050002 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
    19                 E1A0BD3203EFAD9E00050001 /* CPS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CPS.h; sourceTree = "<group>"; };
    2020                E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
     21                E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
    2122/* End PBXFileReference section */
    2223
     
    2728                        files = (
    2829                                E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */,
     30                                E1E0321E10AE0A7D00C8C3B6 /* AppKit.framework in Frameworks */,
    2931                        );
    3032                        runOnlyForDeploymentPostprocessing = 0;
     
    4749                        isa = PBXGroup;
    4850                        children = (
    49                                 08FB7796FE84155DC02AAC07 /* main.c */,
    50                                 E1A0BD3203EFAD9E00050001 /* CPS.h */,
     51                                08FB7796FE84155DC02AAC07 /* main.m */,
    5152                        );
    5253                        name = Source;
     
    5758                        children = (
    5859                                E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */,
     60                                E1E0321D10AE0A7D00C8C3B6 /* AppKit.framework */,
    5961                        );
    6062                        name = "External Frameworks and Libraries";
     
    120122                        buildActionMask = 2147483647;
    121123                        files = (
    122                                 E1607EFD0AF3700B001EAB72 /* main.c in Sources */,
     124                                E1607EFD0AF3700B001EAB72 /* main.m in Sources */,
    123125                        );
    124126                        runOnlyForDeploymentPostprocessing = 0;
     
    130132                        isa = XCBuildConfiguration;
    131133                        buildSettings = {
     134                                GCC_VERSION = 4.0;
    132135                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    133136                        };
     
    141144                                        i386,
    142145                                );
     146                                GCC_VERSION = 4.0;
    143147                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    144148                        };
Note: See TracChangeset for help on using the changeset viewer.