diff --git a/readme.md b/readme.md index 23ecbdf..76f7d2e 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ KaniManbu is a lot easier to use with three different card types (Kanji, Kana, a # Supporting this Project While this app is open source and libre software, the binaries are not free since time and resources (web hosting and the Apple Developer Program to distribute the app) are needed to develop the app. However, users can self-compile, but the user will need an Apple Developer account since the Core Data database is stored in iCloud, allowing users to sync their decks to all their Macs and eventually iOS devices. You need a membership to use the iCloud features with your own apps. -The app will only be available on the App Store on release and non-app store version will be for active patrons only. The free version will be limited to 3 decks and there will be some features that will be exclusive to the pro version (Microsoft/IBM Watson TTS without API key, public decks, and more). The pro version will be available through a yearly subscription of $9.99 or a lifetime subscription of $34.99. Active patrons can unlock these features with the non-app store version. The Pro version will work on both the iOS and Mac version as I plan to make it a universal purchase. I know some people hate subscriptions, but the subscription model allows me to cover infrastructure and development costs. The source code will be free for those who want to compile the app and use it for free without iCloud features. +The app will only be available on the App Store on release and non-app store version will be for active patrons only. The free version will be limited to 3 decks and there will be some features that will be exclusive to the pro version (Microsoft/IBM Watson TTS without API key, public decks, and more). The pro version will be available through a monthly, yearly, or lifetime subscriptions. Active patrons can unlock these features with the non-app store version for the macOS version due to Apple App Store guidelines. The Pro version will work on both the iOS and Mac version as I plan to make it a universal purchase. I know some people hate subscriptions, but the subscription model allows me to cover infrastructure and development costs. The source code will be free for those who want to compile the app and use it for free without iCloud features. You may also choose to support us on [Patreon](https://www.patreon.com/malupdaterosx) as well, which you can also unlock the app for free as long you remain an active patron. @@ -50,6 +50,7 @@ Warning: This won't work if you don't have a Developer ID installed. If you don' 1. Get the Source 2. Set up the CloudKit entitlement settings on your developer account 3. Download the [Microsoft Cognitive Services Speech](https://aka.ms/csspeech/iosbinary) framework. Unzip and move the MicrosoftCognitiveServicesSpeech.xcframework to the Dependencies folder. +4. Specify Microsoft and IBM Cloud API Keys. 4. Type 'xcodebuild' in the terminal to build If you are going to distribute your own version and change the name, please change the bundle identifier to something else.