summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/remote extension.txt9
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