|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 52; |
| 6 | + objectVersion = 51; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
202 | 202 | 5C09CCBA26CEDE1200CDCA9F /* GeoCategoryPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCAF26CEDE1200CDCA9F /* GeoCategoryPlugin.swift */; };
|
203 | 203 | 5C09CCBB26CEDE1200CDCA9F /* GeoCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCB026CEDE1200CDCA9F /* GeoCategory.swift */; };
|
204 | 204 | 5C09CCBC26CEDE1200CDCA9F /* GeoCategory+ClientBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCB126CEDE1200CDCA9F /* GeoCategory+ClientBehavior.swift */; };
|
205 |
| - 5C09CCBD26CEDE1200CDCA9F /* GeoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCB326CEDE1200CDCA9F /* GeoError.swift */; }; |
206 | 205 | 5C09CCBE26CEDE1200CDCA9F /* GeoCategoryBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCB426CEDE1200CDCA9F /* GeoCategoryBehavior.swift */; };
|
207 | 206 | 5C09CCC226D0733700CDCA9F /* GeoCategoryClientAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCC026D0733700CDCA9F /* GeoCategoryClientAPITests.swift */; };
|
208 | 207 | 5C09CCC326D0733700CDCA9F /* GeoCategoryConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C09CCC126D0733700CDCA9F /* GeoCategoryConfigurationTests.swift */; };
|
|
216 | 215 | 5C763DAA26F2CF66006650E7 /* Geo+Place.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C763DA926F2CF66006650E7 /* Geo+Place.swift */; };
|
217 | 216 | 5C763DAC26F2CFC2006650E7 /* Geo+MapStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C763DAB26F2CFC2006650E7 /* Geo+MapStyle.swift */; };
|
218 | 217 | 5C763DAE26F2D00F006650E7 /* Geo+ResultsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C763DAD26F2D00F006650E7 /* Geo+ResultsHandler.swift */; };
|
| 218 | + 5CB5DD27271707780078CCA2 /* Geo+SearchOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CB5DD26271707780078CCA2 /* Geo+SearchOptions.swift */; }; |
| 219 | + 5CF43D092728C64100F636E1 /* Geo+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF43D082728C64100F636E1 /* Geo+Error.swift */; }; |
219 | 220 | 6B33896823AAACC900561E5B /* ReachabilityUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B33896723AAACC900561E5B /* ReachabilityUpdate.swift */; };
|
220 | 221 | 6B452B8225A7D0F600A1A811 /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B452B8125A7D0F600A1A811 /* Array+Extensions.swift */; };
|
221 | 222 | 6B5087BD2565E5AD000AB673 /* QueryPredicateEvaluateGeneratedDoubleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B5087BC2565E5AD000AB673 /* QueryPredicateEvaluateGeneratedDoubleTests.swift */; };
|
|
1053 | 1054 | 5C09CCAF26CEDE1200CDCA9F /* GeoCategoryPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoCategoryPlugin.swift; sourceTree = "<group>"; };
|
1054 | 1055 | 5C09CCB026CEDE1200CDCA9F /* GeoCategory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoCategory.swift; sourceTree = "<group>"; };
|
1055 | 1056 | 5C09CCB126CEDE1200CDCA9F /* GeoCategory+ClientBehavior.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GeoCategory+ClientBehavior.swift"; sourceTree = "<group>"; };
|
1056 |
| - 5C09CCB326CEDE1200CDCA9F /* GeoError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoError.swift; sourceTree = "<group>"; }; |
1057 | 1057 | 5C09CCB426CEDE1200CDCA9F /* GeoCategoryBehavior.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoCategoryBehavior.swift; sourceTree = "<group>"; };
|
1058 | 1058 | 5C09CCC026D0733700CDCA9F /* GeoCategoryClientAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoCategoryClientAPITests.swift; sourceTree = "<group>"; };
|
1059 | 1059 | 5C09CCC126D0733700CDCA9F /* GeoCategoryConfigurationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeoCategoryConfigurationTests.swift; sourceTree = "<group>"; };
|
|
1067 | 1067 | 5C763DA926F2CF66006650E7 /* Geo+Place.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Geo+Place.swift"; sourceTree = "<group>"; };
|
1068 | 1068 | 5C763DAB26F2CFC2006650E7 /* Geo+MapStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Geo+MapStyle.swift"; sourceTree = "<group>"; };
|
1069 | 1069 | 5C763DAD26F2D00F006650E7 /* Geo+ResultsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Geo+ResultsHandler.swift"; sourceTree = "<group>"; };
|
| 1070 | + 5CB5DD26271707780078CCA2 /* Geo+SearchOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Geo+SearchOptions.swift"; sourceTree = "<group>"; }; |
| 1071 | + 5CF43D082728C64100F636E1 /* Geo+Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Geo+Error.swift"; sourceTree = "<group>"; }; |
1070 | 1072 | 614D1E66BBE236DDD4F8E2E0 /* Pods-Amplify-AWSPluginsCore-AWSPluginsTestConfigs-AWSPluginsCoreTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Amplify-AWSPluginsCore-AWSPluginsTestConfigs-AWSPluginsCoreTests.debug.xcconfig"; path = "Target Support Files/Pods-Amplify-AWSPluginsCore-AWSPluginsTestConfigs-AWSPluginsCoreTests/Pods-Amplify-AWSPluginsCore-AWSPluginsTestConfigs-AWSPluginsCoreTests.debug.xcconfig"; sourceTree = "<group>"; };
|
1071 | 1073 | 6B33896723AAACC900561E5B /* ReachabilityUpdate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReachabilityUpdate.swift; sourceTree = "<group>"; };
|
1072 | 1074 | 6B452B8125A7D0F600A1A811 /* Array+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Extensions.swift"; sourceTree = "<group>"; };
|
|
2227 | 2229 | 5C09CCB426CEDE1200CDCA9F /* GeoCategoryBehavior.swift */,
|
2228 | 2230 | 5C09CCAE26CEDE1200CDCA9F /* GeoCategoryConfiguration.swift */,
|
2229 | 2231 | 5C09CCAF26CEDE1200CDCA9F /* GeoCategoryPlugin.swift */,
|
2230 |
| - 5C09CCB226CEDE1200CDCA9F /* Error */, |
2231 | 2232 | 5C09CCAA26CEDE1200CDCA9F /* Internal */,
|
2232 | 2233 | 5C763D9E26F2CA9F006650E7 /* Types */,
|
2233 | 2234 | );
|
|
2243 | 2244 | path = Internal;
|
2244 | 2245 | sourceTree = "<group>";
|
2245 | 2246 | };
|
2246 |
| - 5C09CCB226CEDE1200CDCA9F /* Error */ = { |
2247 |
| - isa = PBXGroup; |
2248 |
| - children = ( |
2249 |
| - 5C09CCB326CEDE1200CDCA9F /* GeoError.swift */, |
2250 |
| - ); |
2251 |
| - path = Error; |
2252 |
| - sourceTree = "<group>"; |
2253 |
| - }; |
2254 | 2247 | 5C09CCBF26D0733700CDCA9F /* Geo */ = {
|
2255 | 2248 | isa = PBXGroup;
|
2256 | 2249 | children = (
|
|
2268 | 2261 | 5C763DA526F2CD95006650E7 /* Geo+BoundingBox.swift */,
|
2269 | 2262 | 5C763DA126F2CB6A006650E7 /* Geo+Coordinates.swift */,
|
2270 | 2263 | 5C2D791426F5172E00420798 /* Geo+Country.swift */,
|
| 2264 | + 5CF43D082728C64100F636E1 /* Geo+Error.swift */, |
2271 | 2265 | 5C763DAB26F2CFC2006650E7 /* Geo+MapStyle.swift */,
|
2272 | 2266 | 5C763DA926F2CF66006650E7 /* Geo+Place.swift */,
|
2273 | 2267 | 5C763DAD26F2D00F006650E7 /* Geo+ResultsHandler.swift */,
|
2274 | 2268 | 5C763DA726F2CE28006650E7 /* Geo+SearchArea.swift */,
|
| 2269 | + 5CB5DD26271707780078CCA2 /* Geo+SearchOptions.swift */, |
2275 | 2270 | );
|
2276 | 2271 | path = Types;
|
2277 | 2272 | sourceTree = "<group>";
|
|
4839 | 4834 | 95DAAB2E237E63370028544F /* AgeRange.swift in Sources */,
|
4840 | 4835 | B4F7F3E824621E6200544B04 /* AuthAttributeResendConfirmationCodeRequest.swift in Sources */,
|
4841 | 4836 | B4D3853A236C97360014653D /* PredictionsInterpretRequest.swift in Sources */,
|
| 4837 | + 5CF43D092728C64100F636E1 /* Geo+Error.swift in Sources */, |
4842 | 4838 | 2144226C234BDD9B009357F7 /* StorageUploadFileRequest.swift in Sources */,
|
4843 | 4839 | FAA2E8CA23A02A2600E420EA /* DataStoreCategory+Resettable.swift in Sources */,
|
4844 | 4840 | B9B50DC423D917BB0086F1E1 /* TemporalFormat+Date.swift in Sources */,
|
|
4901 | 4897 | 974FF18724B54E590050D01B /* DeviceInfoItem.swift in Sources */,
|
4902 | 4898 | 97CB860624ABA023000C65FB /* LongPressGestureRecognizer.swift in Sources */,
|
4903 | 4899 | FA5704C7245F368200392C19 /* ProgressListener.swift in Sources */,
|
| 4900 | + 5CB5DD27271707780078CCA2 /* Geo+SearchOptions.swift in Sources */, |
4904 | 4901 | FA76A2D32342B47100B91ADB /* HubPayloadEventName.swift in Sources */,
|
4905 | 4902 | FA5704C9245F3C6900392C19 /* AmplifyInProcessReportingOperation.swift in Sources */,
|
4906 | 4903 | FA09B9332321A305000E064D /* HubCategory+CategoryConfigurable.swift in Sources */,
|
|
5096 | 5093 | FAC235A3227A5ED000424678 /* HubChannel.swift in Sources */,
|
5097 | 5094 | FAA2E8CE23A02A8100E420EA /* PredictionsCategory+Resettable.swift in Sources */,
|
5098 | 5095 | FAC23516227A053D00424678 /* StorageCategoryBehavior.swift in Sources */,
|
5099 |
| - 5C09CCBD26CEDE1200CDCA9F /* GeoError.swift in Sources */, |
5100 | 5096 | FA4E730E232829F1003B8EEB /* Resettable.swift in Sources */,
|
5101 | 5097 | FAC23518227A053D00424678 /* StorageCategoryPlugin.swift in Sources */,
|
5102 | 5098 | B42B3D3B246AE178007211E0 /* AuthInvalidateCredentialBehavior.swift in Sources */,
|
|
0 commit comments