dependency: Migrate Google-Mobile-Ads-SDK to SPM

This commit is contained in:
Andrea Busi
2024-04-29 12:51:18 +02:00
parent 79d4b3b3bd
commit 5e6ee892ce
4 changed files with 36 additions and 39 deletions
@@ -45,6 +45,7 @@
65AD23CE261B03D400E3B57C /* SubscriptionsDescriptionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65AD23CD261B03D400E3B57C /* SubscriptionsDescriptionTableViewCell.swift */; };
65B16E1E2BDFA88D0020527E /* Solar in Frameworks */ = {isa = PBXBuildFile; productRef = 65B16E1D2BDFA88D0020527E /* Solar */; };
65B16E222BDFA8ED0020527E /* DZNEmptyDataSet in Frameworks */ = {isa = PBXBuildFile; productRef = 65B16E212BDFA8ED0020527E /* DZNEmptyDataSet */; };
65B16E262BDFB2A40020527E /* GoogleMobileAds in Frameworks */ = {isa = PBXBuildFile; productRef = 65B16E252BDFB2A40020527E /* GoogleMobileAds */; };
65BBB22C26064BE6005D6CDF /* SegnalazioniLast24HoursCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BBB22B26064BE6005D6CDF /* SegnalazioniLast24HoursCell.swift */; };
65CB83432915720400EE1E35 /* EQNUserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65CB83422915720400EE1E35 /* EQNUserData.swift */; };
65D409942619BA34008CF356 /* SegnalazioniSendReportCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D409932619BA34008CF356 /* SegnalazioniSendReportCell.swift */; };
@@ -624,6 +625,7 @@
65B16E222BDFA8ED0020527E /* DZNEmptyDataSet in Frameworks */,
65B16E1E2BDFA88D0020527E /* Solar in Frameworks */,
65506C052A8F950000AB6448 /* CoreLocation.framework in Frameworks */,
65B16E262BDFB2A40020527E /* GoogleMobileAds in Frameworks */,
6552C13829262119008E723C /* Shogun in Frameworks */,
8C5EA22D21763103002DC156 /* MapKit.framework in Frameworks */,
8CC2B44F214AC7F8002ED1B2 /* CoreMotion.framework in Frameworks */,
@@ -1282,6 +1284,7 @@
6552C13729262119008E723C /* Shogun */,
65B16E1D2BDFA88D0020527E /* Solar */,
65B16E212BDFA8ED0020527E /* DZNEmptyDataSet */,
65B16E252BDFB2A40020527E /* GoogleMobileAds */,
);
productName = "Earthquake Network";
productReference = 8CBD3DC22149B9AD0070C963 /* Earthquake Network.app */;
@@ -1364,6 +1367,7 @@
6552C13629262119008E723C /* XCRemoteSwiftPackageReference "Shogun" */,
65B16E1C2BDFA88D0020527E /* XCRemoteSwiftPackageReference "Solar.git" */,
65B16E202BDFA8ED0020527E /* XCRemoteSwiftPackageReference "DZNEmptyDataSet" */,
65B16E242BDFB2A40020527E /* XCRemoteSwiftPackageReference "swift-package-manager-google-mobile-ads" */,
);
productRefGroup = 8CBD3DC32149B9AD0070C963 /* Products */;
projectDirPath = "";
@@ -2100,8 +2104,6 @@
"-framework",
"\"Foundation\"",
"-framework",
"\"GoogleAppMeasurement\"",
"-framework",
"\"GoogleDataTransport\"",
"-framework",
"\"GoogleMobileAds\"",
@@ -2204,8 +2206,6 @@
"-framework",
"\"Foundation\"",
"-framework",
"\"GoogleAppMeasurement\"",
"-framework",
"\"GoogleDataTransport\"",
"-framework",
"\"GoogleMobileAds\"",
@@ -2385,6 +2385,14 @@
kind = branch;
};
};
65B16E242BDFB2A40020527E /* XCRemoteSwiftPackageReference "swift-package-manager-google-mobile-ads" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/googleads/swift-package-manager-google-mobile-ads.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 11.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
@@ -2408,6 +2416,11 @@
package = 65B16E202BDFA8ED0020527E /* XCRemoteSwiftPackageReference "DZNEmptyDataSet" */;
productName = DZNEmptyDataSet;
};
65B16E252BDFB2A40020527E /* GoogleMobileAds */ = {
isa = XCSwiftPackageProductDependency;
package = 65B16E242BDFB2A40020527E /* XCRemoteSwiftPackageReference "swift-package-manager-google-mobile-ads" */;
productName = GoogleMobileAds;
};
65FFDC9D292F682600EA821B /* Shogun */ = {
isa = XCSwiftPackageProductDependency;
package = 6552C13629262119008E723C /* XCRemoteSwiftPackageReference "Shogun" */;
@@ -26,6 +26,24 @@
"revision" : "c2b96f2d5fb7f835b91cefac5e83101f54643901",
"version" : "3.0.1"
}
},
{
"identity" : "swift-package-manager-google-mobile-ads",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
"state" : {
"revision" : "9ab66e38f5f0c2d02f2b024b1babd880130f19bf",
"version" : "11.3.0"
}
},
{
"identity" : "swift-package-manager-google-user-messaging-platform",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git",
"state" : {
"revision" : "9b68aa69fb508f0274853e226c734151a973c7b7",
"version" : "2.4.0"
}
}
],
"version" : 2
-1
View File
@@ -6,7 +6,6 @@ use_frameworks!
target 'Earthquake Network' do
pod 'FirebaseMessaging'
pod 'FirebaseCrashlytics'
pod 'Google-Mobile-Ads-SDK'
pod 'FBSDKCoreKit'
end
+1 -34
View File
@@ -43,34 +43,10 @@ PODS:
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- Google-Mobile-Ads-SDK (10.9.0):
- GoogleAppMeasurement (< 11.0, >= 7.0)
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleAppMeasurement (10.13.0):
- GoogleAppMeasurement/AdIdSupport (= 10.13.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.13.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.13.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.13.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleDataTransport (9.2.5):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUserMessagingPlatform (2.1.0)
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
@@ -79,8 +55,6 @@ PODS:
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.11.5):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.11.5):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.11.5):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
@@ -103,7 +77,6 @@ DEPENDENCIES:
- FBSDKCoreKit
- FirebaseCrashlytics
- FirebaseMessaging
- Google-Mobile-Ads-SDK
SPEC REPOS:
trunk:
@@ -117,10 +90,7 @@ SPEC REPOS:
- FirebaseInstallations
- FirebaseMessaging
- FirebaseSessions
- Google-Mobile-Ads-SDK
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleUserMessagingPlatform
- GoogleUtilities
- nanopb
- PromisesObjC
@@ -137,15 +107,12 @@ SPEC CHECKSUMS:
FirebaseInstallations: b28af1b9f997f1a799efe818c94695a3728c352f
FirebaseMessaging: c2b782a6af3058b6e53ac2a6eaab84c5786200c8
FirebaseSessions: 991fb4c20b3505eef125f7cbfa20a5b5b189c2a4
Google-Mobile-Ads-SDK: e81e8b009a182dc8dd14951782efdbb30a5e4510
GoogleAppMeasurement: 3ae505b44174bcc0775f5c86cecc5826259fbb1e
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleUserMessagingPlatform: dce302b8f1b84d6e945812ee7a15c3f65a102cbf
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
PODFILE CHECKSUM: 412234a88c1bb55635fbd52c4d4d20da7b7a0b26
PODFILE CHECKSUM: e19fc28d2f2c05743a4586a3d082793ce64ffcd8
COCOAPODS: 1.15.2