|
16 | 16 | 210DBC142332B3C6009B9E51 /* StorageGetURLOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 210DBC132332B3C6009B9E51 /* StorageGetURLOperation.swift */; };
|
17 | 17 | 210DBC162332B3CB009B9E51 /* StorageDownloadDataOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 210DBC152332B3CB009B9E51 /* StorageDownloadDataOperation.swift */; };
|
18 | 18 | 210DBC472332F0C5009B9E51 /* StorageError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 210DBC462332F0C5009B9E51 /* StorageError.swift */; };
|
| 19 | + 211FFEE326CD650500F0DB75 /* DataStoreQuerySnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 211FFEE226CD650500F0DB75 /* DataStoreQuerySnapshot.swift */; }; |
19 | 20 | 2125E2542319EC3100B3DEB5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2125E2532319EC3100B3DEB5 /* AppDelegate.swift */; };
|
20 | 21 | 2125E2562319EC3100B3DEB5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2125E2552319EC3100B3DEB5 /* ViewController.swift */; };
|
21 | 22 | 2125E2592319EC3100B3DEB5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2125E2572319EC3100B3DEB5 /* Main.storyboard */; };
|
|
159 | 160 | 21A905372616446F00EC141D /* EnumTestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A9052A2616446F00EC141D /* EnumTestModel.swift */; };
|
160 | 161 | 21A905382616446F00EC141D /* TestEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A9052B2616446F00EC141D /* TestEnum.swift */; };
|
161 | 162 | 21A905602616484A00EC141D /* Scalar+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A9055F2616484A00EC141D /* Scalar+Equatable.swift */; };
|
| 163 | + 21AAE24026DFE94B007BA909 /* ModelSyncMetadata+Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AAE23E26DFE94B007BA909 /* ModelSyncMetadata+Schema.swift */; }; |
| 164 | + 21AAE24126DFE94B007BA909 /* ModelSyncMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AAE23F26DFE94B007BA909 /* ModelSyncMetadata.swift */; }; |
162 | 165 | 21AD424B249BF0DA0016FE95 /* AnyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACBAD522386160100E29E56 /* AnyModel.swift */; };
|
163 | 166 | 21AD424C249BF0DE0016FE95 /* AnyModel+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8EE776238626D60097E4F1 /* AnyModel+Codable.swift */; };
|
164 | 167 | 21AD424D249BF0E50016FE95 /* AnyModel+Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8EE78223862DDB0097E4F1 /* AnyModel+Schema.swift */; };
|
|
845 | 848 | 210DBC132332B3C6009B9E51 /* StorageGetURLOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StorageGetURLOperation.swift; sourceTree = "<group>"; };
|
846 | 849 | 210DBC152332B3CB009B9E51 /* StorageDownloadDataOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StorageDownloadDataOperation.swift; sourceTree = "<group>"; };
|
847 | 850 | 210DBC462332F0C5009B9E51 /* StorageError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageError.swift; sourceTree = "<group>"; };
|
| 851 | + 211FFEE226CD650500F0DB75 /* DataStoreQuerySnapshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataStoreQuerySnapshot.swift; sourceTree = "<group>"; }; |
848 | 852 | 2125E2102318D73B00B3DEB5 /* awsconfiguration.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = awsconfiguration.json; sourceTree = "<group>"; };
|
849 | 853 | 2125E2512319EC3000B3DEB5 /* AmplifyTestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AmplifyTestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
850 | 854 | 2125E2532319EC3100B3DEB5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
999 | 1003 | 21A9052A2616446F00EC141D /* EnumTestModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumTestModel.swift; sourceTree = "<group>"; };
|
1000 | 1004 | 21A9052B2616446F00EC141D /* TestEnum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEnum.swift; sourceTree = "<group>"; };
|
1001 | 1005 | 21A9055F2616484A00EC141D /* Scalar+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Scalar+Equatable.swift"; sourceTree = "<group>"; };
|
| 1006 | + 21AAE23E26DFE94B007BA909 /* ModelSyncMetadata+Schema.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ModelSyncMetadata+Schema.swift"; sourceTree = "<group>"; }; |
| 1007 | + 21AAE23F26DFE94B007BA909 /* ModelSyncMetadata.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ModelSyncMetadata.swift; sourceTree = "<group>"; }; |
1002 | 1008 | 21AD4255249BFFDF0016FE95 /* DeprecatedTodo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DeprecatedTodo.swift; path = Deprecated/DeprecatedTodo.swift; sourceTree = "<group>"; };
|
1003 | 1009 | 21C395B2245729EC00597EA2 /* AppSyncErrorType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSyncErrorType.swift; sourceTree = "<group>"; };
|
1004 | 1010 | 21D79FD9237617C60057D00D /* SubscriptionEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionEvent.swift; sourceTree = "<group>"; };
|
|
1931 | 1937 | 2129BE3F23948909006363A1 /* Sync */ = {
|
1932 | 1938 | isa = PBXGroup;
|
1933 | 1939 | children = (
|
| 1940 | + 21AAE23D26DFE94B007BA909 /* ModelSync */, |
1934 | 1941 | 2129BE4023948912006363A1 /* MutationSync */,
|
1935 | 1942 | 2129BE542395CAEF006363A1 /* PaginatedList.swift */,
|
1936 | 1943 | );
|
|
2176 | 2183 | path = Scalar;
|
2177 | 2184 | sourceTree = "<group>";
|
2178 | 2185 | };
|
| 2186 | + 21AAE23D26DFE94B007BA909 /* ModelSync */ = { |
| 2187 | + isa = PBXGroup; |
| 2188 | + children = ( |
| 2189 | + 21AAE23E26DFE94B007BA909 /* ModelSyncMetadata+Schema.swift */, |
| 2190 | + 21AAE23F26DFE94B007BA909 /* ModelSyncMetadata.swift */, |
| 2191 | + ); |
| 2192 | + path = ModelSync; |
| 2193 | + sourceTree = "<group>"; |
| 2194 | + }; |
2179 | 2195 | 21AD424A249BEC440016FE95 /* Internal */ = {
|
2180 | 2196 | isa = PBXGroup;
|
2181 | 2197 | children = (
|
|
3852 | 3868 | isa = PBXGroup;
|
3853 | 3869 | children = (
|
3854 | 3870 | FAD393702381FD3C00463F5E /* DataStoreCategory+Subscribe.swift */,
|
| 3871 | + 211FFEE226CD650500F0DB75 /* DataStoreQuerySnapshot.swift */, |
3855 | 3872 | FA9FD2332381CD0000A7CAF5 /* MutationEvent.swift */,
|
3856 | 3873 | FA8F4D232395B1B600861D91 /* MutationEvent+Model.swift */,
|
3857 | 3874 | FACBAD4F2386101100E29E56 /* MutationEvent+MutationType.swift */,
|
|
4754 | 4771 | files = (
|
4755 | 4772 | 2129BE4423948951006363A1 /* MutationSyncMetadata.swift in Sources */,
|
4756 | 4773 | B9675A2E24752621002FC843 /* GraphQLRequest+Model.swift in Sources */,
|
| 4774 | + 21AAE24026DFE94B007BA909 /* ModelSyncMetadata+Schema.swift in Sources */, |
4757 | 4775 | 2129BE1E2394806B006363A1 /* QueryPredicate+GraphQL.swift in Sources */,
|
4758 | 4776 | 21420A8F237222A900FA140C /* AWSIAMConfiguration.swift in Sources */,
|
4759 | 4777 | 219A888523EB897700BBC5F2 /* GraphQLRequest+AnyModelWithSync.swift in Sources */,
|
|
4787 | 4805 | 7608EE14268142F300FEC9CD /* AWSPluginOptions.swift in Sources */,
|
4788 | 4806 | 6BBECD7123ADA7E100C8DFBE /* AmplifyAWSServiceConfiguration.swift in Sources */,
|
4789 | 4807 | 21AD424F249BF0EC0016FE95 /* Model+AnyModel.swift in Sources */,
|
| 4808 | + 21AAE24126DFE94B007BA909 /* ModelSyncMetadata.swift in Sources */, |
4790 | 4809 | B4EBEB682462050B00D06375 /* AuthCognitoIdentityProvider.swift in Sources */,
|
4791 | 4810 | 21AD424C249BF0DE0016FE95 /* AnyModel+Codable.swift in Sources */,
|
4792 | 4811 | 212CE6FE23E9E5A2007D8E71 /* GraphQLDocumentnputValue.swift in Sources */,
|
|
5237 | 5256 | B4251A0124250369007F59EF /* AuthConfirmResetPasswordRequest.swift in Sources */,
|
5238 | 5257 | FAAFAF2F23904B14002CF932 /* AtomicValue+Bool.swift in Sources */,
|
5239 | 5258 | B9B50DC823DA15890086F1E1 /* DataStoreError+Temporal.swift in Sources */,
|
| 5259 | + 211FFEE326CD650500F0DB75 /* DataStoreQuerySnapshot.swift in Sources */, |
5240 | 5260 | FA249EEB24C5FE66009B3CE8 /* AmplifyAPICategory+GraphQLBehavior+Combine.swift in Sources */,
|
5241 | 5261 | FACD26502386E9410068FBE6 /* JSONValue+Subscript.swift in Sources */,
|
5242 | 5262 | B450741324115C260098F02D /* AuthSignInRequest.swift in Sources */,
|
|
0 commit comments