diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-24 08:06:33 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-24 08:06:33 -0500 |
| commit | 09ce68bb1fb86f11005a2d8846313a37bccb1e2b (patch) | |
| tree | b618884ac2acff404ce532b1857e82853c1050ba /docs | |
| parent | b4a2e3bb528fd090aba729971dd0f4d3cf3ca637 (diff) | |
partial docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/obsolete-SSL-Configuration.md (renamed from docs/SSL-Configuration.md) | 0 | ||||
| -rw-r--r-- | docs/remote extension.txt | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/SSL-Configuration.md b/docs/obsolete-SSL-Configuration.md index 90b95050..90b95050 100644 --- a/docs/SSL-Configuration.md +++ b/docs/obsolete-SSL-Configuration.md diff --git a/docs/remote extension.txt b/docs/remote extension.txt new file mode 100644 index 00000000..28cd51ef --- /dev/null +++ b/docs/remote extension.txt @@ -0,0 +1,30 @@ + +### 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 +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 in XCode Targets, select zmNinjaNotification, and make sure you select a Team and make sure Deployment Target is 10 or above + + + 532 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotication/ + 533 cp www/external/NotificationService.swift platforms/ios/zmNinjaNotification/ + 534 cd platforms/ios/ + 535 pod install + + +Search path "${PROJECT_DIR}" recursive in zmNinjaNotification and archive? + +For Distribution: + +always embed swift standard libraries to No in both? (every time after cordova prepare) +make versions same in both - only needed for product archive + + + |
