Skip to content

Commit

Permalink
Merge pull request #29 from Telerik-Verified-Plugins/tpopov/1.0.4
Browse files Browse the repository at this point in the history
[AppBuilder][iOS]Set 'SKIP_INSTALL' to YES.
  • Loading branch information
Martin Bektchiev authored Aug 22, 2016
2 parents cfc8204 + 6694666 commit 4b18321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ios/hooks/ab/watchkit-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function addWatchkitAppTarget(pbxProject, prop, bundleIdentifier) {
PRODUCT_NAME: '"${TARGET_NAME}"',
PROVISIONING_PROFILE: '"${PROVISION_WATCHKITAPP}"',
SDKROOT: 'watchos',
SKIP_INSTALL: 'NO',
SKIP_INSTALL: 'YES',
TARGETED_DEVICE_FAMILY: 4,
WATCHOS_DEPLOYMENT_TARGET: '2.0',
ENABLE_BITCODE: 'YES'
Expand Down
4 changes: 2 additions & 2 deletions src/ios/hooks/ab/watchkit-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function addWatchkitExtensionTarget(pbxProject, prop, bundleIdentifier) {
PRODUCT_NAME: '"${TARGET_NAME}"',
PROVISIONING_PROFILE: '"${PROVISION_WATCHKITEXTENSION}"',
SDKROOT: 'watchos',
SKIP_INSTALL: 'NO',
SKIP_INSTALL: 'YES',
TARGETED_DEVICE_FAMILY: 4,
WATCHOS_DEPLOYMENT_TARGET: '2.0',
CODE_SIGN_ENTITLEMENTS: '"${ENTITLEMENTS_WATCHKITEXTENSION}"',
Expand All @@ -46,7 +46,7 @@ function addWatchkitExtensionTarget(pbxProject, prop, bundleIdentifier) {
PRODUCT_NAME: '"${TARGET_NAME}"',
PROVISIONING_PROFILE: '"${PROVISION_WATCHKITEXTENSION}"',
SDKROOT: 'watchos',
SKIP_INSTALL: 'NO',
SKIP_INSTALL: 'YES',
TARGETED_DEVICE_FAMILY: 4,
WATCHOS_DEPLOYMENT_TARGET: '2.0',
OTHER_LDFLAGS: ['-weak_framework', 'UIKit'],
Expand Down

0 comments on commit 4b18321

Please sign in to comment.