[vlc-commits] macosx: we still don' t want to strip non-existant debug symbols from the frameworks
Felix Paul Kühne
git at videolan.org
Sat May 7 13:30:52 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 7 13:30:35 2011 +0200| [f767daa226a637a7e44ae521b85759be6f0f6e9b] | committer: Felix Paul Kühne
macosx: we still don't want to strip non-existant debug symbols from the frameworks
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f767daa226a637a7e44ae521b85759be6f0f6e9b
---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index 49f7a5e..f1b1fd8 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -840,7 +840,6 @@
};
buildConfigurationList = C2F2A6EA09588F1B00018C74 /* Build configuration list for PBXProject "vlc" */;
compatibilityVersion = "Xcode 3.1";
- developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
@@ -1175,7 +1174,7 @@
CC402F480E00ABBB006A4BA4 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
- COPY_PHASE_STRIP = YES;
+ COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
@@ -1208,6 +1207,7 @@
CC402F490E00ABBB006A4BA4 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
More information about the vlc-commits
mailing list