Skip to content

Commit

Permalink
Update Cocoapods version to 10.6.0 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
rizafran authored Oct 23, 2023
1 parent db939cc commit 24ee9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/firebase_unity_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set(FIREBASE_UNITY_SDK_VERSION "11.6.0"
CACHE STRING "The version of the Unity SDK, used in the names of files.")

set(FIREBASE_IOS_POD_VERSION "10.15.0"
set(FIREBASE_IOS_POD_VERSION "10.16.0"
CACHE STRING "The version of the top-level Firebase Cocoapod to use.")

# https://github.com/googlesamples/unity-jar-resolver
Expand Down

1 comment on commit 24ee9fc

@denzil-renderheads
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rizafran Hello! Any idea when this change will make it into a release? 10.15.0 is causing a crash for us in iOS 12 which I think will be fixed with this change.

Please sign in to comment.