Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: gyp/iOSShell.gyp

Issue 1483143002: Modify iOSShell-gyp to generate unique bundle identifier (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/iOSShell/iOSShell-Info.plist ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/iOSShell.gyp
diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp
index 3f3acdc103d34ba01e24dabd2bedf820979f15cd..2ec50dbf399f3efecc34a0a3b5e9a32eb230f58e 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -68,6 +68,7 @@
'../src/views/mac',
],
'xcode_settings' : {
+ 'PRODUCT_BUNDLE_IDENTIFIER' : '<!(echo com.google.iOSShell.`hostname | md5`)',
'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist',
},
'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig',
« no previous file with comments | « experimental/iOSShell/iOSShell-Info.plist ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698