summaryrefslogtreecommitdiff
path: root/docs/guides/source.rst
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-08-28 15:22:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-08-28 15:22:56 -0400
commit25211b7d46c08788f390f6f220428b6f179e5ed2 (patch)
treed3354e2f695909fff0dc6eaebece0e950b33e823 /docs/guides/source.rst
parent1c2ba2c9db76c4e328bd70dc7ffc195ecea7a161 (diff)
#962 feature complete compared to push plugin
Diffstat (limited to 'docs/guides/source.rst')
-rw-r--r--docs/guides/source.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/guides/source.rst b/docs/guides/source.rst
index cb2499d2..c1f62f1a 100644
--- a/docs/guides/source.rst
+++ b/docs/guides/source.rst
@@ -138,8 +138,12 @@ it support automatic building of notification extensions. So there is manual wor
- Now in XCode Targets, select ``zmNinjaNotification``, and make sure you select a Team and make sure Deployment Target is 11 or above
- Change Deployment target to 11 or above (same as zmNinja target)
- ``cp etc/NotificationService.m platforms/ios/zmNinjaNotification/``
-- ``cd platforms/ios/``
-- ``pod install``
+
+Starting 1.5.0, zmNinja uses the `cordova-plugin-firebasex <https://github.com/dpa99c/cordova-plugin-firebasex>`__
+library for push notifications. The older cordova-push-plugin is no longer supported by the author.
+If you are facing compilation issues that relate to this plugin, please make sure you read it's troubleshooting section,
+especially around outdated pods et. al.
+
You can now do `build_ios.sh`. However, after you build, you will have to go back to XCode
after the build to make the following changes: