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

ICeCoffEEAction.c: Replace undocumented _LSCopyApplicationURLsForItemURL
with LSCopyApplicationURLsForURL, which was introduced in 10.3.

ICFindFilesToRemove/UICookieMonster.m: Fix some minor bugs revealed by
new compiler warnings in Apple's GCC 4.0.

ICeCoffEETextEdit.c: Pass an unsigned long instead of a SInt32 to
Delay(), as intended (another GCC 4.0 nit-pick).

English.lproj/InfoPlist.strings: Update version number.

ICeCoffEEShared.h: Enable debugging.

ICeCoffEE APE.xcode: Changes for Xcode 2.0.

ICeCoffEE.m: Casts to satisfy GCC 4.0.

APEMain.m: Fix CFStringCompare third argument: options, not a pointer.
Yet another dumb coding mistake pointed out courtesy of GCC 4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE APE.xcode/project.pbxproj

    r169 r181  
    5757                29B97313FDCFA39411CA2CEA = {
    5858                        buildSettings = {
    59                                 MACOSX_DEPLOYMENT_TARGET = 10.2;
    60                                 SDKROOT = /Developer/SDKs/MacOSX10.2.7.sdk;
     59                                MACOSX_DEPLOYMENT_TARGET = 10.3;
     60                                SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;
    6161                        };
    6262                        buildStyles = (
Note: See TracChangeset for help on using the changeset viewer.