Skip to content

Commit

Permalink
Bump up ARCore version to 1.33 for Apple Silicon (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
colejd committed Dec 23, 2022
1 parent d62b765 commit 16fa29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ar_flutter_plugin.podspec
Expand Up @@ -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'


Expand Down

0 comments on commit 16fa29a

Please sign in to comment.