summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-09-06 09:16:14 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-09-06 09:16:14 -0400
commit86ec31cc680fe51d13286adea5bbdbc398f7a4a5 (patch)
treea8d4388d611f2f6f9b2ccf56e32bfc778d19a0de /docs/guides
parente48ae535894fadea1014c91abaf5af1127415736 (diff)
min iOS 11 support
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/source.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/source.rst b/docs/guides/source.rst
index 17950a4c..77bb3f0f 100644
--- a/docs/guides/source.rst
+++ b/docs/guides/source.rst
@@ -124,8 +124,8 @@ it support automatic building of notification extensions. So there is manual wor
- 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)
+- 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``