Adium

Ticket #1099: firefoxsupport.diff

File firefoxsupport.diff, 2.4 kB (added by wengero, 3 years ago)
  • Other/XtrasCreator/XtrasCreator.xcodeproj/project.pbxproj

    old new  
    134134                63D96245091616FD0041DF83 /* NSString+CarbonFSSpecCreation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "NSString+CarbonFSSpecCreation.h"; sourceTree = "<group>"; }; 
    135135                63D96246091616FD0041DF83 /* NSString+CarbonFSSpecCreation.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "NSString+CarbonFSSpecCreation.m"; sourceTree = "<group>"; }; 
    136136                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; }; 
    138138/* End PBXFileReference section */ 
    139139 
    140140/* Begin PBXFrameworksBuildPhase section */ 
  • Source/ESSafariLinkToolbarItemPlugin.m

    old new  
    5353                defaultBrowserName = [[NSFileManager defaultManager] displayNameAtPath:defaultBrowserPath]; 
    5454 
    5555                //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]; 
    5857                NSString         *aSupportedBrowser; 
    5958 
    6059                while ((aSupportedBrowser = [enumerator nextObject])) {