summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-05 21:18:42 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-13 17:26:53 -0800
commit3f2fae521cde0cc07796f65b33a227875466dc8d (patch)
tree098f6f07a9f94b03a4fc58c6444b4674d86c674b /platform
parentcd6830b3ea6f751a1cabb46db7e3da6b658723a5 (diff)
downloadqtlocation-mapboxgl-3f2fae521cde0cc07796f65b33a227875466dc8d.tar.gz
[osx] Don’t strip on copy in Debug
Stripping the framework means you can’t debug the framework.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/app/mapboxgl-app.gypi13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/osx/app/mapboxgl-app.gypi b/platform/osx/app/mapboxgl-app.gypi
index 24f356c5d6..97474b79d6 100644
--- a/platform/osx/app/mapboxgl-app.gypi
+++ b/platform/osx/app/mapboxgl-app.gypi
@@ -45,6 +45,19 @@
'SUPPORTED_PLATFORMS': 'macosx',
},
+ 'configurations': {
+ 'Debug': {
+ 'xcode_settings': {
+ 'COPY_PHASE_STRIP': 'NO',
+ },
+ },
+ 'Release': {
+ 'xcode_settings': {
+ 'COPY_PHASE_STRIP': 'YES',
+ },
+ },
+ },
+
'copies': [
{
'destination': '<(PRODUCT_DIR)/$(FRAMEWORKS_FOLDER_PATH)',