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