Changeset 24563
- Timestamp:
- 08/01/2008 02:14:49 PM (5 months ago)
- Files:
-
- trunk/Adium.xcodeproj/project.pbxproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Adium.xcodeproj/project.pbxproj
r24549 r24563 626 626 34B3245409BA00E700029361 /* ESIRCAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B3245209BA00E700029361 /* ESIRCAccount.m */; }; 627 627 34B3245A09BA00FB00029361 /* ESIRCService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B3245809BA00FB00029361 /* ESIRCService.m */; }; 628 34B3247A0CE4CCF400158D5F /* PurpleAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B324780CE4CCF400158D5F /* PurpleAccountViewController.h */; };628 34B3247A0CE4CCF400158D5F /* PurpleAccountViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B324780CE4CCF400158D5F /* PurpleAccountViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 629 629 34B3247B0CE4CCF400158D5F /* PurpleAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B324790CE4CCF400158D5F /* PurpleAccountViewController.m */; }; 630 630 34B4B5A40708B049002C4C6D /* ESDebugController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34B4B5A20708B049002C4C6D /* ESDebugController.m */; }; … … 2509 2509 344D97450C3C442600498CA1 /* Presentity.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Presentity.m; path = Source/Logorrhea/Presentity.m; sourceTree = SOURCE_ROOT; }; 2510 2510 344D97460C3C442600498CA1 /* AddressBookUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AddressBookUtils.h; path = Source/Logorrhea/AddressBookUtils.h; sourceTree = SOURCE_ROOT; }; 2511 344DE8A10E43899B005FF022 /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/OTRPrefs.nib; sourceTree = "<group>"; }; 2511 2512 34503C7E058F96C400FB7AD1 /* AIEmoticon.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIEmoticon.m; path = "Frameworks/Adium Framework/Source/AIEmoticon.m"; sourceTree = "<group>"; }; 2512 2513 34503C7F058F96C400FB7AD1 /* AIEmoticon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIEmoticon.h; path = "Frameworks/Adium Framework/Source/AIEmoticon.h"; sourceTree = "<group>"; }; … … 8326 8327 3485D67D09EB416300232CC4 /* Sources */, 8327 8328 3485D67E09EB416300232CC4 /* Frameworks */, 8329 344DE6AD0E436276005FF022 /* ShellScript */, 8328 8330 ); 8329 8331 buildRules = ( … … 9221 9223 shellPath = /bin/sh; 9222 9224 shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; 9225 }; 9226 344DE6AD0E436276005FF022 /* ShellScript */ = { 9227 isa = PBXShellScriptBuildPhase; 9228 buildActionMask = 2147483647; 9229 files = ( 9230 ); 9231 inputPaths = ( 9232 "$(BUILT_PRODUCTS_DIR)/AdiumLibpurple.framework/Versions/A/AdiumLibpurple", 9233 ); 9234 outputPaths = ( 9235 ); 9236 runOnlyForDeploymentPostprocessing = 0; 9237 shellPath = /bin/sh; 9238 shellScript = "# otool -L \"$SCRIPT_INPUT_FILE_0\" | grep libpurple.framework | \n# install_name_tool -change @executable_path/../Frameworks/libpurple.framework/Versions/0.5.0/libpurple @executable_path/../Frameworks/libpurple.framework/Versions/Current/libpurple"; 9223 9239 }; 9224 9240 345DFF4A05564DB200CEE7B3 /* ShellScript */ = { … … 10458 10474 345076B20E106F5F00BF0883 /* en_GB */, 10459 10475 340E9CB40E34EEB20032BEA6 /* da */, 10476 344DE8A10E43899B005FF022 /* nb */, 10460 10477 ); 10461 10478 name = OTRPrefs.nib; … … 11551 11568 ); 11552 11569 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"/Developer/SDKs/MacOSX10.4u.sdk/usr/lib\""; 11553 OTHER_LDFLAGS = "-lsasl2"; 11570 OTHER_LDFLAGS = ( 11571 "-header-pad_max_install_names", 11572 "-lsasl2", 11573 ); 11554 11574 PRODUCT_NAME = AdiumLibpurple; 11555 11575 WARNING_CFLAGS = "-Wall"; … … 11590 11610 ); 11591 11611 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"/Developer/SDKs/MacOSX10.4u.sdk/usr/lib\""; 11592 OTHER_LDFLAGS = "-lsasl2"; 11612 OTHER_LDFLAGS = ( 11613 "-header-pad_max_install_names", 11614 "-lsasl2", 11615 ); 11593 11616 PRODUCT_NAME = AdiumLibpurple; 11594 11617 WARNING_CFLAGS = "-Wall"; … … 11630 11653 ); 11631 11654 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"/Developer/SDKs/MacOSX10.4u.sdk/usr/lib\""; 11632 OTHER_LDFLAGS = "-lsasl2"; 11655 OTHER_LDFLAGS = ( 11656 "-header-pad_max_install_names", 11657 "-lsasl2", 11658 ); 11633 11659 PRODUCT_NAME = AdiumLibpurple; 11634 11660 WARNING_CFLAGS = "-Wall";