aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/ios
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-02-06 13:44:12 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-02-06 20:56:36 +0000
commit3b36c069d61f020184b9cf307937ec86d92fe025 (patch)
treed69e236c5d7fc722ea7748c463670f795fcd5781 /platform_tools/ios
parent3a97054456cd89cc885a7ce774523577dbe9164e (diff)
Set IOS_BUNDLE_ID in recipes.
Instead of hard coding to com.google.dm, which will only work for Test bots, set it in the environment when we know which bundle we're using. CQ_INCLUDE_TRYBOTS=skia.primary:Test-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release,Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Debug Change-Id: I43a0c832ff70e3b3c9bb987173784f4b6b992403 Reviewed-on: https://skia-review.googlesource.com/8076 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'platform_tools/ios')
-rwxr-xr-xplatform_tools/ios/bin/ios_setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform_tools/ios/bin/ios_setup.sh b/platform_tools/ios/bin/ios_setup.sh
index 1acc03b7c1..3768396a8a 100755
--- a/platform_tools/ios/bin/ios_setup.sh
+++ b/platform_tools/ios/bin/ios_setup.sh
@@ -27,8 +27,6 @@ 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.dm"
-
IOS_RESULTS_DIR="results"
# BUILDTYPE is 'Debug' by default.