-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xcode: Fix libexpat + libz framework links
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ | |
B2166F5019AE4045000A6AA0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B2166F4819AE4045000A6AA0 /* [email protected] */; }; | ||
B216A14E1AD9426500F2898C /* libcld2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B2083D121A87D17D00150BBF /* libcld2.a */; }; | ||
B21B7B491DD4DB9F002A4C62 /* editing_area.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B21B7B471DD4DB9F002A4C62 /* editing_area.cpp */; }; | ||
B21FB781179D51BE003F45AC /* libexpat.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B21FB780179D51BE003F45AC /* libexpat.dylib */; }; | ||
B2284A53183BE3B300E097C7 /* PFMoveApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = B2284A51183BE3B300E097C7 /* PFMoveApplication.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -Wno-deprecated-declarations"; }; }; | ||
B2284A55183BE68200E097C7 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2284A54183BE68200E097C7 /* Security.framework */; }; | ||
B228A1531AD94FF6006B0BBC /* libwx_osx_base_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B2B7E8191AD94194007FC4EB /* libwx_osx_base_static.a */; }; | ||
|
@@ -160,7 +159,6 @@ | |
B2BC828B20A1F0DC007652D6 /* catalog_po.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2BC828920A1F0DC007652D6 /* catalog_po.cpp */; }; | ||
B2BC828C20A34AB6007652D6 /* catalog_po.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2BC828920A1F0DC007652D6 /* catalog_po.cpp */; }; | ||
B2BCE2E72A44B112005CA5A7 /* cloud_accounts_ui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2BCE2E52A44B112005CA5A7 /* cloud_accounts_ui.cpp */; }; | ||
B2BF84BE170847220030AA22 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B2BF84BD170847220030AA22 /* libz.dylib */; }; | ||
B2BF84C1170847E60030AA22 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2BF84C0170847E60030AA22 /* IOKit.framework */; }; | ||
B2BF84C4170849D00030AA22 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2BF84BB170846940030AA22 /* Carbon.framework */; }; | ||
B2C21633251906CC002B144A /* recent_files.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C21632251906CC002B144A /* recent_files.cpp */; }; | ||
|
@@ -201,6 +199,8 @@ | |
B2E836ED1709ED2A00F31559 /* poedit-status-cat-ok.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E836E41709ED2A00F31559 /* poedit-status-cat-ok.png */; }; | ||
B2E837021709ED6300F31559 /* poedit-update.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E836F91709ED6300F31559 /* poedit-update.png */; }; | ||
B2E837031709ED6300F31559 /* poedit-validate.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E836FA1709ED6300F31559 /* poedit-validate.png */; }; | ||
B2E91E3E2AC73DCA0042EF10 /* libexpat.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B2E91E3D2AC73DCA0042EF10 /* libexpat.tbd */; }; | ||
B2E91E402AC73E2D0042EF10 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B2E91E3F2AC73E2D0042EF10 /* libz.tbd */; }; | ||
B2EC60A41812D9D40059756A /* icudt57l.dat in Resources */ = {isa = PBXBuildFile; fileRef = B2EC60A31812D9D40059756A /* icudt57l.dat */; }; | ||
B2F25F0D199E327C00127FF9 /* spellchecking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2F25F0C199E327C00127FF9 /* spellchecking.cpp */; }; | ||
B2F287C0170DCC63004C1F41 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B248B2DF170D765100EBA58E /* CoreFoundation.framework */; }; | ||
|
@@ -332,7 +332,6 @@ | |
B21B7B471DD4DB9F002A4C62 /* editing_area.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editing_area.cpp; sourceTree = "<group>"; }; | ||
B21B7B481DD4DB9F002A4C62 /* editing_area.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = editing_area.h; sourceTree = "<group>"; }; | ||
B21D0A7C2A55CB89008BC5CB /* cloud_accounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cloud_accounts.h; sourceTree = "<group>"; }; | ||
B21FB780179D51BE003F45AC /* libexpat.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libexpat.dylib; path = usr/lib/libexpat.dylib; sourceTree = SDKROOT; }; | ||
B224557B19A3AF3C00120FFE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/MoveApplication.strings; sourceTree = "<group>"; }; | ||
B224557C19A3B00300120FFE /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
B224557D19A3B01500120FFE /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
|
@@ -545,7 +544,6 @@ | |
B2BCE2E52A44B112005CA5A7 /* cloud_accounts_ui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = cloud_accounts_ui.cpp; sourceTree = "<group>"; }; | ||
B2BCE2E62A44B112005CA5A7 /* cloud_accounts_ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cloud_accounts_ui.h; sourceTree = "<group>"; }; | ||
B2BF84BB170846940030AA22 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | ||
B2BF84BD170847220030AA22 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; | ||
B2BF84C0170847E60030AA22 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | ||
B2BF84C21708498B0030AA22 /* HIToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HIToolbox.framework; path = System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework; sourceTree = SDKROOT; }; | ||
B2C129D721C6C584004364B2 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/MoveApplication.strings; sourceTree = "<group>"; }; | ||
|
@@ -602,6 +600,8 @@ | |
B2E836F91709ED6300F31559 /* poedit-update.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "poedit-update.png"; sourceTree = "<group>"; }; | ||
B2E836FA1709ED6300F31559 /* poedit-validate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "poedit-validate.png"; sourceTree = "<group>"; }; | ||
B2E83708170C97ED00F31559 /* copy-translations.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "copy-translations.sh"; path = "macos/copy-translations.sh"; sourceTree = "<group>"; }; | ||
B2E91E3D2AC73DCA0042EF10 /* libexpat.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libexpat.tbd; path = usr/lib/libexpat.tbd; sourceTree = SDKROOT; }; | ||
B2E91E3F2AC73E2D0042EF10 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; | ||
B2EA5BE42103578400F470E3 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; | ||
B2EA5BE5210357DD00F470E3 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/MoveApplication.strings"; sourceTree = "<group>"; }; | ||
B2EA5BE62103583A00F470E3 /* af */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = af; path = af.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
|
@@ -657,9 +657,7 @@ | |
B2BF84C1170847E60030AA22 /* IOKit.framework in Frameworks */, | ||
B2284A55183BE68200E097C7 /* Security.framework in Frameworks */, | ||
B256797517075E6000C52BC5 /* Sparkle.framework in Frameworks */, | ||
B2BF84BE170847220030AA22 /* libz.dylib in Frameworks */, | ||
B2B6065525F100F3006186A9 /* WebKit.framework in Frameworks */, | ||
B21FB781179D51BE003F45AC /* libexpat.dylib in Frameworks */, | ||
B2D76A45181D027F0083C9D9 /* libLucenePlusPlus.a in Frameworks */, | ||
B2D76A4C181D028B0083C9D9 /* libboost_date_time.a in Frameworks */, | ||
B2D76A4D181D028B0083C9D9 /* libboost_filesystem.a in Frameworks */, | ||
|
@@ -668,6 +666,8 @@ | |
B2D76A50181D028B0083C9D9 /* libboost_system.a in Frameworks */, | ||
B2D76A51181D028B0083C9D9 /* libboost_thread.a in Frameworks */, | ||
B2083D131A87D17D00150BBF /* libcld2.a in Frameworks */, | ||
B2E91E402AC73E2D0042EF10 /* libz.tbd in Frameworks */, | ||
B2E91E3E2AC73DCA0042EF10 /* libexpat.tbd in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -938,11 +938,11 @@ | |
B2D76A4A181D028B0083C9D9 /* libboost_system.a */, | ||
B2D76A4B181D028B0083C9D9 /* libboost_thread.a */, | ||
B2D76A44181D027F0083C9D9 /* libLucenePlusPlus.a */, | ||
B21FB780179D51BE003F45AC /* libexpat.dylib */, | ||
B2BF84BD170847220030AA22 /* libz.dylib */, | ||
B256797417075E6000C52BC5 /* Sparkle.framework */, | ||
B2567976170763B700C52BC5 /* libwx_osx_cocoa_static.a */, | ||
B2B7E8191AD94194007FC4EB /* libwx_osx_base_static.a */, | ||
B2E91E3D2AC73DCA0042EF10 /* libexpat.tbd */, | ||
B2E91E3F2AC73E2D0042EF10 /* libz.tbd */, | ||
B2BF84C21708498B0030AA22 /* HIToolbox.framework */, | ||
B2BF84C0170847E60030AA22 /* IOKit.framework */, | ||
B24ACD5E16F6201F00399242 /* Cocoa.framework */, | ||
|