Skip to content

Commit f1d0172

Browse files
committed
feat(): update spm for library
1 parent 6d7e509 commit f1d0172

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

Package.resolved

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "capacitor-swift-pm",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/ionic-team/capacitor-swift-pm.git",
7+
"state" : {
8+
"revision" : "bc99a4197e8a966c99912a644a9aa5710f7e3409",
9+
"version" : "7.0.1"
10+
}
11+
},
12+
{
13+
"identity" : "swift-package-manager-google-mobile-ads",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
16+
"state" : {
17+
"branch" : "main",
18+
"revision" : "aa24c7dc03bca62c42747314dc8537f15587b50d"
19+
}
20+
},
21+
{
22+
"identity" : "swift-package-manager-google-user-messaging-platform",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git",
25+
"state" : {
26+
"revision" : "708a282840c2171ee63bd93b87afa49fe507d70e",
27+
"version" : "2.7.0"
28+
}
29+
}
30+
],
31+
"version" : 2
32+
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"),
14-
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", branch: "main")
14+
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", from: "11.3.0")
1515
],
1616
targets: [
1717
.target(

demo/angular/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)