[Libraries] Persistence #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "libraries/persistence"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work that implements the Persistence service, which is used to store and serve the data of the application.
To give further details on what was done:
Persistence
library into the Libraries package;Location
model into the Model core data model;PersistenceService
service;AppDelegate
andSceneDelegate
delegates in the Locations target.