diff options
author | stephana <stephana@google.com> | 2015-12-02 09:45:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-02 09:45:30 -0800 |
commit | c60b310af7635204b8186c616ffdd190d8bf5fe1 (patch) | |
tree | 549a12b0fc2e756e89274056c9d45a6c6796fa30 /experimental | |
parent | e45c81c8f3bb62e45f2ff3b8772b4b23f1ddc6ca (diff) |
Modify iOSShell-gyp to generate unique bundle identifier
BUG=skia:
Review URL: https://codereview.chromium.org/1483143002
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/iOSShell/iOSShell-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/iOSShell/iOSShell-Info.plist b/experimental/iOSShell/iOSShell-Info.plist index 69b62efd1c..7f1a827655 100644 --- a/experimental/iOSShell/iOSShell-Info.plist +++ b/experimental/iOSShell/iOSShell-Info.plist @@ -11,7 +11,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>com.google.iOSShell</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |