Skip to content

Commit c9d51b2

Browse files
committed
Update Firebase C++ and Unity to use iOS 6.16.0
Built and ran a handful of the iOS testapps on blaze to validate. Replaced the saved versions of Installations and IID, as the previous frameworks had a reference to a function not available in Xcode 10.3 PiperOrigin-RevId: 293930407
1 parent 56479d8 commit c9d51b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# Used to generate Pod dependencies in the Firebase Unity plugin.
2020
declare -A POD_SDK_VERSIONS=(
21-
["released"]="6.14.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22-
["stable"]="6.14.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23-
["head"]="6.14.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
21+
["released"]="6.16.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22+
["stable"]="6.16.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23+
["head"]="6.16.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
2424
)
2525

2626
help() {

0 commit comments

Comments
 (0)