diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-09-06 09:16:14 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-09-06 09:16:14 -0400 |
| commit | 86ec31cc680fe51d13286adea5bbdbc398f7a4a5 (patch) | |
| tree | a8d4388d611f2f6f9b2ccf56e32bfc778d19a0de | |
| parent | e48ae535894fadea1014c91abaf5af1127415736 (diff) | |
min iOS 11 support
| -rw-r--r-- | docs/guides/source.rst | 4 |
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`` |
