Ignore:
Timestamp:
07/21/06 20:01:32 (18 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE.m: Strip intra-URL whitespace, not just leading and trailing.

ICeCoffEE.ldb: More localization changes.

ICeCoffEE.xcodeproj: Copy Smart Crash Reports, its Unsanity Installer
plugin, and the German-localized Select Services nib (oops).

And nuke some .DS_Stores for good measure.

File:
1 edited

Legend:

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

    r264 r272  
    9696                E1ABAEDE0812F4B2007C5427 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E19EB50303DD36E600050002 /* Foundation.framework */; };
    9797                E1ABAEF90812F4B3007C5427 /* APEManagerPrefPane.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1ABAED50812F4B2007C5427 /* APEManagerPrefPane.plugin */; };
     98                E1F84A480A7165B800D1FBA1 /* UI_SCRInstall.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */; };
     99                E1F84A6D0A7165D400D1FBA1 /* Smart Crash Reports in CopyFiles */ = {isa = PBXBuildFile; fileRef = E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */; };
    98100/* End PBXBuildFile section */
    99101
     
    149151                        dstSubfolderSpec = 16;
    150152                        files = (
     153                                E1F84A480A7165B800D1FBA1 /* UI_SCRInstall.plugin in CopyFiles */,
     154                                E1F84A6D0A7165D400D1FBA1 /* Smart Crash Reports in CopyFiles */,
    151155                                E120DF1608141DBD00BF8DDC /* KillPrefpanesCache.sh in CopyFiles */,
    152156                                E120DF1908141DBD00BF8DDC /* ui.plist in CopyFiles */,
     
    171175                E11854F703F2709E00050002 /* CPS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CPS.h; sourceTree = "<group>"; };
    172176                E120DF0C08141D5100BF8DDC /* ICeCoffEE Installer.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; name = "ICeCoffEE Installer.app"; path = "Installer components/ICeCoffEE Installer.app"; sourceTree = "<group>"; };
     177                E1240CA10A7150E400886FB4 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = "German.lproj/Select services.nib"; sourceTree = "<group>"; };
    173178                E128636008381A34009C048B /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = French; path = French.lproj/APEInfo.rtfd; sourceTree = "<group>"; };
    174179                E128636B08381AB5009C048B /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = "French.lproj/APE Manager plugin.nib"; sourceTree = "<group>"; };
     
    239244                E1CBC99803E7602700050002 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
    240245                E1F6E3AC040BCC5700050002 /* Japanese */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; };
     246                E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = UI_SCRInstall.plugin; sourceTree = "<group>"; };
     247                E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Smart Crash Reports"; sourceTree = "<group>"; };
    241248                F56276B903796C8B01AA4DA5 /* CFPreferencesWrapper.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CFPreferencesWrapper.h; sourceTree = "<group>"; };
    242249                F56276BA03796C8B01AA4DA5 /* CFPreferencesWrapper.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CFPreferencesWrapper.m; sourceTree = "<group>"; };
     
    469476                        isa = PBXGroup;
    470477                        children = (
     478                                E1F84A360A7165B800D1FBA1 /* UI_SCRInstall.plugin */,
     479                                E1F84A490A7165D400D1FBA1 /* Smart Crash Reports */,
    471480                                E1BF15A403DBAA5600050002 /* KillPrefpanesCache.sh */,
    472481                                E1BF15A503DBAA5600050002 /* ui.plist */,
     
    770779                        children = (
    771780                                E12FEC6204959FB800AEFBF9 /* Select services.nib */,
     781                                E1240CA10A7150E400886FB4 /* German */,
    772782                        );
    773783                        name = "Select services.nib";
Note: See TracChangeset for help on using the changeset viewer.