Skip to content

Commit 86351ef

Browse files
author
Mark Fine
committed
ARCore iOS SDK 1.52.0
1 parent 7b41a78 commit 86351ef

File tree

7 files changed

+2803
-1252
lines changed

7 files changed

+2803
-1252
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target 'AugmentedFacesExample'
22
use_frameworks!
33
platform :ios, '15.0'
4-
pod 'ARCore/AugmentedFaces', '~> 1.51.0'
4+
pod 'ARCore/AugmentedFaces', '~> 1.52.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
target 'CloudAnchorExample'
22
use_frameworks!
33
platform :ios, '17.0'
4-
pod 'ARCore/CloudAnchors', '~> 1.51.0'
4+
pod 'ARCore/CloudAnchors', '~> 1.52.0'
55
pod 'Firebase/Database', '>= 8.0'

Examples/GeospatialExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target 'GeospatialExample'
22
use_frameworks!
33
platform :ios, '17.0'
4-
pod 'ARCore/Geospatial', '~> 1.51.0'
4+
pod 'ARCore/Geospatial', '~> 1.52.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target 'PersistentCloudAnchorExample'
22
use_frameworks!
33
platform :ios, '17.0'
4-
pod 'ARCore/CloudAnchors', '~> 1.51.0'
4+
pod 'ARCore/CloudAnchors', '~> 1.52.0'

Examples/SemanticsExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target 'SemanticsExample'
22
use_frameworks!
33
platform :ios, '15.0'
4-
pod 'ARCore/Semantics', '~> 1.51.0'
4+
pod 'ARCore/Semantics', '~> 1.52.0'

LICENSE

Lines changed: 2784 additions & 1233 deletions
Large diffs are not rendered by default.

Package.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ let package = Package(
3434
],
3535
targets: [
3636
.binaryTarget(
37-
name: "ARCoreBase", url: "https://dl.google.com/arcore/swiftpm/1.51.0/Base.zip",
38-
checksum: "47ee6f70f3ee9d65f4df70bfb1e7271ee02a979b53726a8df939c8a150733784"
37+
name: "ARCoreBase", url: "https://dl.google.com/arcore/swiftpm/1.52.0/Base.zip",
38+
checksum: "e0035c9b708b32d5996053ac9a3d7a2c29aa205011f63327b71cf5466218dcf8"
3939
),
4040
.target(
4141
name: "Base",
@@ -50,8 +50,8 @@ let package = Package(
5050
),
5151
.binaryTarget(
5252
name: "ARCoreCloudAnchors",
53-
url: "https://dl.google.com/arcore/swiftpm/1.51.0/CloudAnchors.zip",
54-
checksum: "a5e30816cf9cdac9e97a4b703d70770a3c4836f3c09596a4ead64fdaa12fcbd1"
53+
url: "https://dl.google.com/arcore/swiftpm/1.52.0/CloudAnchors.zip",
54+
checksum: "eb551000adb2bf0f80e5c1035abff8696a458cbb581e4786a4d6d0eb7606c1ee"
5555
),
5656
.target(
5757
name: "CloudAnchors",
@@ -66,8 +66,8 @@ let package = Package(
6666
publicHeadersPath: "Sources"
6767
),
6868
.binaryTarget(
69-
name: "ARCoreGeospatial", url: "https://dl.google.com/arcore/swiftpm/1.51.0/Geospatial.zip",
70-
checksum: "43748da1e5c5b0f58cec6104bff89a8423c61964095a2e467180c7393e8752c8"
69+
name: "ARCoreGeospatial", url: "https://dl.google.com/arcore/swiftpm/1.52.0/Geospatial.zip",
70+
checksum: "cd0cb6db4ff8283be1b2962f2aefdcda64ccd20d77101c66a7f616088c840a59"
7171
),
7272
.target(
7373
name: "Geospatial",
@@ -80,8 +80,8 @@ let package = Package(
8080
publicHeadersPath: "Sources"
8181
),
8282
.binaryTarget(
83-
name: "ARCoreGARSession", url: "https://dl.google.com/arcore/swiftpm/1.51.0/GARSession.zip",
84-
checksum: "774537c54b40a74def789e270209383dc2baa02575b8efc2ba518594f58587c1"
83+
name: "ARCoreGARSession", url: "https://dl.google.com/arcore/swiftpm/1.52.0/GARSession.zip",
84+
checksum: "7eb938c4b86102eeb9f0b359d34b0fe1d21e722d8495d1f3223c2d2fcb4de6d6"
8585
),
8686
.target(
8787
name: "GARSession",
@@ -98,8 +98,8 @@ let package = Package(
9898
),
9999
.binaryTarget(
100100
name: "ARCoreAugmentedFaces",
101-
url: "https://dl.google.com/arcore/swiftpm/1.51.0/AugmentedFaces.zip",
102-
checksum: "c9b0607de6bdbebeb8049053c21a06f66f8970f27081b92abdbc4f836f3c6dda"
101+
url: "https://dl.google.com/arcore/swiftpm/1.52.0/AugmentedFaces.zip",
102+
checksum: "f9ba597ca1d46690446786ab975f7137bd6aebfb28ef17c693656e719d07305d"
103103
),
104104
.target(
105105
name: "AugmentedFaces",
@@ -115,8 +115,8 @@ let package = Package(
115115
publicHeadersPath: "Sources"
116116
),
117117
.binaryTarget(
118-
name: "ARCoreSemantics", url: "https://dl.google.com/arcore/swiftpm/1.51.0/Semantics.zip",
119-
checksum: "745018736f9f0446ef95175a8dda02e1045f24e805d9e9cd449a16d5b538328c"
118+
name: "ARCoreSemantics", url: "https://dl.google.com/arcore/swiftpm/1.52.0/Semantics.zip",
119+
checksum: "fa17f455854573a5d3a5f9173b0e63980b8d8aabea702c38b937977e03cb11c4"
120120
),
121121
.target(
122122
name: "Semantics",
@@ -131,8 +131,8 @@ let package = Package(
131131
publicHeadersPath: "Sources"
132132
),
133133
.binaryTarget(
134-
name: "ARCoreTFShared", url: "https://dl.google.com/arcore/swiftpm/1.51.0/TFShared.zip",
135-
checksum: "b4494e28ced5c663c42bdf4f266c3d1809e89737ce480f228dba405d79ac78ea"
134+
name: "ARCoreTFShared", url: "https://dl.google.com/arcore/swiftpm/1.52.0/TFShared.zip",
135+
checksum: "225e2c83d615dc35c3147f7f0a5928e908aed762a626a05f9c782d9d2dafe46c"
136136
),
137137
.target(
138138
name: "TFShared",

0 commit comments

Comments
 (0)