From 16fa29a8d30a3422c33631486bf3de3e50d3dcb2 Mon Sep 17 00:00:00 2001 From: Jonathan Cole Date: Fri, 23 Dec 2022 14:13:38 -0500 Subject: [PATCH] Bump up ARCore version to 1.33 for Apple Silicon (#164) https://github.com/google-ar/arcore-ios-sdk/issues/59#issuecomment-1219756010 --- ios/ar_flutter_plugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/ar_flutter_plugin.podspec b/ios/ar_flutter_plugin.podspec index 4af5e5f8..7ded92d5 100644 --- a/ios/ar_flutter_plugin.podspec +++ b/ios/ar_flutter_plugin.podspec @@ -20,7 +20,7 @@ A Flutter plugin for shared AR experiences supporting Android and iOS. s.static_framework = true #s.dependency 'ARCore/CloudAnchors', '~> 1.12.0' #s.dependency 'ARCore', '~> 1.2.0' - s.dependency 'ARCore/CloudAnchors', '~> 1.32.0' + s.dependency 'ARCore/CloudAnchors', '~> 1.33.0' # Updated from 1.32 to 1.33 to support Apple Silicon, info here: https://github.com/google-ar/arcore-ios-sdk/issues/59#issuecomment-1219756010 s.platform = :ios, '13.0'