-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reorganize Framework projects * Support for Record Zone sharing * Support for field encryption * Use Xcode 13 for CI * Realm: Handle out of sync deleted object Co-authored-by: Manuel <[email protected]>
- Loading branch information
Showing
69 changed files
with
2,054 additions
and
2,884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
Example/CoreData/SyncKitCoreData.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Example/CoreData/SyncKitCoreData/SyncKitCoreData/SyncKitCoreData.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// SyncKitCoreData.h | ||
// SyncKitCoreData | ||
// | ||
// Created by Manuel on 25/10/2021. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for SyncKitCoreData. | ||
FOUNDATION_EXPORT double SyncKitCoreDataVersionNumber; | ||
|
||
//! Project version string for SyncKitCoreData. | ||
FOUNDATION_EXPORT const unsigned char SyncKitCoreDataVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <SyncKitCoreData/PublicHeader.h> | ||
|
||
|
470 changes: 236 additions & 234 deletions
470
...cKitCoreDataOSX.xcodeproj/project.pbxproj → ...reDataFramework.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.