File tree 3 files changed +13
-13
lines changed
examples/firebase_example
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
"kind" : " remoteSourceControl" ,
15
15
"location" : " https://github.com/google/app-check.git" ,
16
16
"state" : {
17
- "revision" : " 5746b2d35c91c50581590ed97abe4c06b5037274 " ,
18
- "version" : " 10.18 .0"
17
+ "revision" : " 7d2688de038d5484866d835acb47b379722d610e " ,
18
+ "version" : " 10.19 .0"
19
19
}
20
20
},
21
21
{
22
22
"identity" : " firebase-ios-sdk" ,
23
23
"kind" : " remoteSourceControl" ,
24
24
"location" : " https://github.com/firebase/firebase-ios-sdk" ,
25
25
"state" : {
26
- "revision" : " 42eae77a0af79e9c3f41df04a23c76f05cfdda77 " ,
27
- "version" : " 10.24 .0"
26
+ "revision" : " 97940381e57703c07f31a8058d8f39ec53b7c272 " ,
27
+ "version" : " 10.25 .0"
28
28
}
29
29
},
30
30
{
31
31
"identity" : " googleappmeasurement" ,
32
32
"kind" : " remoteSourceControl" ,
33
33
"location" : " https://github.com/google/GoogleAppMeasurement.git" ,
34
34
"state" : {
35
- "revision" : " 51ba746a9d51a4bd0774b68499b0c73ef6e8570d " ,
36
- "version" : " 10.24 .0"
35
+ "revision" : " 16244d177c4e989f87b25e9db1012b382cfedc55 " ,
36
+ "version" : " 10.25 .0"
37
37
}
38
38
},
39
39
{
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
5
5
let package = Package (
6
6
name: " firebase_example " ,
7
7
dependencies: [
8
- . package ( url: " https://github.com/firebase/firebase-ios-sdk " , . upToNextMajor( from: " 10.24 .0 " ) ) ,
8
+ . package ( url: " https://github.com/firebase/firebase-ios-sdk " , . upToNextMajor( from: " 10.25 .0 " ) ) ,
9
9
// Used by crashlytics example
10
10
. package ( url: " https://github.com/ashleymills/Reachability.swift.git " , . upToNextMajor( from: " 5.2.2 " ) ) ,
11
11
]
Original file line number Diff line number Diff line change 1579
1579
"name" : " swiftpkg_app_check" ,
1580
1580
"identity" : " app-check" ,
1581
1581
"remote" : {
1582
- "commit" : " 5746b2d35c91c50581590ed97abe4c06b5037274 " ,
1582
+ "commit" : " 7d2688de038d5484866d835acb47b379722d610e " ,
1583
1583
"remote" : " https://github.com/google/app-check.git" ,
1584
- "version" : " 10.18 .0"
1584
+ "version" : " 10.19 .0"
1585
1585
}
1586
1586
},
1587
1587
{
1588
1588
"name" : " swiftpkg_firebase_ios_sdk" ,
1589
1589
"identity" : " firebase-ios-sdk" ,
1590
1590
"remote" : {
1591
- "commit" : " 42eae77a0af79e9c3f41df04a23c76f05cfdda77 " ,
1591
+ "commit" : " 97940381e57703c07f31a8058d8f39ec53b7c272 " ,
1592
1592
"remote" : " https://github.com/firebase/firebase-ios-sdk" ,
1593
- "version" : " 10.24 .0"
1593
+ "version" : " 10.25 .0"
1594
1594
},
1595
1595
"cLanguageStandard" : " c99" ,
1596
1596
"cxxLanguageStandard" : " gnu++14"
1599
1599
"name" : " swiftpkg_googleappmeasurement" ,
1600
1600
"identity" : " googleappmeasurement" ,
1601
1601
"remote" : {
1602
- "commit" : " 51ba746a9d51a4bd0774b68499b0c73ef6e8570d " ,
1602
+ "commit" : " 16244d177c4e989f87b25e9db1012b382cfedc55 " ,
1603
1603
"remote" : " https://github.com/google/GoogleAppMeasurement.git" ,
1604
- "version" : " 10.24 .0"
1604
+ "version" : " 10.25 .0"
1605
1605
},
1606
1606
"cLanguageStandard" : " c99" ,
1607
1607
"cxxLanguageStandard" : " gnu++14"
You can’t perform that action at this time.
0 commit comments