diff --git a/Examples/AugmentedFacesExample/Podfile b/Examples/AugmentedFacesExample/Podfile index c1f41ea..a58b881 100644 --- a/Examples/AugmentedFacesExample/Podfile +++ b/Examples/AugmentedFacesExample/Podfile @@ -1,3 +1,3 @@ target 'AugmentedFacesExample' platform :ios, '11.0' -pod 'ARCore/AugmentedFaces', '~> 1.23.0' \ No newline at end of file +pod 'ARCore/AugmentedFaces', '~> 1.24.0' \ No newline at end of file diff --git a/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj b/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj index 7649cd1..3bee6ac 100644 --- a/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj +++ b/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj @@ -252,7 +252,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -308,7 +307,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = arm64; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; diff --git a/Examples/CloudAnchorExample/Podfile b/Examples/CloudAnchorExample/Podfile index 925a503..46e11db 100644 --- a/Examples/CloudAnchorExample/Podfile +++ b/Examples/CloudAnchorExample/Podfile @@ -1,5 +1,5 @@ target 'CloudAnchorExample' platform :ios, '11.0' -pod 'ARCore/CloudAnchors', '~> 1.23.0' +pod 'ARCore/CloudAnchors', '~> 1.24.0' pod 'Firebase/Core', '~> 7.0' pod 'Firebase/Database', '~> 7.0' diff --git a/Examples/PersistentCloudAnchorExample/Podfile b/Examples/PersistentCloudAnchorExample/Podfile index 1270c92..efa5788 100644 --- a/Examples/PersistentCloudAnchorExample/Podfile +++ b/Examples/PersistentCloudAnchorExample/Podfile @@ -1,3 +1,3 @@ target 'PersistentCloudAnchorExample' platform :ios, '11.0' -pod 'ARCore/CloudAnchors', '~> 1.23.0' +pod 'ARCore/CloudAnchors', '~> 1.24.0'