Update README with version 1.2 features and requirements
This commit is contained in:
parent
781d187aff
commit
d5c634adf9
16
README.md
16
README.md
|
@ -6,18 +6,25 @@ The official iOS app for the Rockville-Tolland Seventh-day Adventist Church. Thi
|
||||||
|
|
||||||
- **Live Streaming**: Watch church services live through OwnCast integration
|
- **Live Streaming**: Watch church services live through OwnCast integration
|
||||||
- **Sermon Library**: Access archived sermons and special programs via Jellyfin
|
- **Sermon Library**: Access archived sermons and special programs via Jellyfin
|
||||||
|
- **Digital Bulletin**:
|
||||||
|
- View weekly church bulletins
|
||||||
|
- Interactive hymn links that open in the Adventist Hymnal app
|
||||||
|
- Bible verse links that open in YouVersion Bible app
|
||||||
|
- PDF download option for offline viewing
|
||||||
- **Church Bulletin**: Stay updated with church announcements and events
|
- **Church Bulletin**: Stay updated with church announcements and events
|
||||||
- **Church Information**: Access church beliefs, contact information, and more
|
- **Church Information**: Access church beliefs, contact information, and more
|
||||||
|
|
||||||
## Technical Details
|
## Technical Details
|
||||||
|
|
||||||
- Built with SwiftUI
|
- Built with SwiftUI
|
||||||
- Minimum iOS version: 16.0
|
- Minimum iOS version: 17.0
|
||||||
- Uses async/await for network operations
|
- Uses async/await for network operations
|
||||||
- Integrates with multiple services:
|
- Integrates with multiple services:
|
||||||
- Jellyfin for video content
|
- Jellyfin for video content
|
||||||
- OwnCast for live streaming
|
- OwnCast for live streaming
|
||||||
- PocketBase for church data
|
- PocketBase for church data
|
||||||
|
- YouVersion Bible API for verse content
|
||||||
|
- Adventist Hymnal app integration
|
||||||
|
|
||||||
## Building the App
|
## Building the App
|
||||||
|
|
||||||
|
@ -28,9 +35,14 @@ The official iOS app for the Rockville-Tolland Seventh-day Adventist Church. Thi
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Xcode 15.0 or later
|
- Xcode 15.0 or later
|
||||||
- iOS 16.0 or later
|
- iOS 17.0 or later
|
||||||
- Swift 5.9 or later
|
- Swift 5.9 or later
|
||||||
|
|
||||||
|
## Version History
|
||||||
|
|
||||||
|
- **1.2**: Added digital bulletin system with interactive hymn and Bible verse links
|
||||||
|
- **1.1**: Initial release with basic church information and live streaming
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the LICENSE file for details.
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
||||||
|
|
Loading…
Reference in a new issue