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

Unified Diff: platform_tools/ios/bin/ios_setup.sh

Issue 1409663002: Clean up iOS build files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 months 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 | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_setup.sh
diff --git a/platform_tools/ios/bin/ios_setup.sh b/platform_tools/ios/bin/ios_setup.sh
index d36da834e84463f4c9ea2491ad9709d96bd84f05..53a33c67bb1d7b6f229e47aaabe8f11472ff4df3 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"
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698