Remove custom bundle ID for iOS
authorstephana <stephana@google.com>
Fri, 20 May 2016 18:20:38 +0000 (11:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 May 2016 18:20:38 +0000 (11:20 -0700)
BUG=skia:
R=borenet
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=1998273002

Review-Url: https://codereview.chromium.org/1998273002

experimental/iOSShell/iOSShell-Info.plist
gyp/iOSShell.gyp
platform_tools/ios/bin/ios_setup.sh

index 7f1a827..69b62ef 100644 (file)
@@ -11,7 +11,7 @@
        <key>CFBundleIconFile</key>
        <string></string>
        <key>CFBundleIdentifier</key>
-       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+       <string>com.google.iOSShell</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
index 2ec50db..3f3acdc 100644 (file)
@@ -68,7 +68,6 @@
             '../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',
index a991c53..0a56d91 100755 (executable)
@@ -27,7 +27,7 @@ PROVISIONING_PROFILE=""
 # Code Signing identity - this needs to be set up on the local machine.
 CODE_SIGN_IDENTITY="iPhone Developer"
 
-IOS_BUNDLE_ID="com.google.iOSShell.`hostname | md5`"
+IOS_BUNDLE_ID="com.google.iOSShell"
 
 IOS_RESULTS_DIR="results"