Skip to content

Release 10.1.0 20221103 221704 #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
with:
ruby-version: 3.0.2

# Remove other python installs before installing the version we want
- name: Remove other pythons
shell: bash
run: |
ls -l /usr/local/bin | grep /Library/Frameworks/Python.framework/Versions/3 | awk '{print "sudo rm \47/usr/local/bin/" $9 "\47"}'
ls -d /Library/Frameworks/Python.framework/Versions/3.* 2> /dev/null | awk '{print "sudo rm -rf \47" $0 "\47"}'
ls -d /Applications/Python\ 3.* 2> /dev/null | awk '{print "sudo rm -rf \47" $0 "\47"}'

- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -106,6 +114,12 @@ jobs:
timeout-minutes: 90
shell: bash
run: |
if [ -f /usr/local/bin/python3.11 ]; then
echo "Removing python3.11"
sudo rm -f /usr/local/bin/python3.11
else
echo "Did not find python3.11"
fi
# TODO add handling cmake_extras
python scripts/build_scripts/build_zips.py --gha --platform=macos --unity_root=$UNITY_ROOT_DIR --use_boringssl --architecture=x86_64 --architecture=arm64 --apis=${{ inputs.apis }}

Expand Down
6 changes: 3 additions & 3 deletions cmake/firebase_unity_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# This file defines the version numbers used by the Firebase Unity SDK.

set(FIREBASE_UNITY_SDK_VERSION "10.0.1"
set(FIREBASE_UNITY_SDK_VERSION "10.1.0"
CACHE STRING "The version of the Unity SDK, used in the names of files.")

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

# https://github.com/googlesamples/unity-jar-resolver
Expand All @@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.174"
)

