|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 0513BE772B2B464800FB61CF /* samplepoint.gpx in Resources */ = {isa = PBXBuildFile; fileRef = 0513BE762B2B464800FB61CF /* samplepoint.gpx */; }; |
11 | 10 | 0536DD852B0BD11A00B04C4B /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0536DD842B0BD11A00B04C4B /* LoginViewController.swift */; }; |
12 | 11 | 0536DD8C2B0BD2C200B04C4B /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0536DD8B2B0BD2C200B04C4B /* Constants.swift */; }; |
13 | 12 | 0536DD922B0BD58800B04C4B /* OAuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0536DD912B0BD58800B04C4B /* OAuthService.swift */; }; |
|
143 | 142 | A4E711A82B57CA4300C9DE08 /* QuestsRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711A72B57CA4300C9DE08 /* QuestsRepository.swift */; }; |
144 | 143 | B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */; }; |
145 | 144 | B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */; }; |
| 145 | + C75666D02E0D068900D36C41 /* OHHTTPStubs in Frameworks */ = {isa = PBXBuildFile; productRef = C75666CF2E0D068900D36C41 /* OHHTTPStubs */; }; |
| 146 | + C75666D22E0D068900D36C41 /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C75666D12E0D068900D36C41 /* OHHTTPStubsSwift */; }; |
| 147 | + C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */; }; |
| 148 | + C75CC5DA2E0D22F4008A94A0 /* Workspaces response.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */; }; |
| 149 | + C75CC5DB2E0D22F4008A94A0 /* SCLIO Seattle pins response.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */; }; |
146 | 150 | C75EAD362E042D4500F75969 /* SideWalkWidth.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711A12B57A3B400C9DE08 /* SideWalkWidth.swift */; }; |
147 | 151 | C75EAD372E042D4500F75969 /* SideWalkWidthForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0132B4D353800878269 /* SideWalkWidthForm.swift */; }; |
148 | 152 | C76187DC2E0153D800150201 /* ClusterMap in Frameworks */ = {isa = PBXBuildFile; productRef = C76187DB2E0153D800150201 /* ClusterMap */; }; |
|
473 | 477 | B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; |
474 | 478 | B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewVM.swift; sourceTree = "<group>"; }; |
475 | 479 | C4F37DA661B22FA87DF8282F /* Pods_osmapi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_osmapi.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 480 | + C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Workspaces response.json"; sourceTree = "<group>"; }; |
| 481 | + C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "SCLIO Seattle pins response.json"; sourceTree = "<group>"; }; |
| 482 | + C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = LongQuestsResponse.json; sourceTree = "<group>"; }; |
| 483 | + C75E47732E151058006D903A /* Kondapur.gpx */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Kondapur.gpx; sourceTree = "<group>"; }; |
476 | 484 | C77A4A252DF2AF3100DED8B0 /* SecureInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureInputView.swift; sourceTree = "<group>"; }; |
477 | 485 | C77EEBCE2DE59D3200494CB4 /* UndoMerge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoMerge.swift; sourceTree = "<group>"; }; |
478 | 486 | C7ED070E2D70E2EC001FFFE2 /* TokenRefresher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenRefresher.swift; sourceTree = "<group>"; }; |
|
592 | 600 | isa = PBXFrameworksBuildPhase; |
593 | 601 | buildActionMask = 2147483647; |
594 | 602 | files = ( |
| 603 | + C75666D02E0D068900D36C41 /* OHHTTPStubs in Frameworks */, |
| 604 | + C75666D22E0D068900D36C41 /* OHHTTPStubsSwift in Frameworks */, |
595 | 605 | 97F2FA8A2B0630A3000B9726 /* Pods_GoInfoGame.framework in Frameworks */, |
596 | 606 | A4AD13272B5E90BD0041A881 /* osmparser.framework in Frameworks */, |
597 | 607 | C76187DC2E0153D800150201 /* ClusterMap in Frameworks */, |
|
630 | 640 | 0536DD8A2B0BD2A900B04C4B /* Helpers */ = { |
631 | 641 | isa = PBXGroup; |
632 | 642 | children = ( |
| 643 | + C75CC5D52E0D22E0008A94A0 /* SampleResponses */, |
633 | 644 | 0536DD8B2B0BD2C200B04C4B /* Constants.swift */, |
634 | 645 | 972454142B14A49A0036B91A /* Extensions.swift */, |
635 | 646 | 973FBFFD2B46BB3800878269 /* Utils.swift */, |
|
1253 | 1264 | path = Profile; |
1254 | 1265 | sourceTree = "<group>"; |
1255 | 1266 | }; |
| 1267 | + C75CC5D52E0D22E0008A94A0 /* SampleResponses */ = { |
| 1268 | + isa = PBXGroup; |
| 1269 | + children = ( |
| 1270 | + C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */, |
| 1271 | + C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */, |
| 1272 | + C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */, |
| 1273 | + ); |
| 1274 | + path = SampleResponses; |
| 1275 | + sourceTree = "<group>"; |
| 1276 | + }; |
1256 | 1277 | FA18CADE2CC7CD46008247F2 /* Kartaview */ = { |
1257 | 1278 | isa = PBXGroup; |
1258 | 1279 | children = ( |
|
1449 | 1470 | FAD5C4F82AFCBE700040C61A /* Main.storyboard */, |
1450 | 1471 | FAD5C4FB2AFCBE720040C61A /* Assets.xcassets */, |
1451 | 1472 | 0513BE762B2B464800FB61CF /* samplepoint.gpx */, |
| 1473 | + C75E47732E151058006D903A /* Kondapur.gpx */, |
1452 | 1474 | FAD5C4FD2AFCBE720040C61A /* LaunchScreen.storyboard */, |
1453 | 1475 | FAD5C5002AFCBE720040C61A /* Info.plist */, |
1454 | 1476 | A40004EB2B62338400AF21FB /* AppQuestManager.swift */, |
|
1777 | 1799 | mainGroup = FAD5C4E62AFCBE700040C61A; |
1778 | 1800 | packageReferences = ( |
1779 | 1801 | C76187DA2E0153D800150201 /* XCRemoteSwiftPackageReference "ClusterMap" */, |
| 1802 | + C75666CE2E0D068900D36C41 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */, |
1780 | 1803 | ); |
1781 | 1804 | productRefGroup = FAD5C4F02AFCBE700040C61A /* Products */; |
1782 | 1805 | projectDirPath = ""; |
|
1827 | 1850 | buildActionMask = 2147483647; |
1828 | 1851 | files = ( |
1829 | 1852 | 973FC00A2B4D2A6D00878269 /* Localizable.strings in Resources */, |
1830 | | - 0513BE772B2B464800FB61CF /* samplepoint.gpx in Resources */, |
1831 | 1853 | FAD5C4FF2AFCBE720040C61A /* LaunchScreen.storyboard in Resources */, |
1832 | 1854 | FAD5C4FC2AFCBE720040C61A /* Assets.xcassets in Resources */, |
1833 | 1855 | FAD5C4FA2AFCBE700040C61A /* Main.storyboard in Resources */, |
| 1856 | + C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */, |
| 1857 | + C75CC5DA2E0D22F4008A94A0 /* Workspaces response.json in Resources */, |
| 1858 | + C75CC5DB2E0D22F4008A94A0 /* SCLIO Seattle pins response.json in Resources */, |
1834 | 1859 | ); |
1835 | 1860 | runOnlyForDeploymentPostprocessing = 0; |
1836 | 1861 | }; |
|
2899 | 2924 | /* End XCConfigurationList section */ |
2900 | 2925 |
|
2901 | 2926 | /* Begin XCRemoteSwiftPackageReference section */ |
| 2927 | + C75666CE2E0D068900D36C41 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = { |
| 2928 | + isa = XCRemoteSwiftPackageReference; |
| 2929 | + repositoryURL = "https://github.com/AliSoftware/OHHTTPStubs"; |
| 2930 | + requirement = { |
| 2931 | + kind = upToNextMajorVersion; |
| 2932 | + minimumVersion = 9.1.0; |
| 2933 | + }; |
| 2934 | + }; |
2902 | 2935 | C76187DA2E0153D800150201 /* XCRemoteSwiftPackageReference "ClusterMap" */ = { |
2903 | 2936 | isa = XCRemoteSwiftPackageReference; |
2904 | 2937 | repositoryURL = "https://github.com/vospennikov/ClusterMap.git"; |
|
2910 | 2943 | /* End XCRemoteSwiftPackageReference section */ |
2911 | 2944 |
|
2912 | 2945 | /* Begin XCSwiftPackageProductDependency section */ |
| 2946 | + C75666CF2E0D068900D36C41 /* OHHTTPStubs */ = { |
| 2947 | + isa = XCSwiftPackageProductDependency; |
| 2948 | + package = C75666CE2E0D068900D36C41 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */; |
| 2949 | + productName = OHHTTPStubs; |
| 2950 | + }; |
| 2951 | + C75666D12E0D068900D36C41 /* OHHTTPStubsSwift */ = { |
| 2952 | + isa = XCSwiftPackageProductDependency; |
| 2953 | + package = C75666CE2E0D068900D36C41 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */; |
| 2954 | + productName = OHHTTPStubsSwift; |
| 2955 | + }; |
2913 | 2956 | C76187DB2E0153D800150201 /* ClusterMap */ = { |
2914 | 2957 | isa = XCSwiftPackageProductDependency; |
2915 | 2958 | package = C76187DA2E0153D800150201 /* XCRemoteSwiftPackageReference "ClusterMap" */; |
|
0 commit comments