diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-15 10:27:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-15 10:27:55 -0400 |
| commit | ee042fc7bfa55ffa2c3b4471276a3b3a7cf95dea (patch) | |
| tree | 1b80fdbcb475670b966fe618181ce89091319570 /docs/remote extension.txt | |
| parent | d0cac8ad005f602347374ae10e8b5ef54727c5e0 (diff) | |
doc fixes
Diffstat (limited to 'docs/remote extension.txt')
| -rw-r--r-- | docs/remote extension.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/remote extension.txt b/docs/remote extension.txt deleted file mode 100644 index 289f175b..00000000 --- a/docs/remote extension.txt +++ /dev/null @@ -1,30 +0,0 @@ - -### Add Picture Notification Support (Optional) - - - 529 ionic cordova platform remove ios - 530 ionic cordova platform add ios - 531 open platforms/ios/ - -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.m platforms/ios/zmNinjaNotication/ - 534 cd platforms/ios/ - 535 pod install - - - -You can now build using ./build_ios -Every time you build: -1. Sync notification version with app version -2. Change notification bundle ID back to com.pliablepixels.zmninja-pro.zmNinjaNotification (cordova removes the last word) |
