|
12 | 12 | 2A6906C72D263DF4001F8426 /* GoogleMapsGroundOverlayControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A6906C62D263DE7001F8426 /* GoogleMapsGroundOverlayControllerTests.m */; }; |
13 | 13 | 2BDE99378062AE3E60B40021 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3ACE0AFE8D82CD5962486AFD /* Pods_RunnerTests.framework */; }; |
14 | 14 | 330909FF2D99B7A60077A751 /* GoogleMapsMarkerControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 330909FE2D99B79B0077A751 /* GoogleMapsMarkerControllerTests.m */; }; |
| 15 | + 339355BA2EB3E50300EBF864 /* GoogleMapsCircleControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 339355B92EB3E4F900EBF864 /* GoogleMapsCircleControllerTests.m */; }; |
| 16 | + 339355BD2EB3E56300EBF864 /* GoogleMapsTileOverlayControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 339355BC2EB3E55600EBF864 /* GoogleMapsTileOverlayControllerTests.m */; }; |
| 17 | + 339355BF2EB535A600EBF864 /* FLTGoogleMapHeatmapControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 339355BE2EB5359B00EBF864 /* FLTGoogleMapHeatmapControllerTests.m */; }; |
15 | 18 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; |
16 | | - 478116522BEF8F47002F593E /* GoogleMapsPolylinesControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 478116512BEF8F47002F593E /* GoogleMapsPolylinesControllerTests.m */; }; |
| 19 | + 478116522BEF8F47002F593E /* GoogleMapsPolylineControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 478116512BEF8F47002F593E /* GoogleMapsPolylineControllerTests.m */; }; |
17 | 20 | 528F16832C62941000148160 /* FGMClusterManagersControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 528F16822C62941000148160 /* FGMClusterManagersControllerTests.m */; }; |
18 | 21 | 528F16872C62952700148160 /* ExtractIconFromDataTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 528F16862C62952700148160 /* ExtractIconFromDataTests.m */; }; |
19 | 22 | 6851F3562835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6851F3552835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m */; }; |
|
66 | 69 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; |
67 | 70 | 2A6906C62D263DE7001F8426 /* GoogleMapsGroundOverlayControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsGroundOverlayControllerTests.m; sourceTree = "<group>"; }; |
68 | 71 | 330909FE2D99B79B0077A751 /* GoogleMapsMarkerControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsMarkerControllerTests.m; sourceTree = "<group>"; }; |
| 72 | + 339355B82EB3E4D500EBF864 /* GoogleMapsPolygonControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsPolygonControllerTests.m; sourceTree = "<group>"; }; |
| 73 | + 339355B92EB3E4F900EBF864 /* GoogleMapsCircleControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsCircleControllerTests.m; sourceTree = "<group>"; }; |
| 74 | + 339355BC2EB3E55600EBF864 /* GoogleMapsTileOverlayControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsTileOverlayControllerTests.m; sourceTree = "<group>"; }; |
| 75 | + 339355BE2EB5359B00EBF864 /* FLTGoogleMapHeatmapControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FLTGoogleMapHeatmapControllerTests.m; sourceTree = "<group>"; }; |
69 | 76 | 3ACE0AFE8D82CD5962486AFD /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
70 | 77 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
71 | | - 478116512BEF8F47002F593E /* GoogleMapsPolylinesControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsPolylinesControllerTests.m; sourceTree = "<group>"; }; |
| 78 | + 478116512BEF8F47002F593E /* GoogleMapsPolylineControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsPolylineControllerTests.m; sourceTree = "<group>"; }; |
72 | 79 | 528F16822C62941000148160 /* FGMClusterManagersControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FGMClusterManagersControllerTests.m; sourceTree = "<group>"; }; |
73 | 80 | 528F16862C62952700148160 /* ExtractIconFromDataTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtractIconFromDataTests.m; sourceTree = "<group>"; }; |
74 | 81 | 61A9A8623F5CA9BBC813DC6B /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
75 | 82 | 6851F3552835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLTGoogleMapJSONConversionsConversionTests.m; sourceTree = "<group>"; }; |
76 | 83 | 733AFAB37683A9DA7512F09C /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 84 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; }; |
77 | 85 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
78 | 86 | 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
79 | 87 | 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
|
139 | 147 | 9740EEB11CF90186004384FC /* Flutter */ = { |
140 | 148 | isa = PBXGroup; |
141 | 149 | children = ( |
| 150 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */, |
142 | 151 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, |
143 | 152 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, |
144 | 153 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, |
|
211 | 220 | F269303A2BB389BF00BF17C4 /* assets */, |
212 | 221 | 528F16862C62952700148160 /* ExtractIconFromDataTests.m */, |
213 | 222 | 528F16822C62941000148160 /* FGMClusterManagersControllerTests.m */, |
| 223 | + 339355BE2EB5359B00EBF864 /* FLTGoogleMapHeatmapControllerTests.m */, |
214 | 224 | 6851F3552835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m */, |
215 | 225 | 0DD7B6C22B744EEF00E857FD /* FLTTileProviderControllerTests.m */, |
216 | 226 | F7151F12265D7ED70028CB91 /* GoogleMapsTests.m */, |
217 | | - 330909FE2D99B79B0077A751 /* GoogleMapsMarkerControllerTests.m */, |
218 | | - 478116512BEF8F47002F593E /* GoogleMapsPolylinesControllerTests.m */, |
| 227 | + 339355B92EB3E4F900EBF864 /* GoogleMapsCircleControllerTests.m */, |
219 | 228 | 2A6906C62D263DE7001F8426 /* GoogleMapsGroundOverlayControllerTests.m */, |
| 229 | + 330909FE2D99B79B0077A751 /* GoogleMapsMarkerControllerTests.m */, |
| 230 | + 339355B82EB3E4D500EBF864 /* GoogleMapsPolygonControllerTests.m */, |
| 231 | + 478116512BEF8F47002F593E /* GoogleMapsPolylineControllerTests.m */, |
| 232 | + 339355BC2EB3E55600EBF864 /* GoogleMapsTileOverlayControllerTests.m */, |
220 | 233 | 982F2A6A27BADE17003C81F4 /* PartiallyMockedMapView.h */, |
221 | 234 | 982F2A6B27BADE17003C81F4 /* PartiallyMockedMapView.m */, |
222 | 235 | F7151F14265D7ED70028CB91 /* Info.plist */, |
|
248 | 261 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
249 | 262 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
250 | 263 | BB6BD9A1101E970BEF85B6D2 /* [CP] Copy Pods Resources */, |
251 | | - 9C5FE6CAF02237D44998DDC0 /* [CP] Embed Pods Frameworks */, |
252 | 264 | ); |
253 | 265 | buildRules = ( |
254 | 266 | ); |
|
426 | 438 | shellPath = /bin/sh; |
427 | 439 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
428 | 440 | }; |
429 | | - 9C5FE6CAF02237D44998DDC0 /* [CP] Embed Pods Frameworks */ = { |
430 | | - isa = PBXShellScriptBuildPhase; |
431 | | - buildActionMask = 2147483647; |
432 | | - files = ( |
433 | | - ); |
434 | | - inputPaths = ( |
435 | | - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
436 | | - "${BUILT_PRODUCTS_DIR}/integration_test/integration_test.framework", |
437 | | - ); |
438 | | - name = "[CP] Embed Pods Frameworks"; |
439 | | - outputPaths = ( |
440 | | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/integration_test.framework", |
441 | | - ); |
442 | | - runOnlyForDeploymentPostprocessing = 0; |
443 | | - shellPath = /bin/sh; |
444 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
445 | | - showEnvVarsInLog = 0; |
446 | | - }; |
447 | 441 | BB6BD9A1101E970BEF85B6D2 /* [CP] Copy Pods Resources */ = { |
448 | 442 | isa = PBXShellScriptBuildPhase; |
449 | 443 | buildActionMask = 2147483647; |
|
522 | 516 | buildActionMask = 2147483647; |
523 | 517 | files = ( |
524 | 518 | 528F16832C62941000148160 /* FGMClusterManagersControllerTests.m in Sources */, |
| 519 | + 339355BA2EB3E50300EBF864 /* GoogleMapsCircleControllerTests.m in Sources */, |
| 520 | + 339355BF2EB535A600EBF864 /* FLTGoogleMapHeatmapControllerTests.m in Sources */, |
| 521 | + 339355BD2EB3E56300EBF864 /* GoogleMapsTileOverlayControllerTests.m in Sources */, |
525 | 522 | F7151F13265D7ED70028CB91 /* GoogleMapsTests.m in Sources */, |
526 | 523 | 6851F3562835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m in Sources */, |
527 | 524 | 982F2A6C27BADE17003C81F4 /* PartiallyMockedMapView.m in Sources */, |
528 | 525 | 330909FF2D99B7A60077A751 /* GoogleMapsMarkerControllerTests.m in Sources */, |
529 | | - 478116522BEF8F47002F593E /* GoogleMapsPolylinesControllerTests.m in Sources */, |
| 526 | + 478116522BEF8F47002F593E /* GoogleMapsPolylineControllerTests.m in Sources */, |
530 | 527 | 2A6906C72D263DF4001F8426 /* GoogleMapsGroundOverlayControllerTests.m in Sources */, |
531 | 528 | 0DD7B6C32B744EEF00E857FD /* FLTTileProviderControllerTests.m in Sources */, |
532 | 529 | 528F16872C62952700148160 /* ExtractIconFromDataTests.m in Sources */, |
|
0 commit comments