Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sam-spencer/bunker
Straightforward Core Data integration for SwiftUI.
https://github.com/sam-spencer/bunker
Last synced: about 1 month ago
JSON representation
Straightforward Core Data integration for SwiftUI.
- Host: GitHub
- URL: https://github.com/sam-spencer/bunker
- Owner: Sam-Spencer
- Created: 2020-10-06T17:58:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T17:09:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T23:31:18.173Z (3 months ago)
- Language: Swift
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bunker
Straightforward Core Data integration and usage with SwiftUI.### What's with the name?
A bunker is a place where you stockpile a bunch of stuff, kind of like a chipmunk or a squirrel.## Installation
Because of the complexities of Core Data Models inside of app bundles, you can install this package manually or in the same target as your data model using Swift Package Manager.To manually install, simply add the contents of the `Sources` folder to your target. To install via SPM, add the `.git` URL to your Xcode Project's "Swift Packages" list.
## Usage
*Additional documentation coming soon.*## Thank You
A huge thank you to [@Whiffer](https://github.com/Whiffer), who originally wrote the base of most of the code in this repository (see [the original project here](https://github.com/Whiffer/SwiftUI-Core-Data-Test)). This project is slightly different in that it aims to modularize the codebase, make it extensible, and more usable for others.