aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/ios_runner.sh.mac_template5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/objc/ios_runner.sh.mac_template b/tools/objc/ios_runner.sh.mac_template
index 79aa4d2c19..0d4c25ebba 100644
--- a/tools/objc/ios_runner.sh.mac_template
+++ b/tools/objc/ios_runner.sh.mac_template
@@ -21,9 +21,8 @@ if [[ "$(uname)" != Darwin ]]; then
exit 1
fi
-# TODO(bazel-team): Use %sdk_version% and %sim_device% when available.
-readonly SDK_VERSION='8.1'
-readonly SIM_DEVICE='iPhone 6'
+readonly SDK_VERSION="%sdk_version%"
+readonly SIM_DEVICE="%sim_device%"
readonly APP_DIR=$(mktemp -d -t extracted_app)
args=()