summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-29 14:56:42 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-29 14:56:42 -0700
commit2cb699cd189a0b885f633e74ee3f8a0534265c27 (patch)
tree816f0ce6638f60b616e83283b06c209d97ea060f
parentd25229ebc8aad0ca432ba27f155cbdebb2edf49d (diff)
downloadqtlocation-mapboxgl-2cb699cd189a0b885f633e74ee3f8a0534265c27.tar.gz
rename app build products
-rw-r--r--ios/llmr-app.gyp2
-rw-r--r--linux/llmr-app.gyp2
-rw-r--r--macosx/llmr-app.gyp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ios/llmr-app.gyp b/ios/llmr-app.gyp
index e42e914fcd..5d7e1f8e3d 100644
--- a/ios/llmr-app.gyp
+++ b/ios/llmr-app.gyp
@@ -6,7 +6,7 @@
'targets': [
{
"target_name": "iosapp",
- "product_name": "llmr",
+ "product_name": "Mapbox GL",
"type": "executable",
"sources": [
"./main.m",
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index d979f00b48..10ceab1e95 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'linuxapp',
- 'product_name': 'llmr',
+ 'product_name': 'Mapbox GL',
'type': 'executable',
'sources': [
'./main.cpp',
diff --git a/macosx/llmr-app.gyp b/macosx/llmr-app.gyp
index 560b223009..83bcd0f039 100644
--- a/macosx/llmr-app.gyp
+++ b/macosx/llmr-app.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'osxapp',
- 'product_name': 'llmr',
+ 'product_name': 'Mapbox GL',
'type': 'executable',
'sources': [
'./main.mm',