From 3b36c069d61f020184b9cf307937ec86d92fe025 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 6 Feb 2017 13:44:12 -0500 Subject: 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 Reviewed-by: Mike Klein --- platform_tools/ios/bin/ios_setup.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'platform_tools/ios') 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. -- cgit v1.2.3