summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-01-10 17:44:27 -0500
committerJulian Rex <julian.rex@mapbox.com>2019-01-10 17:44:27 -0500
commite678de10ec2afef28b99ca33f7755ef49ab17fc9 (patch)
tree9d3d998542fb5c0110eb3a37969d841c56f43068
parent6a31c9987bc8b8f67c20dea8d437d72d109d6be1 (diff)
downloadqtlocation-mapboxgl-upstream/jrex/workspace-build-locations.tar.gz
Update ios build locations (does not include macos changes).upstream/jrex/workspace-build-locations
-rw-r--r--Makefile3
-rw-r--r--platform/ios/WorkspaceSettings.xcsettings6
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 06a57b6419..0f0de222e4 100644
--- a/Makefile
+++ b/Makefile
@@ -196,13 +196,14 @@ endif
ifeq ($(HOST_PLATFORM), macos)
IOS_OUTPUT_PATH = build/ios
+IOS_DERIVED_DATA = $(IOS_OUTPUT_PATH)/Build
IOS_PROJ_PATH = $(IOS_OUTPUT_PATH)/mbgl.xcodeproj
IOS_WORK_PATH = platform/ios/ios.xcworkspace
IOS_USER_DATA_PATH = $(IOS_WORK_PATH)/xcuserdata/$(USER).xcuserdatad
IOS_XCODEBUILD_SIM = xcodebuild \
ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES \
- -derivedDataPath $(IOS_OUTPUT_PATH) \
+ -derivedDataPath $(IOS_DERIVED_DATA) \
-configuration $(BUILDTYPE) -sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \
-workspace $(IOS_WORK_PATH)
diff --git a/platform/ios/WorkspaceSettings.xcsettings b/platform/ios/WorkspaceSettings.xcsettings
index 20a7accf01..b7018a7ccc 100644
--- a/platform/ios/WorkspaceSettings.xcsettings
+++ b/platform/ios/WorkspaceSettings.xcsettings
@@ -5,13 +5,13 @@
<key>BuildLocationStyle</key>
<string>CustomLocation</string>
<key>CustomBuildIntermediatesPath</key>
- <string>../../build/ios</string>
+ <string>../../build/ios/Build/Intermediates</string>
<key>CustomBuildLocationType</key>
<string>RelativeToWorkspace</string>
<key>CustomBuildProductsPath</key>
- <string>../../build/ios</string>
+ <string>../../build/ios/Build/Products</string>
<key>DerivedDataCustomLocation</key>
- <string>../../build/ios</string>
+ <string>../../build/ios/DerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>WorkspaceRelativePath</string>
<key>IssueFilterStyle</key>