diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-04-14 22:14:26 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-04-16 22:46:25 -0700 |
commit | da88060c5ce1b825ff644882bba1b9332d8440ed (patch) | |
tree | 1f8de480619bf8db5c36e4a321a5b0e174dde774 /test/src | |
parent | 85b01eed5b9e590dd3d4874b64ca6360e351051a (diff) | |
download | qtlocation-mapboxgl-da88060c5ce1b825ff644882bba1b9332d8440ed.tar.gz |
[ios, osx] Fixed project upgrade warnings
Fixed project upgrade warnings in projects managed by gyp.
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/app-info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/app-info.plist b/test/src/app-info.plist index 7a5b9f51d0..bd3ef2c40a 100644 --- a/test/src/app-info.plist +++ b/test/src/app-info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.mapbox.MapboxGLUnitTest</string> + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |