Skip to content

Commit

Permalink
Merge pull request #28 from Telerik-Verified-Plugins/tpopov/0.6.3
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 7784148 + 32e3cb3 commit 6f52087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ios/hooks/ab/watchkit-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function addWatchkitAppTarget(pbxProject, prop) {
IPHONEOS_DEPLOYMENT_TARGET: 8.2, //Hardcoding this - problems may arise
PRODUCT_NAME: '"${TARGET_NAME}"',
PROVISIONING_PROFILE: '"${PROVISION_WATCHKITAPP}"',
SKIP_INSTALL: 'NO',
SKIP_INSTALL: 'YES',
TARGETED_DEVICE_FAMILY: 4, //Hardcoding this also
'"TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]"': '"1,4"', // According to apple documentation 1 is for iPhone/iPad and 2 is for iPad - I'm guessing 4 is for AppleWatch
COPY_PHASE_STRIP: 'NO',
Expand All @@ -35,7 +35,7 @@ function addWatchkitAppTarget(pbxProject, prop) {
IPHONEOS_DEPLOYMENT_TARGET: 8.2, //Hardcoding this - problems may arise
PRODUCT_NAME: '"${TARGET_NAME}"',
PROVISIONING_PROFILE: '"${PROVISION_WATCHKITAPP}"',
SKIP_INSTALL: 'NO',
SKIP_INSTALL: 'YES',
TARGETED_DEVICE_FAMILY: 4, //Hardcoding this also
'"TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]"': '"1,4"', // According to apple documentation 1 is for iPhone/iPad and 2 is for iPad - I'm guessing 4 is for AppleWatch
COPY_PHASE_STRIP: 'NO'
Expand Down

0 comments on commit 6f52087

Please sign in to comment.