From b51d338b6d8ca5d0e9303edc1f9b9d9f21551bc2 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 8 Mar 2019 14:35:50 -0500 Subject: cordova-ios 5, fixes to make CLI build work --- docs/remote extension.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3