Ticket #1099: firefoxsupport.diff
| File firefoxsupport.diff, 2.4 kB (added by wengero, 3 years ago) |
|---|
-
Other/XtrasCreator/XtrasCreator.xcodeproj/project.pbxproj
old new 134 134 63D96245091616FD0041DF83 /* NSString+CarbonFSSpecCreation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "NSString+CarbonFSSpecCreation.h"; sourceTree = "<group>"; }; 135 135 63D96246091616FD0041DF83 /* NSString+CarbonFSSpecCreation.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "NSString+CarbonFSSpecCreation.m"; sourceTree = "<group>"; }; 136 136 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 137 8D15AC370486D014006FF6A4 /* XtrasCreator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XtrasCreator.app; sourceTree = BUILT_PRODUCTS_DIR; };137 8D15AC370486D014006FF6A4 /* XtrasCreator.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = XtrasCreator.app; sourceTree = BUILT_PRODUCTS_DIR; }; 138 138 /* End PBXFileReference section */ 139 139 140 140 /* Begin PBXFrameworksBuildPhase section */ -
Source/ESSafariLinkToolbarItemPlugin.m
old new 53 53 defaultBrowserName = [[NSFileManager defaultManager] displayNameAtPath:defaultBrowserPath]; 54 54 55 55 //Is the default browser supported? 56 //XXX FireFox should be supportable, but I can't get the script to work -eds 57 NSEnumerator *enumerator = [[NSArray arrayWithObjects:@"Safari",/*@"Firefox",*/@"Omniweb",@"Camino",@"NetNewsWire",nil] objectEnumerator]; 56 NSEnumerator *enumerator = [[NSArray arrayWithObjects:@"Safari",@"Firefox",@"Omniweb",@"Camino",@"NetNewsWire",nil] objectEnumerator]; 58 57 NSString *aSupportedBrowser; 59 58 60 59 while ((aSupportedBrowser = [enumerator nextObject])) {