Skip to content

Commit a83cc00

Browse files
committed
Install FSInteractiveMap using SPM
1 parent d99906b commit a83cc00

File tree

4 files changed

+36
-14
lines changed

4 files changed

+36
-14
lines changed

Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ abstract_target 'Apps' do
4646
pod 'AppCenter', app_center_version, configurations: app_center_configurations
4747
pod 'AppCenter/Distribute', app_center_version, configurations: app_center_configurations
4848

49-
pod 'FSInteractiveMap', git: 'https://github.com/wordpress-mobile/FSInteractiveMap.git', tag: '0.2.0'
50-
5149
## Automattic libraries
5250
## ====================
5351
##
52+
5453
aztec
5554

5655
## WordPress App iOS

Podfile.lock

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ PODS:
99
- AppCenter/Core
1010
- AppCenter/Distribute (5.0.4):
1111
- AppCenter/Core
12-
- FSInteractiveMap (0.1.0)
1312
- Gutenberg (1.120.1)
1413
- SwiftLint (0.54.0)
1514
- WordPress-Aztec-iOS (1.19.11)
@@ -19,7 +18,6 @@ PODS:
1918
DEPENDENCIES:
2019
- AppCenter (~> 5.0)
2120
- AppCenter/Distribute (~> 5.0)
22-
- FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`)
2321
- Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.120.1.podspec`)
2422
- SwiftLint (= 0.54.0)
2523
- WordPress-Editor-iOS (~> 1.19.11)
@@ -33,25 +31,16 @@ SPEC REPOS:
3331
- SwiftLint
3432

3533
EXTERNAL SOURCES:
36-
FSInteractiveMap:
37-
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
38-
:tag: 0.2.0
3934
Gutenberg:
4035
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.120.1.podspec
4136

42-
CHECKOUT OPTIONS:
43-
FSInteractiveMap:
44-
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
45-
:tag: 0.2.0
46-
4737
SPEC CHECKSUMS:
4838
AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a
49-
FSInteractiveMap: a396f610f48b76cb540baa87139d056429abda86
5039
Gutenberg: 0699e7dd207afb591ccd5e81252a92e6e7781391
5140
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
5241
WordPress-Aztec-iOS: 3732c6d865a5c9f35788377bdeda8a80ea10d0a1
5342
WordPress-Editor-iOS: 453345420ced3d3ef20f0051b3df46ff10281e0c
5443

55-
PODFILE CHECKSUM: 16e6c3f45218204a63bf806be73c61aa22b37a1d
44+
PODFILE CHECKSUM: a4961466e64794b30d6f22f78c77e1f1882340a9
5645

5746
COCOAPODS: 1.15.2

WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@
500500
0C2C83FB2A6EABF300A3ACD9 /* StatsPeriodCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2C83F92A6EABF300A3ACD9 /* StatsPeriodCache.swift */; };
501501
0C2C83FD2A6EBD3F00A3ACD9 /* StatsInsightsCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2C83FC2A6EBD3F00A3ACD9 /* StatsInsightsCache.swift */; };
502502
0C2C83FE2A6EBD3F00A3ACD9 /* StatsInsightsCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2C83FC2A6EBD3F00A3ACD9 /* StatsInsightsCache.swift */; };
503+
0C2F62992C2F2CE300E35709 /* FSInteractiveMap in Frameworks */ = {isa = PBXBuildFile; productRef = 0C2F62982C2F2CE300E35709 /* FSInteractiveMap */; };
503504
0C3060242C2EE6340096D0F6 /* MediaEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 0C3060232C2EE6340096D0F6 /* MediaEditor */; };
504505
0C308FFE2B1234E70071C551 /* SiteMediaFilterButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C308FFD2B1234E70071C551 /* SiteMediaFilterButtonView.swift */; };
505506
0C308FFF2B1234E70071C551 /* SiteMediaFilterButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C308FFD2B1234E70071C551 /* SiteMediaFilterButtonView.swift */; };
@@ -521,6 +522,7 @@
521522
0C3F753A2C2F2769008F190C /* GravatarUI in Frameworks */ = {isa = PBXBuildFile; productRef = 0C3F75392C2F2769008F190C /* GravatarUI */; };
522523
0C3F753C2C2F2780008F190C /* Gravatar in Frameworks */ = {isa = PBXBuildFile; productRef = 0C3F753B2C2F2780008F190C /* Gravatar */; };
523524
0C3F753E2C2F2780008F190C /* GravatarUI in Frameworks */ = {isa = PBXBuildFile; productRef = 0C3F753D2C2F2780008F190C /* GravatarUI */; };
525+
0C3F754F2C2F2C44008F190C /* FSInteractiveMap in Frameworks */ = {isa = PBXBuildFile; productRef = 0C3F754E2C2F2C44008F190C /* FSInteractiveMap */; };
524526
0C5751102B011468001074E5 /* RemoteConfigDebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C57510F2B011468001074E5 /* RemoteConfigDebugView.swift */; };
525527
0C5751112B011468001074E5 /* RemoteConfigDebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C57510F2B011468001074E5 /* RemoteConfigDebugView.swift */; };
526528
0C63266F2A3D1305000B8C57 /* GutenbergFilesAppMediaSourceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C63266E2A3D1305000B8C57 /* GutenbergFilesAppMediaSourceTests.swift */; };
@@ -11857,6 +11859,7 @@
1185711859
3F411B6F28987E3F002513AE /* Lottie in Frameworks */,
1185811860
374CB16215B93C0800DD0EBC /* AudioToolbox.framework in Frameworks */,
1185911861
E10B3655158F2D7800419A93 /* CoreGraphics.framework in Frameworks */,
11862+
0C2F62992C2F2CE300E35709 /* FSInteractiveMap in Frameworks */,
1186011863
E10B3654158F2D4500419A93 /* UIKit.framework in Frameworks */,
1186111864
E10B3652158F2D3F00419A93 /* QuartzCore.framework in Frameworks */,
1186211865
0CD9FB892AFA71C2009D9C7A /* DGCharts in Frameworks */,
@@ -12094,6 +12097,7 @@
1209412097
FABB26252602FC2C00C8785C /* UserNotifications.framework in Frameworks */,
1209512098
FABB26262602FC2C00C8785C /* Photos.framework in Frameworks */,
1209612099
FABB26272602FC2C00C8785C /* NotificationCenter.framework in Frameworks */,
12100+
0C3F754F2C2F2C44008F190C /* FSInteractiveMap in Frameworks */,
1209712101
FABB26282602FC2C00C8785C /* CoreTelephony.framework in Frameworks */,
1209812102
FABB26292602FC2C00C8785C /* SystemConfiguration.framework in Frameworks */,
1209912103
08E63FCD2B28E52B00747E21 /* DesignSystem in Frameworks */,
@@ -22996,6 +23000,7 @@
2299623000
0CC390392C2EE6B30037C201 /* MediaEditor */,
2299723001
0C3F753B2C2F2780008F190C /* Gravatar */,
2299823002
0C3F753D2C2F2780008F190C /* GravatarUI */,
23003+
0C2F62982C2F2CE300E35709 /* FSInteractiveMap */,
2299923004
);
2300023005
productName = WordPress;
2300123006
productReference = 1D6058910D05DD3D006BFB54 /* WordPress.app */;
@@ -23426,6 +23431,7 @@
2342623431
0C3060232C2EE6340096D0F6 /* MediaEditor */,
2342723432
0C3F75372C2F2769008F190C /* Gravatar */,
2342823433
0C3F75392C2F2769008F190C /* GravatarUI */,
23434+
0C3F754E2C2F2C44008F190C /* FSInteractiveMap */,
2342923435
);
2343023436
productName = WordPress;
2343123437
productReference = FABB26522602FC2C00C8785C /* Jetpack.app */;
@@ -23682,6 +23688,7 @@
2368223688
0C0DF8622C2DBF1500011B7D /* XCRemoteSwiftPackageReference "WordPress-iOS-Shared" */,
2368323689
0C3060222C2EE6340096D0F6 /* XCRemoteSwiftPackageReference "MediaEditor-iOS" */,
2368423690
0C3F75362C2F2769008F190C /* XCRemoteSwiftPackageReference "Gravatar-SDK-iOS" */,
23691+
0C3F754D2C2F2C44008F190C /* XCRemoteSwiftPackageReference "FSInteractiveMap" */,
2368523692
);
2368623693
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
2368723694
projectDirPath = "";
@@ -36412,6 +36419,14 @@
3641236419
minimumVersion = 2.0.1;
3641336420
};
3641436421
};
36422+
0C3F754D2C2F2C44008F190C /* XCRemoteSwiftPackageReference "FSInteractiveMap" */ = {
36423+
isa = XCRemoteSwiftPackageReference;
36424+
repositoryURL = "https://github.com/wordpress-mobile/FSInteractiveMap";
36425+
requirement = {
36426+
branch = trunk;
36427+
kind = branch;
36428+
};
36429+
};
3641536430
0C86B19F2C2DB2A7001AB70C /* XCRemoteSwiftPackageReference "WordPressUI-iOS" */ = {
3641636431
isa = XCRemoteSwiftPackageReference;
3641736432
repositoryURL = "https://github.com/wordpress-mobile/WordPressUI-iOS";
@@ -36796,6 +36811,11 @@
3679636811
package = 0C86B19F2C2DB2A7001AB70C /* XCRemoteSwiftPackageReference "WordPressUI-iOS" */;
3679736812
productName = WordPressUI;
3679836813
};
36814+
0C2F62982C2F2CE300E35709 /* FSInteractiveMap */ = {
36815+
isa = XCSwiftPackageProductDependency;
36816+
package = 0C3F754D2C2F2C44008F190C /* XCRemoteSwiftPackageReference "FSInteractiveMap" */;
36817+
productName = FSInteractiveMap;
36818+
};
3679936819
0C3060232C2EE6340096D0F6 /* MediaEditor */ = {
3680036820
isa = XCSwiftPackageProductDependency;
3680136821
package = 0C3060222C2EE6340096D0F6 /* XCRemoteSwiftPackageReference "MediaEditor-iOS" */;
@@ -36821,6 +36841,11 @@
3682136841
package = 0C3F75362C2F2769008F190C /* XCRemoteSwiftPackageReference "Gravatar-SDK-iOS" */;
3682236842
productName = GravatarUI;
3682336843
};
36844+
0C3F754E2C2F2C44008F190C /* FSInteractiveMap */ = {
36845+
isa = XCSwiftPackageProductDependency;
36846+
package = 0C3F754D2C2F2C44008F190C /* XCRemoteSwiftPackageReference "FSInteractiveMap" */;
36847+
productName = FSInteractiveMap;
36848+
};
3682436849
0C86B1A02C2DB2A7001AB70C /* WordPressUI */ = {
3682536850
isa = XCSwiftPackageProductDependency;
3682636851
package = 0C86B19F2C2DB2A7001AB70C /* XCRemoteSwiftPackageReference "WordPressUI-iOS" */;

0 commit comments

Comments
 (0)