Ignore:
Timestamp:
11/05/07 10:05:50 (16 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.1d2.

CPS.h: Remove unused definitions. typedef ProcessSerialNumber CPSProcessSerNum to eliminate warnings.

main.c: Updated for 1.1d2. Remove getInfoCString because it depends on undocumented C behavior that broke in Leopard; replace with ugly CFString code because CFStringCreateWithFormat is stupid. Add Radar references.

README: Updated for 1.1d2 and new compiler. Add Radar references.

File:
1 edited

Legend:

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

    r307 r345  
    3232                08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    3333                C6859E970290921104C91782 /* appswitch.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = appswitch.1; sourceTree = "<group>"; };
    34                 E1607F080AF3700B001EAB72 /* appswitch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = appswitch; sourceTree = BUILT_PRODUCTS_DIR; };
     34                E1607F080AF3700B001EAB72 /* appswitch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = appswitch; sourceTree = BUILT_PRODUCTS_DIR; };
    3535                E16C83CC03F7AF7B00050002 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
    3636                E1A0BD3203EFAD9E00050001 /* CPS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CPS.h; sourceTree = "<group>"; };
     
    135135                        isa = PBXProject;
    136136                        buildConfigurationList = E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */;
     137                        compatibilityVersion = "Xcode 2.4";
    137138                        hasScannedForEncodings = 1;
    138139                        mainGroup = 08FB7794FE84155DC02AAC07 /* appswitch */;
    139140                        projectDirPath = "";
     141                        projectRoot = "";
    140142                        targets = (
    141143                                E1607EF90AF3700B001EAB72 /* appswitch */,
     
    167169/* Begin XCBuildConfiguration section */
    168170                E1607EF00AF36FB6001EAB72 /* Development */ = {
     171                        isa = XCBuildConfiguration;
     172                        buildSettings = {
     173                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
     174                        };
     175                        name = Development;
     176                };
     177                E1607EF10AF36FB6001EAB72 /* Deployment */ = {
    169178                        isa = XCBuildConfiguration;
    170179                        buildSettings = {
     
    173182                                        i386,
    174183                                );
    175                         };
    176                         name = Development;
    177                 };
    178                 E1607EF10AF36FB6001EAB72 /* Deployment */ = {
    179                         isa = XCBuildConfiguration;
    180                         buildSettings = {
    181                                 ARCHS = (
    182                                         ppc,
    183                                         i386,
    184                                 );
     184                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    185185                        };
    186186                        name = Deployment;
    187                 };
    188                 E1607EF20AF36FB6001EAB72 /* Default */ = {
    189                         isa = XCBuildConfiguration;
    190                         buildSettings = {
    191                                 ARCHS = (
    192                                         ppc,
    193                                         i386,
    194                                 );
    195                         };
    196                         name = Default;
    197187                };
    198188                E1607F050AF3700B001EAB72 /* Development */ = {
     
    232222                        name = Deployment;
    233223                };
    234                 E1607F070AF3700B001EAB72 /* Default */ = {
    235                         isa = XCBuildConfiguration;
    236                         buildSettings = {
    237                                 INSTALL_PATH = "$(HOME)/bin";
    238                                 MACOSX_DEPLOYMENT_TARGET = 10.3;
    239                                 PRODUCT_NAME = appswitch;
    240                                 WARNING_CFLAGS = (
    241                                         "-Wmost",
    242                                         "-Wno-four-char-constants",
    243                                         "-Wno-unknown-pragmas",
    244                                 );
    245                         };
    246                         name = Default;
    247                 };
    248224/* End XCBuildConfiguration section */
    249225
     
    254230                                E1607EF00AF36FB6001EAB72 /* Development */,
    255231                                E1607EF10AF36FB6001EAB72 /* Deployment */,
    256                                 E1607EF20AF36FB6001EAB72 /* Default */,
    257232                        );
    258233                        defaultConfigurationIsVisible = 0;
    259                         defaultConfigurationName = Default;
     234                        defaultConfigurationName = Deployment;
    260235                };
    261236                E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */ = {
     
    264239                                E1607F050AF3700B001EAB72 /* Development */,
    265240                                E1607F060AF3700B001EAB72 /* Deployment */,
    266                                 E1607F070AF3700B001EAB72 /* Default */,
    267241                        );
    268242                        defaultConfigurationIsVisible = 0;
    269                         defaultConfigurationName = Default;
     243                        defaultConfigurationName = Deployment;
    270244                };
    271245/* End XCConfigurationList section */
Note: See TracChangeset for help on using the changeset viewer.