SugarRecord
CoreData/Realm sweet wrapper written in Swift
File Explorer
Download Latest Version (.zip)- Banner.png
- Caramba.png
- Icon.png
- Scheme.sketch
- Slogan.png
- contents.xcworkspacedata
- iOSCoreData.xcscheme
- macOSCoreData.xcscheme
- tvOSCoreData.xcscheme
- watchOSCoreData.xcscheme
- project.pbxproj
- Info.plist
- Contents.json
- contents
- LaunchScreen.storyboard
- AppDelegate.swift
- CoreDataBasicView.swift
- BasicObject.swift
- CoreDataBasicEntity.swift
- Directory.swift
- Random.swift
- ViewController.swift
- Info.plist
- Contents.json
- contents
- Main.storyboard
- BasicObject.swift
- CoreDataBasicEntity.swift
- Directory.swift
- Random.swift
- DetailsViewController.swift
- AppDelegate.swift
- ListViewController.swift
- SplitViewController.swift
- Info.plist
- SugarRecord_ExampleMacOS.entitlements
- contents.xcworkspacedata
- SugarRecord-Example.xcscheme
- SugarRecord_Tests.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Info.plist
- Podfile
- Podfile.lock
- Fastfile
- README.md
- CoreDataChange.swift
- CoreDataContextParent.swift
- CoreDataiCloudConfig.swift
- CoreDataObjectModel.swift
- CoreDataObservable.swift
- CoreDataOptions.swift
- CoreDataStore.swift
- CoreDataError.swift
- NSManagedObject.swift
- NSManagedObjectContext.swift
- NSManagedObjectMemoryContext.swift
- CoreDataDefaultStorage.swift
- CoreDataiCloudStorage.swift
- Request.swift
- RequestObservable.swift
- Storage.swift
- StorageError.swift
- RequestExtension.swift
- Logger.swift
- Context.swift
- Entity.swift
- NSPredicateConvertible.swift
- NSSortDescriptorConvertible.swift
- Requestable.swift
- DirUtils.swift
- VersionController.swift
- VersionProvider.swift
- Info.plist
- contents.xcworkspacedata
- CoreData.swift
- Track+CoreDataProperties.swift
- Track.swift
- contents
- CoreDataChangeTests.swift
- CoreDataObservableTests.swift
- ObjectModelTests.swift
- OptionsTests.swift
- StoreTests.swift
- CoreDataDefaultStorageTests.swift
- RequestTests.swift
- DirUtilsTests.swift
- VersionControllerTests.swift
- VersionProviderTests.swift
- .cocoadocs.yml
- .gitignore
- .gitmodules
- .ruby-version
- .swift-version
- .tailor.yml
- .travis.yml
- Brewfile
- CHANGELOG.md
- Config
- Dangerfile
- Gemfile
- Gemfile.lock
- Info.plist
- ISSUE_TEMPLATE.md
- LICENSE
- PULL_REQUEST_TEMPLATE.md
- README.md
- SugarRecord.podspec
π Installation Guide
1. Get the code
git clone https://github.com/modo-studio/SugarRecord
Downloads the entire project code from GitHub to your computer.
cd SugarRecord
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
let bundle = Bundle(for: self.classForCoder)
Type this command into your terminal and run it.
let model = CoreDataObjectModel.merged([bundle])
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
