https://github.com/adamj/collectsomemore
iOS application
https://github.com/adamj/collectsomemore
Last synced: about 2 months ago
JSON representation
iOS application
- Host: GitHub
- URL: https://github.com/adamj/collectsomemore
- Owner: AdamJ
- Created: 2024-06-09T19:36:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T15:45:17.000Z (over 1 year ago)
- Last Synced: 2025-03-21T16:53:00.282Z (over 1 year ago)
- Language: Swift
- Size: 28.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CollectSomeMore
> Also known as GamesAndThings on the iOS AppStore
[](https://github.com/AdamJ/CollectSomeMore/actions/workflows/swift.yml)
My first attempt at creating an iOS app using SwiftUI. At this time, the app is only available through TestFlight by invitation only.
## Data Storage and Privacy
All user data entered into CollectSomeMore is stored locally on your device using Core Data (SwiftData). No data is uploaded to any cloud service or external server. Your data remains private and is only accessible on your device.
**Backup and Restore:**
- If you back up your device using iCloud or your computer, your app data (including collections) will be included in the backup and restored if you restore your device.
- The app developer does not have access to your data; it is managed by you and Apple’s backup system.