diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-25 10:32:31 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-25 10:32:31 -0500 |
| commit | 7fe1c3505ca504668a3beff427498c5fd5a42dc7 (patch) | |
| tree | fbab1e18d790d9e118fd4283dbd4ac68788a400f /docs | |
| parent | 69d03dea7de9cf4c2029139bb91dfc94c565fdba (diff) | |
added objective C remote notification code - simpler to manage for packaging
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/remote extension.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/remote extension.txt b/docs/remote extension.txt index 1c45d41f..9fed3bcc 100644 --- a/docs/remote extension.txt +++ b/docs/remote extension.txt @@ -7,7 +7,7 @@ 531 open platforms/ios/ Open up platforms/ios/zmNinja.xcworkspace -File->New->Target->Notification Service Extension +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 in XCode Targets, select zmNinjaNotification, and make sure you select a Team and make sure Deployment Target is 10 or above @@ -19,13 +19,6 @@ Now in XCode Targets, select zmNinjaNotification, and make sure you select a Tea 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 - - Manually change remote notification extension version to match app version |
