Clean up iOS build files

Review URL: https://codereview.chromium.org/1409663002
This commit is contained in:
jvanverth 2015-10-15 13:20:34 -07:00 committed by Commit bot
parent c2d0bc5c20
commit 338047e21f
2 changed files with 2 additions and 3 deletions

View File

@ -544,7 +544,6 @@
'xcode_settings': {
'ARCHS': ['armv7'],
'CODE_SIGNING_REQUIRED': 'NO',
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer: Google Development (3F4Y5873JF)',
'IPHONEOS_DEPLOYMENT_TARGET': '<(ios_sdk_version)',
'SDKROOT': 'iphoneos',
'TARGETED_DEVICE_FAMILY': '1,2',

View File

@ -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"