summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-23 22:01:43 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-24 16:18:23 -0700
commit7a23270532243e6c856bbb361b33024293f4c2bd (patch)
tree23d4bdbf5a464385b9bd18dbd16f0aaf3fb47059 /platform/ios/benchmark
parentf1200d47db78b036e8b7eef2c224c5878c1c3a01 (diff)
downloadqtlocation-mapboxgl-7a23270532243e6c856bbb361b33024293f4c2bd.tar.gz
[ios] Parentheses for build variables
Diffstat (limited to 'platform/ios/benchmark')
-rw-r--r--platform/ios/benchmark/Info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/benchmark/Info.plist b/platform/ios/benchmark/Info.plist
index 22ea46152b..98ae65e170 100644
--- a/platform/ios/benchmark/Info.plist
+++ b/platform/ios/benchmark/Info.plist
@@ -5,15 +5,15 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
+ <string>$(PRODUCT_NAME)</string>
<key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
+ <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.mapbox.GL.benchmark</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
+ <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>