Adium

Changeset 24868

Show
Ignore:
Timestamp:
08/17/2008 09:47:44 PM (5 months ago)
Author:
rgov
Message:

Oops, I only edited the active configuration. Also, the Translator target had a product name of "LaTeX Plugin", which I assume is wrong.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Adium.xcodeproj/project.pbxproj

    r24867 r24868  
    82608260                        ); 
    82618261                        name = Translator; 
    8262                         productName = "Latex Plugin"; 
     8262                        productName = "Translator"; 
    82638263                        productReference = 3417D26109C332B900FC413E /* Translator.AdiumPlugin */; 
    82648264                        productType = "com.apple.product-type.bundle"; 
     
    85458545                        ); 
    85468546                        name = "LaTeX Plugin"; 
    8547                         productName = "Latex Plugin"; 
     8547                        productName = "LaTeX Plugin"; 
    85488548                        productReference = 349ECD2007C1BE2A0014623E /* LaTeX Plugin.AdiumPlugin */; 
    85498549                        productType = "com.apple.product-type.bundle"; 
     
    1238012380                        isa = XCBuildConfiguration; 
    1238112381                        buildSettings = { 
    12382                                 INFOPLIST_FILE = "Plists/Latex Plugin.plist"; 
     12382                                INFOPLIST_FILE = "Plists/LaTeX Plugin.plist"; 
    1238312383                                PRODUCT_NAME = "LaTeX Plugin"; 
    1238412384                                WRAPPER_EXTENSION = AdiumPlugin; 
     
    1239812398                        isa = XCBuildConfiguration; 
    1239912399                        buildSettings = { 
    12400                                 INFOPLIST_FILE = "Plists/Latex Plugin.plist"; 
    12401                                 PRODUCT_NAME = "Latex Plugin"; 
     12400                                INFOPLIST_FILE = "Plists/LaTeX Plugin.plist"; 
     12401                                PRODUCT_NAME = "LaTeX Plugin"; 
    1240212402                                WRAPPER_EXTENSION = AdiumPlugin; 
    1240312403                        };