aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/ios/bin/ios_setup.sh
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-10-15 13:20:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-15 13:20:35 -0700
commit338047e21fa321a708cd59d6f3dfdab753cf6404 (patch)
tree35b171889220f3c89dc517c129fa056646fb9956 /platform_tools/ios/bin/ios_setup.sh
parentc2d0bc5c20a2a87a49a18c657cd26fe1a23eb874 (diff)
Clean up iOS build files
Diffstat (limited to 'platform_tools/ios/bin/ios_setup.sh')
-rwxr-xr-xplatform_tools/ios/bin/ios_setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform_tools/ios/bin/ios_setup.sh b/platform_tools/ios/bin/ios_setup.sh
index d36da834e8..53a33c67bb 100755
--- a/platform_tools/ios/bin/ios_setup.sh
+++ b/platform_tools/ios/bin/ios_setup.sh
@@ -25,10 +25,10 @@ TEST_RUNNER_BUNDLE_ID="com.google.iOSShell"
SKIA_SRC_DIR=$(cd "${SCRIPT_DIR}/../../.."; pwd)
# Provisioning profile - this needs to be set up on the local machine.
-PROVISIONING_PROFILE="9e88090d-abed-4e89-b106-3eff3512d31f"
+PROVISIONING_PROFILE=""
# Code Signing identity - this needs to be set up on the local machine.
-CODE_SIGN_IDENTITY="iPhone Developer: Google Development (3F4Y5873JF)"
+CODE_SIGN_IDENTITY="iPhone Developer"
IOS_BUNDLE_ID="com.google.iOSShell"