Приложение для iOS, позволяющее пользователю прослушивать различные озвучки Библии с паузами между абзацами/стихами. Паузы помогают более вдумчиво воспринимать слышимую информацию. Особенностью приложения является то, что оно позволяет прослушивать текст, прочитанный несколькими известными дикторами.
OpenApi Generation
- https://swiftpackageindex.com/apple/swift-openapi-generator/1.3.0/tutorials/swift-openapi-generator/clientxcode
- https://developer.apple.com/videos/play/wwdc2023/10171/
- https://www.doctave.com/blog/python-export-fastapi-openapi-spec
After cloning this repository, you need to create your local configuration file:
-
Copy the example configuration file:
cp BiblePause/Configuration.plist.example BiblePause/Configuration.plist
-
Edit
BiblePause/Configuration.plistand replaceyour-api-key-herewith your actual API key. -
The
Configuration.plistfile is gitignored and will not be committed to the repository.
The Configuration.plist file contains:
- BaseURL: The base URL for the Bible API (default:
https://bibleapi.space) - APIKey: Your personal API key for accessing the Bible API
- Never commit
Configuration.plistto git - it contains sensitive data - Always use
Configuration.plist.exampleas a template for new developers - If you need to change the API endpoint or add new configuration values, update both files