Skip to content

Commit 449ef6f

Browse files
author
Daiki Matsudate
authored
Bump to 6.0.0 (#40)
Signed-off-by: Daiki Matsudate <[email protected]>
1 parent 39257f6 commit 449ef6f

File tree

6 files changed

+77
-85
lines changed

6 files changed

+77
-85
lines changed

Example/Example.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source "https://rubygems.org"
44

5-
gem "cocoapods", ">= 1.12.0"
5+
gem "cocoapods", ">= 1.15.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
fuzzy_match (2.0.4)
7474
gh_inspector (1.1.3)
7575
httpclient (2.8.3)
76-
i18n (1.14.4)
76+
i18n (1.14.5)
7777
concurrent-ruby (~> 1.0)
7878
json (2.7.2)
7979
minitest (5.22.3)
@@ -102,7 +102,7 @@ PLATFORMS
102102
x86_64-darwin-21
103103

104104
DEPENDENCIES
105-
cocoapods (>= 1.12.0)
105+
cocoapods (>= 1.15.2)
106106

107107
BUNDLED WITH
108108
2.5.7

Package.swift

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/google/promises.git", exact: "2.4.0"),
1818
.package(url: "https://github.com/google/GoogleDataTransport.git", exact: "9.4.0"),
19-
.package(url: "https://github.com/google/GoogleUtilities.git", exact: "7.13.1"),
20-
.package(url: "https://github.com/google/gtm-session-fetcher.git", exact: "3.3.2"),
19+
.package(url: "https://github.com/google/GoogleUtilities.git", exact: "7.13.2"),
20+
.package(url: "https://github.com/google/gtm-session-fetcher.git", exact: "3.4.1"),
2121
.package(url: "https://github.com/firebase/nanopb.git", exact: "2.30910.0"),
2222
],
2323
targets: [
@@ -47,38 +47,38 @@ let package = Package(
4747
.binaryTarget(
4848
name: "MLImage",
4949
url:
50-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLImage.xcframework.zip",
51-
checksum: "597265ea8e5564c75395648a4a17a04ea13580b72ad3e89a54e421e270a80aa2"),
50+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/MLImage.xcframework.zip",
51+
checksum: "1a9b4feddbd230dfbefc6e5d249efc31261bf9fb6e7d175a4e0879aeff048ce3"),
5252
.binaryTarget(
5353
name: "MLKitBarcodeScanning",
5454
url:
55-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitBarcodeScanning.xcframework.zip",
56-
checksum: "154dee7e26c9ca03a64ed9d849580ab66363a83c39129d251fbb8c4e9f1aeb32"),
55+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/MLKitBarcodeScanning.xcframework.zip",
56+
checksum: "701f8fa7bcc21c74e0f625d75f8ccc6b5c1dc1ba4ee01ee757e304f2e78fbb26"),
5757
.binaryTarget(
5858
name: "MLKitCommon",
5959
url:
60-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitCommon.xcframework.zip",
61-
checksum: "c76791cf2f6c2dd358006feb85244d4ba482c148efcdd2d299309c7429957c94"),
60+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/MLKitCommon.xcframework.zip",
61+
checksum: "fb680b656ee5e0326e773214aaf43cf9f3d6eccf00298bb08143ef80892cadf1"),
6262
.binaryTarget(
6363
name: "MLKitFaceDetection",
6464
url:
65-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitFaceDetection.xcframework.zip",
66-
checksum: "72143f113edad9b74a8aa0e3981936f81ff201cf8b008e072d1f0c57d9001bbb"),
65+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/MLKitFaceDetection.xcframework.zip",
66+
checksum: "49a4416a76e3dc4a2047d1c04c6be294943cef17901a7ff1769e254fbdcc18da"),
6767
.binaryTarget(
6868
name: "MLKitVision",
6969
url:
70-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitVision.xcframework.zip",
71-
checksum: "95ab22cca75959505e5a5be31cf10389ceaca01b66297380f4ca65f2689a5495"),
70+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/MLKitVision.xcframework.zip",
71+
checksum: "fbf9e1d83e99d8ff34b7b7c89b2df25b01fa3cef4240ae3cdd005118389c76dc"),
7272
.binaryTarget(
7373
name: "GoogleToolboxForMac",
7474
url:
75-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/GoogleToolboxForMac.xcframework.zip",
76-
checksum: "5aaf5516c7449a4fc5e781d230911c191c22bd16841beacf0f838ac4d6e8ca54"),
75+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/GoogleToolboxForMac.xcframework.zip",
76+
checksum: "60d41c3d1b47461ae427e48d0be1807b6d209f78110076c5ce1cee1aab49791c"),
7777
.binaryTarget(
7878
name: "GoogleUtilitiesComponents",
7979
url:
80-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/GoogleUtilitiesComponents.xcframework.zip",
81-
checksum: "d910d8266722124f18f4e1a836c6d131fef80694bf71b5e0f0554d658d026880"),
80+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/6.0.0/GoogleUtilitiesComponents.xcframework.zip",
81+
checksum: "57a2f5368da359425fe751cff7d279e8adac83bb2e4602968f3d1c8f3b71287a"),
8282
.target(
8383
name: "Common",
8484
dependencies: [

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ install! 'cocoapods', integrate_targets: false
66

77
target 'MLKit' do
88
use_frameworks!
9-
pod 'GoogleMLKit/FaceDetection', '~> 5.0.0'
10-
pod 'GoogleMLKit/BarcodeScanning', '~> 5.0.0'
9+
pod 'GoogleMLKit/FaceDetection', '~> 6.0.0'
10+
pod 'GoogleMLKit/BarcodeScanning', '~> 6.0.0'
1111
end
1212

1313
# Workaround for Xcode 14 beta

Podfile.lock

Lines changed: 44 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,60 +3,52 @@ PODS:
33
- GoogleUtilities/Environment (~> 7.7)
44
- nanopb (< 2.30911.0, >= 2.30908.0)
55
- PromisesObjC (< 3.0, >= 1.2)
6-
- GoogleMLKit/BarcodeScanning (5.0.0):
6+
- GoogleMLKit/BarcodeScanning (6.0.0):
77
- GoogleMLKit/MLKitCore
8-
- MLKitBarcodeScanning (~> 4.0.0)
9-
- GoogleMLKit/FaceDetection (5.0.0):
8+
- MLKitBarcodeScanning (~> 5.0.0)
9+
- GoogleMLKit/FaceDetection (6.0.0):
1010
- GoogleMLKit/MLKitCore
11-
- MLKitFaceDetection (~> 4.0.0)
12-
- GoogleMLKit/MLKitCore (5.0.0):
13-
- MLKitCommon (~> 10.0.0)
14-
- GoogleToolboxForMac/DebugUtils (2.3.2):
15-
- GoogleToolboxForMac/Defines (= 2.3.2)
16-
- GoogleToolboxForMac/Defines (2.3.2)
17-
- GoogleToolboxForMac/Logger (2.3.2):
18-
- GoogleToolboxForMac/Defines (= 2.3.2)
19-
- "GoogleToolboxForMac/NSData+zlib (2.3.2)":
20-
- GoogleToolboxForMac/Defines (= 2.3.2)
21-
- "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.2)":
22-
- GoogleToolboxForMac/DebugUtils (= 2.3.2)
23-
- GoogleToolboxForMac/Defines (= 2.3.2)
24-
- "GoogleToolboxForMac/NSString+URLArguments (= 2.3.2)"
25-
- "GoogleToolboxForMac/NSString+URLArguments (2.3.2)"
26-
- GoogleUtilities/Environment (7.13.0):
11+
- MLKitFaceDetection (~> 5.0.0)
12+
- GoogleMLKit/MLKitCore (6.0.0):
13+
- MLKitCommon (~> 11.0.0)
14+
- GoogleToolboxForMac/Defines (4.2.1)
15+
- GoogleToolboxForMac/Logger (4.2.1):
16+
- GoogleToolboxForMac/Defines (= 4.2.1)
17+
- "GoogleToolboxForMac/NSData+zlib (4.2.1)":
18+
- GoogleToolboxForMac/Defines (= 4.2.1)
19+
- GoogleUtilities/Environment (7.13.2):
2720
- GoogleUtilities/Privacy
2821
- PromisesObjC (< 3.0, >= 1.2)
29-
- GoogleUtilities/Logger (7.13.0):
22+
- GoogleUtilities/Logger (7.13.2):
3023
- GoogleUtilities/Environment
3124
- GoogleUtilities/Privacy
32-
- GoogleUtilities/Privacy (7.13.0)
33-
- GoogleUtilities/UserDefaults (7.13.0):
25+
- GoogleUtilities/Privacy (7.13.2)
26+
- GoogleUtilities/UserDefaults (7.13.2):
3427
- GoogleUtilities/Logger
3528
- GoogleUtilities/Privacy
3629
- GoogleUtilitiesComponents (1.1.0):
3730
- GoogleUtilities/Logger
38-
- GTMSessionFetcher/Core (3.3.2)
31+
- GTMSessionFetcher/Core (3.4.1)
3932
- MLImage (1.0.0-beta5)
40-
- MLKitBarcodeScanning (4.0.0):
41-
- MLKitCommon (~> 10.0)
42-
- MLKitVision (~> 6.0)
43-
- MLKitCommon (10.0.0):
44-
- GoogleDataTransport (~> 9.0)
45-
- GoogleToolboxForMac/Logger (~> 2.1)
46-
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
47-
- "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
48-
- GoogleUtilities/UserDefaults (~> 7.0)
33+
- MLKitBarcodeScanning (5.0.0):
34+
- MLKitCommon (~> 11.0)
35+
- MLKitVision (~> 7.0)
36+
- MLKitCommon (11.0.0):
37+
- GoogleDataTransport (< 10.0, >= 9.4.1)
38+
- GoogleToolboxForMac/Logger (< 5.0, >= 4.2.1)
39+
- "GoogleToolboxForMac/NSData+zlib (< 5.0, >= 4.2.1)"
40+
- GoogleUtilities/UserDefaults (< 8.0, >= 7.13.0)
4941
- GoogleUtilitiesComponents (~> 1.0)
50-
- GTMSessionFetcher/Core (< 4.0, >= 1.1)
51-
- MLKitFaceDetection (4.0.0):
52-
- MLKitCommon (~> 10.0)
53-
- MLKitVision (~> 6.0)
54-
- MLKitVision (6.0.0):
55-
- GoogleToolboxForMac/Logger (~> 2.1)
56-
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
57-
- GTMSessionFetcher/Core (< 4.0, >= 1.1)
42+
- GTMSessionFetcher/Core (< 4.0, >= 3.3.2)
43+
- MLKitFaceDetection (5.0.0):
44+
- MLKitCommon (~> 11.0)
45+
- MLKitVision (~> 7.0)
46+
- MLKitVision (7.0.0):
47+
- GoogleToolboxForMac/Logger (< 5.0, >= 4.2.1)
48+
- "GoogleToolboxForMac/NSData+zlib (< 5.0, >= 4.2.1)"
49+
- GTMSessionFetcher/Core (< 4.0, >= 3.3.2)
5850
- MLImage (= 1.0.0-beta5)
59-
- MLKitCommon (~> 10.0)
51+
- MLKitCommon (~> 11.0)
6052
- nanopb (2.30910.0):
6153
- nanopb/decode (= 2.30910.0)
6254
- nanopb/encode (= 2.30910.0)
@@ -65,8 +57,8 @@ PODS:
6557
- PromisesObjC (2.4.0)
6658

6759
DEPENDENCIES:
68-
- GoogleMLKit/BarcodeScanning (~> 5.0.0)
69-
- GoogleMLKit/FaceDetection (~> 5.0.0)
60+
- GoogleMLKit/BarcodeScanning (~> 6.0.0)
61+
- GoogleMLKit/FaceDetection (~> 6.0.0)
7062

7163
SPEC REPOS:
7264
trunk:
@@ -86,19 +78,19 @@ SPEC REPOS:
8678

8779
SPEC CHECKSUMS:
8880
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
89-
GoogleMLKit: 90ba06e028795a50261f29500d238d6061538711
90-
GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
91-
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
81+
GoogleMLKit: 97ac7af399057e99182ee8edfa8249e3226a4065
82+
GoogleToolboxForMac: d1a2cbf009c453f4d6ded37c105e2f67a32206d8
83+
GoogleUtilities: c56430aef51a1aa57b25da78c3f8397e522c67b7
9284
GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
93-
GTMSessionFetcher: 0e876eea9782ec6462e91ab872711c357322c94f
85+
GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd
9486
MLImage: 1824212150da33ef225fbd3dc49f184cf611046c
95-
MLKitBarcodeScanning: 9cb0ec5ec65bbb5db31de4eba0a3289626beab4e
96-
MLKitCommon: afcd11b6c0735066a0dde8b4bf2331f6197cbca2
97-
MLKitFaceDetection: 96effb0e6407e299fc286034f45d55267a212c26
98-
MLKitVision: 90922bca854014a856f8b649d1f1f04f63fd9c79
87+
MLKitBarcodeScanning: 10ca0845a6d15f2f6e911f682a1998b68b973e8b
88+
MLKitCommon: afec63980417d29ffbb4790529a1b0a2291699e1
89+
MLKitFaceDetection: 7c0e8bf09ddd27105da32d088fca978a99fc30cc
90+
MLKitVision: e858c5f125ecc288e4a31127928301eaba9ae0c1
9991
nanopb: 438bc412db1928dac798aa6fd75726007be04262
10092
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
10193

102-
PODFILE CHECKSUM: 400d4b4999c8aa626b835235a4eff6cd519930a6
94+
PODFILE CHECKSUM: 14be169f0d18d0c23c0b03354309bb7554b80ee1
10395

10496
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)