Ignore:
Timestamp:
02/10/08 04:47:50 (16 years ago)
Author:
Nicholas Riley
Message:

TestParser.m: Define ICCF_ErrString to permit linking; log
exceptions; print only if parsing fails.

ICeCoffEE.xcodeproj: Update to Xcode 2.4 format (with Xcode 3.0); make
TestParser compile.

English.lproj/APEInfo.rtfd: Update release notes.

English.lproj/Localizable.strings: Fix a reference to the "APE
Manager" preference pane.

File:
1 edited

Legend:

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

    r322 r373  
    3939                E14E2B340C2CBFB200AC18D0 /* TestParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E14E2B330C2CBFB200AC18D0 /* TestParser.m */; };
    4040                E14E2C3F0C2CCBEF00AC18D0 /* ICeCoffEEShared.m in Sources */ = {isa = PBXBuildFile; fileRef = E182C8F603DE817F00050002 /* ICeCoffEEShared.m */; };
    41                 E14E2C590C2CCC1900AC18D0 /* ICeCoffEETrigger.m in Sources */ = {isa = PBXBuildFile; fileRef = E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */; };
    42                 E14E2C600C2CCC4C00AC18D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E19EB50303DD36E600050002 /* Foundation.framework */; };
    4341                E14E2D540C2CD1A000AC18D0 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E14E2D3E0C2CD1A000AC18D0 /* ApplicationServices.framework */; };
    4442                E170DFDF0835D6F400B484AC /* ICeCoffEETrigger.h in Headers */ = {isa = PBXBuildFile; fileRef = E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */; };
     
    10098                E1ABAEDB0812F4B2007C5427 /* UICookieMonster.m in Sources */ = {isa = PBXBuildFile; fileRef = E19EB4FA03DD35A700050002 /* UICookieMonster.m */; };
    10199                E1ABAEDC0812F4B2007C5427 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E19EB4FB03DD35A700050002 /* main.m */; };
    102                 E1ABAEDE0812F4B2007C5427 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E19EB50303DD36E600050002 /* Foundation.framework */; };
    103100                E1ABAEF90812F4B3007C5427 /* APEManagerPrefPane.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */; };
    104101                E1C30BC50C236E7400EAE48A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
     
    231228                E19EB4FB03DD35A700050002 /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ICFindFilesToRemove/main.m; sourceTree = "<group>"; };
    232229                E19EB4FC03DD35A700050002 /* UICookieMonster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UICookieMonster.h; path = ICFindFilesToRemove/UICookieMonster.h; sourceTree = "<group>"; };
    233                 E19EB50303DD36E600050002 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    234230                E1ABAEB80812F4B2007C5427 /* Info-APE Module.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Info-APE Module.plist"; sourceTree = "<group>"; };
    235231                E1ABAEB90812F4B2007C5427 /* ICeCoffEE.ape */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ICeCoffEE.ape; sourceTree = BUILT_PRODUCTS_DIR; };
     
    245241                E1BF15A403DBAA5600050002 /* KillPrefpanesCache.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = KillPrefpanesCache.sh; sourceTree = "<group>"; };
    246242                E1BF15A503DBAA5600050002 /* ui.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = ui.plist; sourceTree = "<group>"; };
    247                 E1BF15BD03DBBD3E00050002 /* package-ICeCoffEE.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; name = "package-ICeCoffEE.sh"; path = "/Users/nicholas/Documents/Development/ICeCoffEE/package-ICeCoffEE.sh"; sourceTree = "<absolute>"; };
     243                E1BF15BD03DBBD3E00050002 /* package-ICeCoffEE.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; name = "package-ICeCoffEE.sh"; path = "../package-ICeCoffEE.sh"; sourceTree = SOURCE_ROOT; };
    248244                E1BF166A03DBE27000050002 /* ICeCoffEEWebKit.m */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEWebKit.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
    249245                E1BF166B03DBE27000050002 /* ICeCoffEEWebKitSuper.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEWebKitSuper.h; sourceTree = "<group>"; };
     
    277273                        buildActionMask = 2147483647;
    278274                        files = (
    279                                 E14E2C600C2CCC4C00AC18D0 /* Foundation.framework in Frameworks */,
    280275                                E14E2D540C2CD1A000AC18D0 /* ApplicationServices.framework in Frameworks */,
    281276                        );
     
    308303                        buildActionMask = 2147483647;
    309304                        files = (
    310                                 E1ABAEDE0812F4B2007C5427 /* Foundation.framework in Frameworks */,
    311305                        );
    312306                        runOnlyForDeploymentPostprocessing = 0;
     
    388382                                F574113202F45276011A08DB /* Cocoa.framework */,
    389383                                F5D3F9FC0305A40D01FE0BDE /* ApplicationEnhancer.framework */,
    390                                 E19EB50303DD36E600050002 /* Foundation.framework */,
    391384                                E14E2D3E0C2CD1A000AC18D0 /* ApplicationServices.framework */,
    392385                        );
     
    659652                        isa = PBXProject;
    660653                        buildConfigurationList = E1E685BC0A044B330072E0C9 /* Build configuration list for PBXProject "ICeCoffEE" */;
     654                        compatibilityVersion = "Xcode 2.4";
    661655                        hasScannedForEncodings = 1;
    662656                        knownPlatforms = (
     
    678672                        mainGroup = 29B97314FDCFA39411CA2CEA /* PatchTest */;
    679673                        projectDirPath = "";
     674                        projectRoot = "";
    680675                        targets = (
    681676                                E1ABAE8D0812F4B2007C5427 /* APE Module */,
     
    750745                        buildActionMask = 2147483647;
    751746                        files = (
     747                                E14E2B340C2CBFB200AC18D0 /* TestParser.m in Sources */,
    752748                                E14E2B270C2CBF3400AC18D0 /* ICeCoffEEParser.m in Sources */,
    753                                 E14E2B340C2CBFB200AC18D0 /* TestParser.m in Sources */,
    754749                                E14E2C3F0C2CCBEF00AC18D0 /* ICeCoffEEShared.m in Sources */,
    755                                 E14E2C590C2CCC1900AC18D0 /* ICeCoffEETrigger.m in Sources */,
    756750                        );
    757751                        runOnlyForDeploymentPostprocessing = 0;
     
    10991093                                );
    11001094                                GCC_C_LANGUAGE_STANDARD = c99;
    1101                                 GCC_VERSION_ppc = 3.3;
    1102                                 MACOSX_DEPLOYMENT_TARGET = 10.3;
     1095                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    11031096                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    11041097                                ZERO_LINK = NO;
     
    11151108                                );
    11161109                                GCC_C_LANGUAGE_STANDARD = c99;
    1117                                 GCC_VERSION_ppc = 3.3;
    1118                                 MACOSX_DEPLOYMENT_TARGET = 10.3;
     1110                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    11191111                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    11201112                                ZERO_LINK = NO;
Note: See TracChangeset for help on using the changeset viewer.