diff options
| author | = <=> | 2019-03-08 14:35:50 -0500 |
|---|---|---|
| committer | = <=> | 2019-03-08 14:35:50 -0500 |
| commit | b51d338b6d8ca5d0e9303edc1f9b9d9f21551bc2 (patch) | |
| tree | eaa4240b5fb73fb02f605513a95e726193487bd8 /docs | |
| parent | fcc1e457a997123133e713ba438e2c47843a090b (diff) | |
cordova-ios 5, fixes to make CLI build work
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/remote extension.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/remote extension.txt b/docs/remote extension.txt index 9fed3bcc..6b8be257 100644 --- a/docs/remote extension.txt +++ b/docs/remote extension.txt @@ -10,15 +10,18 @@ Open up platforms/ios/zmNinja.xcworkspace File->New->Target->Notification Service Extension, select Objective C In the "Product Name" put in zmNinjaNotification (your BundleID should now read com.pliablepixels.zmninja-pro.zmNinjaNotification) Say "Yes" to "Activate zmNinjaNotification scheme?" popup + +Now go to zmNinjaNotification target and make version and build same as zmNinja + Now in XCode Targets, select zmNinjaNotification, and make sure you select a Team and make sure Deployment Target is 10 or above +Change Deployment target to 10.1 (same as zmNinja target) + - 532 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotication/ - 533 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotification/ + 532 cp www/external/NotificationService.m platforms/ios/zmNinjaNotication/ 534 cd platforms/ios/ 535 pod install -- Manually change remote notification extension version to match app version |
