Changeset 3234

Show
Ignore:
Timestamp:
05/25/06 20:38:55 (2 years ago)
Author:
timothy
Message:

Build fix.

Files:

Legend:

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

    r3219 r3234  
    300300/* End PBXBuildFile section */ 
    301301 
    302 /* Begin PBXBuildStyle section */ 
    303                 014CEA420018CDE011CA2923 /* Development */ = { 
    304                         isa = PBXBuildStyle; 
    305                         buildSettings = { 
    306                                 GCC_ENABLE_FIX_AND_CONTINUE = YES; 
    307                                 GCC_OPTIMIZATION_LEVEL = 0; 
    308                                 OTHER_CFLAGS = ( 
    309                                         "\U0001-DDEBUG", 
    310                                         "-fconstant-cfstrings", 
    311                                         "-falign-loops=16", 
    312                                 ); 
    313                                 PREBINDING = NO; 
    314                                 ZERO_LINK = YES; 
    315                         }; 
    316                         name = Development; 
    317                 }; 
    318                 F52BA31C037C62E801A35792 /* Deployment */ = { 
    319                         isa = PBXBuildStyle; 
    320                         buildSettings = { 
    321                         }; 
    322                         name = Deployment; 
    323                 }; 
    324 /* End PBXBuildStyle section */ 
    325  
    326302/* Begin PBXContainerItemProxy section */ 
    327303                0A6571A808687EF9001FF007 /* PBXContainerItemProxy */ = { 
     
    467443                0AA811220826DB8800A3BF2D /* default.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = default.js; path = Resources/default.js; sourceTree = "<group>"; }; 
    468444                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
     445                1C018BF90A26930500C18024 /* Basic.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Basic.pch; sourceTree = "<group>"; }; 
    469446                1C04394607CAFC7D00304949 /* AppleScript Support.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AppleScript Support.xcodeproj"; path = "Plug-Ins/AppleScript Support/AppleScript Support.xcodeproj"; sourceTree = "<group>"; }; 
    470447                1C05F4550828727D006FCB72 /* markDisplay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = markDisplay.png; path = Resources/markDisplay.png; sourceTree = "<group>"; }; 
     
    650627                1CABFD0C0658629200801C15 /* JVStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVStyle.h; path = Models/JVStyle.h; sourceTree = "<group>"; }; 
    651628                1CABFD0D0658629200801C15 /* JVStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVStyle.m; path = Models/JVStyle.m; sourceTree = "<group>"; }; 
    652                 1CB2CD8C052DDC570094AAA4 /* Colloquy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Colloquy.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
     629                1CB2CD8C052DDC570094AAA4 /* Colloquy.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Colloquy.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    653630                1CB3716F060CC7E200F6A81F /* KABubbleWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = KABubbleWindowController.h; path = Controllers/KABubbleWindowController.h; sourceTree = "<group>"; }; 
    654631                1CB37170060CC7E200F6A81F /* KABubbleWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = KABubbleWindowController.m; path = Controllers/KABubbleWindowController.m; sourceTree = "<group>"; }; 
     
    15621539                                F50B0AA20170CAD701A84BDE /* main.m */, 
    15631540                                1CF6511406EA22480073DEA8 /* Colloquy.pch */, 
     1541                                1C018BF90A26930500C18024 /* Basic.pch */, 
    15641542                                1C6A112906BC0C9E00A66340 /* NSAttributedStringMoreAdditions.m */, 
    15651543                                1C6A112806BC0C9E00A66340 /* NSAttributedStringMoreAdditions.h */, 
     
    18181796                        buildRules = ( 
    18191797                        ); 
    1820                         buildSettings = { 
    1821                                 COPY_PHASE_STRIP = NO; 
    1822                                 DEPLOYMENT_POSTPROCESSING = YES; 
    1823                                 GCC_CW_ASM_SYNTAX = NO; 
    1824                                 GCC_ENABLE_CPP_EXCEPTIONS = NO; 
    1825                                 GCC_ENABLE_CPP_RTTI = NO; 
    1826                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    1827                                 GCC_ENABLE_PASCAL_STRINGS = NO; 
    1828                                 GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    1829                                 GCC_PREFIX_HEADER = "Plug-Ins/Standard Commands/Standard Commands.pch"; 
    1830                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; 
    1831                                 HEADER_SEARCH_PATHS = ( 
    1832                                         ., 
    1833                                         "Plug-Ins/Standard Commands", 
    1834                                 ); 
    1835                                 INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    1836                                 LIBRARY_STYLE = BUNDLE; 
    1837                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    1838                                 OTHER_CFLAGS = ( 
    1839                                         "-fconstant-cfstrings", 
    1840                                         "-falign-loops=16", 
    1841                                 ); 
    1842                                 OTHER_LDFLAGS = ( 
    1843                                         "-undefined", 
    1844                                         dynamic_lookup, 
    1845                                 ); 
    1846                                 PRODUCT_NAME = "Standard Commands"; 
    1847                                 UNSTRIPPED_PRODUCT = YES; 
    1848                                 WRAPPER_EXTENSION = plugin; 
    1849                         }; 
    18501798                        dependencies = ( 
    18511799                        ); 
     
    18671815                        buildRules = ( 
    18681816                        ); 
    1869                         buildSettings = { 
    1870                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    1871                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    1872                                 GCC_MODEL_TUNING = G5; 
    1873                                 GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    1874                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Cocoa.framework/Headers/Cocoa.h"; 
    1875                                 INFOPLIST_FILE = "Colloquy Tests-Info.plist"; 
    1876                                 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 
    1877                                 OTHER_LDFLAGS = ( 
    1878                                         "-framework", 
    1879                                         Cocoa, 
    1880                                         "-framework", 
    1881                                         SenTestingKit, 
    1882                                 ); 
    1883                                 PREBINDING = NO; 
    1884                                 PRODUCT_NAME = "Colloquy Tests"; 
    1885                                 WRAPPER_EXTENSION = octest; 
    1886                                 ZERO_LINK = NO; 
    1887                         }; 
    18881817                        dependencies = ( 
    18891818                                1C59A9A409FDF148000682B8 /* PBXTargetDependency */, 
     
    18921821                        productName = "Colloquy Tests"; 
    18931822                        productReference = 1C7A60B709FDE8560029AC64 /* Colloquy Tests.octest */; 
    1894                         productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> 
    1895 <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"> 
    1896 <plist version=\"1.0\"> 
    1897 <dict> 
    1898         <key>CFBundleDevelopmentRegion</key> 
    1899         <string>English</string> 
    1900         <key>CFBundleExecutable</key> 
    1901         <string>${EXECUTABLE_NAME}</string> 
    1902         <key>CFBundleIdentifier</key> 
    1903         <string>com.yourcompany.Colloquy Tests</string> 
    1904         <key>CFBundleInfoDictionaryVersion</key> 
    1905         <string>6.0</string> 
    1906         <key>CFBundlePackageType</key> 
    1907         <string>BNDL</string> 
    1908         <key>CFBundleSignature</key> 
    1909         <string>????</string> 
    1910         <key>CFBundleVersion</key> 
    1911         <string>1.0</string> 
    1912 </dict> 
    1913 </plist> 
    1914 "; 
    19151823                        productType = "com.apple.product-type.bundle"; 
    19161824                }; 
     
    19321840                        buildRules = ( 
    19331841                        ); 
    1934                         buildSettings = { 
    1935                                 COPY_PHASE_STRIP = NO; 
    1936                                 DEPLOYMENT_POSTPROCESSING = YES; 
    1937                                 FRAMEWORK_SEARCH_PATHS = ( 
    1938                                         "$(HOME)/Library/Frameworks", 
    1939                                         "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", 
    1940                                         Frameworks, 
    1941                                         build, 
    1942                                 ); 
    1943                                 GCC_CW_ASM_SYNTAX = NO; 
    1944                                 GCC_ENABLE_CPP_EXCEPTIONS = NO; 
    1945                                 GCC_ENABLE_CPP_RTTI = NO; 
    1946                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    1947                                 GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    1948                                 GCC_PREFIX_HEADER = Colloquy.pch; 
    1949                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; 
    1950                                 HEADER_SEARCH_PATHS = /usr/include/libxml2; 
    1951                                 INFOPLIST_FILE = Resources/Info.plist; 
    1952                                 LIBRARY_STYLE = DYNAMIC; 
    1953                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    1954                                 OTHER_CFLAGS = ( 
    1955                                         "-fconstant-cfstrings", 
    1956                                         "-falign-loops=16", 
    1957                                 ); 
    1958                                 OTHER_LDFLAGS = ( 
    1959                                         "-lxml2", 
    1960                                         "-lxslt", 
    1961                                 ); 
    1962                                 PRODUCT_NAME = Colloquy; 
    1963                                 UNSTRIPPED_PRODUCT = YES; 
    1964                                 WRAPPER_EXTENSION = app; 
    1965                         }; 
    19661842                        dependencies = ( 
    19671843                                1CEEAB19095BD24100166A54 /* PBXTargetDependency */, 
     
    19871863                        buildRules = ( 
    19881864                        ); 
    1989                         buildSettings = { 
    1990                                 GCC_CW_ASM_SYNTAX = NO; 
    1991                                 GCC_ENABLE_CPP_EXCEPTIONS = NO; 
    1992                                 GCC_ENABLE_CPP_RTTI = NO; 
    1993                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    1994                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    1995                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; 
    1996                                 INFOPLIST_FILE = Importer/Info.plist; 
    1997                                 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 
    1998                                 LIBRARY_STYLE = BUNDLE; 
    1999                                 OTHER_CFLAGS = ( 
    2000                                         "-fconstant-cfstrings", 
    2001                                         "-falign-loops=16", 
    2002                                 ); 
    2003                                 OTHER_LDFLAGS = ( 
    2004                                         "-framework", 
    2005                                         Foundation, 
    2006                                 ); 
    2007                                 PRODUCT_NAME = Colloquy; 
    2008                                 WRAPPER_EXTENSION = mdimporter; 
    2009                         }; 
    20101865                        dependencies = ( 
    20111866                        ); 
     
    20131868                        productName = Importer; 
    20141869                        productReference = CBF685150820186F00F498FB /* Colloquy.mdimporter */; 
    2015                         productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> 
    2016 <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"> 
    2017 <plist version=\"1.0\"> 
    2018 <dict> 
    2019         <key>CFBundleDevelopmentRegion</key> 
    2020         <string>English</string> 
    2021         <key>CFBundleExecutable</key> 
    2022         <string>Importer</string> 
    2023         <key>CFBundleIdentifier</key> 
    2024         <string>com.yourcompany.Importer</string> 
    2025         <key>CFBundleInfoDictionaryVersion</key> 
    2026         <string>6.0</string> 
    2027         <key>CFBundlePackageType</key> 
    2028         <string>APPL</string> 
    2029         <key>CFBundleSignature</key> 
    2030         <string>????</string> 
    2031         <key>CFBundleVersion</key> 
    2032         <string>1.0</string> 
    2033 </dict> 
    2034 </plist> 
    2035 "; 
    20361870                        productType = "com.apple.product-type.bundle"; 
    20371871                }; 
     
    20421876                        isa = PBXProject; 
    20431877                        buildConfigurationList = 1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy" */; 
    2044                         buildSettings = { 
    2045                         }; 
    2046                         buildStyles = ( 
    2047                                 F52BA31C037C62E801A35792 /* Deployment */, 
    2048                                 014CEA420018CDE011CA2923 /* Development */, 
    2049                         ); 
    20501878                        hasScannedForEncodings = 1; 
    20511879                        knownRegions = ( 
     
    29792807                        isa = XCBuildConfiguration; 
    29802808                        buildSettings = { 
    2981                                 GCC_PREFIX_HEADER = "Plug-Ins/Standard Commands/Standard Commands.pch"
     2809                                GCC_PREFIX_HEADER = Basic.pch
    29822810                                INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    29832811                                OTHER_LDFLAGS = ( 
     
    29932821                        isa = XCBuildConfiguration; 
    29942822                        buildSettings = { 
    2995                                 GCC_PREFIX_HEADER = "Plug-Ins/Standard Commands/Standard Commands.pch"
     2823                                GCC_PREFIX_HEADER = Basic.pch
    29962824                                INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    29972825                                OTHER_LDFLAGS = ( 
     
    30852913                        isa = XCBuildConfiguration; 
    30862914                        buildSettings = { 
    3087                                 GCC_PREFIX_HEADER = "Plug-Ins/Standard Commands/Standard Commands.pch"
     2915                                GCC_PREFIX_HEADER = Basic.pch
    30882916                                INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    30892917                                OTHER_LDFLAGS = (