# https://github.com/firebase/firebase-cpp-sdk
set(FIREBASE_CPP_SDK_PRESET_VERSION "v10.0.0"
set(FIREBASE_CPP_SDK_PRESET_VERSION "v10.1.0"
CACHE STRING
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
)
40 changes: 40 additions & 0 deletions unity_packer/guids.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,46 @@
"Firebase/m2repository/com/google/firebase/firebase-storage-unity/10.0.1/firebase-storage-unity-10.0.1.pom": "9af97c71b0c249949020c94edc66f334",
"Firebase/m2repository/com/google/firebase/firebase-storage-unity/10.0.1/firebase-storage-unity-10.0.1.srcaar": "81f2e889c7c64b2b8a2a545cbddf3c5c"
},
"10.1.0": {
"Firebase/Editor/FirebaseAnalytics_version-10.1.0_manifest.txt": "3dbbc465c19a4b3b9294ecec613ccb0e",
"Firebase/Editor/FirebaseAuth_version-10.1.0_manifest.txt": "d392456a23394a0b9deb2bddc1155b58",
"Firebase/Editor/FirebaseCrashlytics_version-10.1.0_manifest.txt": "11f576699a824ca6848d8876fefb7c9c",
"Firebase/Editor/FirebaseDatabase_version-10.1.0_manifest.txt": "517cf2fd3ece4ddfb13408a2a8a5834b",
"Firebase/Editor/FirebaseDynamicLinks_version-10.1.0_manifest.txt": "81cf18e55580448099454ae0d6d6d946",
"Firebase/Editor/FirebaseFirestore_version-10.1.0_manifest.txt": "d0bade893bef4941b630f08b8a3cb5f7",
"Firebase/Editor/FirebaseFunctions_version-10.1.0_manifest.txt": "c1bf7995551446a4846419f477d570ea",
"Firebase/Editor/FirebaseInstallations_version-10.1.0_manifest.txt": "82f55690416c445c93f4f32a6c7cc192",
"Firebase/Editor/FirebaseMessaging_version-10.1.0_manifest.txt": "0f20ab3313394160ba52a8bf25e787df",
"Firebase/Editor/FirebaseRemoteConfig_version-10.1.0_manifest.txt": "8fef1ad3beb44bfb823c72064a2bbd7a",
"Firebase/Editor/FirebaseStorage_version-10.1.0_manifest.txt": "e8e790f4a5084d35bd9b6639d75a3571",
"Firebase/Plugins/x86_64/FirebaseCppApp-10_1_0.bundle": "42bb140e2ac6409b9e954d17b3765c67",
"Firebase/Plugins/x86_64/FirebaseCppApp-10_1_0.dll": "c088582cff3348b9a45258367d246615",
"Firebase/Plugins/x86_64/FirebaseCppApp-10_1_0.so": "43cfce4684894c47a16fe031ced139f8",
"Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.1.0/firebase-analytics-unity-10.1.0.pom": "3170d64a41f440d38b9333ff3b8ee852",
"Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.1.0/firebase-analytics-unity-10.1.0.srcaar": "75c295bf903e451c8b4f15ae8d4943b7",
"Firebase/m2repository/com/google/firebase/firebase-app-unity/10.1.0/firebase-app-unity-10.1.0.pom": "64a1147ad248455bad349b5468872925",
"Firebase/m2repository/com/google/firebase/firebase-app-unity/10.1.0/firebase-app-unity-10.1.0.srcaar": "256f7f768b5a4991b582825911dbcc83",
"Firebase/m2repository/com/google/firebase/firebase-auth-unity/10.1.0/firebase-auth-unity-10.1.0.pom": "1d40d434effd45dcb75bbabe01461c2c",
"Firebase/m2repository/com/google/firebase/firebase-auth-unity/10.1.0/firebase-auth-unity-10.1.0.srcaar": "0d929c4b37944a08af00466871620b0b",
"Firebase/m2repository/com/google/firebase/firebase-config-unity/10.1.0/firebase-config-unity-10.1.0.pom": "8b729ac48c1f4b3e8ebf41dc9378d323",
"Firebase/m2repository/com/google/firebase/firebase-config-unity/10.1.0/firebase-config-unity-10.1.0.srcaar": "84bbfa47aba64f938e409da9177cea9b",
"Firebase/m2repository/com/google/firebase/firebase-crashlytics-unity/10.1.0/firebase-crashlytics-unity-10.1.0.pom": "06f4da04e5b44f1294640fc0f68376f8",
"Firebase/m2repository/com/google/firebase/firebase-crashlytics-unity/10.1.0/firebase-crashlytics-unity-10.1.0.srcaar": "35ef3bb7df574be99f489568f0185beb",
"Firebase/m2repository/com/google/firebase/firebase-database-unity/10.1.0/firebase-database-unity-10.1.0.pom": "597b819937b14864a525b4cb09249210",
"Firebase/m2repository/com/google/firebase/firebase-database-unity/10.1.0/firebase-database-unity-10.1.0.srcaar": "ff00d627d5a8450a8f1020a97286a209",
"Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/10.1.0/firebase-dynamic-links-unity-10.1.0.pom": "7d47eccd6b3549afbbf341e227c58f90",
"Firebase/m2repository/com/google/firebase/firebase-dynamic-links-unity/10.1.0/firebase-dynamic-links-unity-10.1.0.srcaar": "856f01ed5c774d23844248c703ddd67a",
"Firebase/m2repository/com/google/firebase/firebase-firestore-unity/10.1.0/firebase-firestore-unity-10.1.0.pom": "a68e1ad559d4444083e2ce593e6805d8",
"Firebase/m2repository/com/google/firebase/firebase-firestore-unity/10.1.0/firebase-firestore-unity-10.1.0.srcaar": "a197235142fd43aeb0dda15897e18757",
"Firebase/m2repository/com/google/firebase/firebase-functions-unity/10.1.0/firebase-functions-unity-10.1.0.pom": "a8745f0d55484f2e87c3d02b7af18c65",
"Firebase/m2repository/com/google/firebase/firebase-functions-unity/10.1.0/firebase-functions-unity-10.1.0.srcaar": "8b560118dc354bb6be5bf4ad5337caa4",
"Firebase/m2repository/com/google/firebase/firebase-installations-unity/10.1.0/firebase-installations-unity-10.1.0.pom": "01838893f2034f17a470fb3de31997ae",
"Firebase/m2repository/com/google/firebase/firebase-installations-unity/10.1.0/firebase-installations-unity-10.1.0.srcaar": "c84b78dc7b084acfbcf084d822db4fc1",
"Firebase/m2repository/com/google/firebase/firebase-messaging-unity/10.1.0/firebase-messaging-unity-10.1.0.pom": "ab86bb732ddd452fbc620f8eaa318112",
"Firebase/m2repository/com/google/firebase/firebase-messaging-unity/10.1.0/firebase-messaging-unity-10.1.0.srcaar": "000dad2ac9414ca4ae8a8e5137628b38",
"Firebase/m2repository/com/google/firebase/firebase-storage-unity/10.1.0/firebase-storage-unity-10.1.0.pom": "fed00434ef9548b5a7353a518a1dd780",
"Firebase/m2repository/com/google/firebase/firebase-storage-unity/10.1.0/firebase-storage-unity-10.1.0.srcaar": "cae4163f98744e8bae242bcb0e5b64fe"
},
"3.0.0": {
"Firebase/Editor/FirebaseAnalytics_v3.0.0_manifest.txt": "13c9ba8e35174de78ad7ca9a48cba9f0",
"Firebase/Editor/FirebaseAuth_v3.0.0_manifest.txt": "eaa139bec35e491da653b612e67134ad",
Expand Down