Fix update_oauth_resources.sh

This commit is contained in:
Matthew Esposito 2023-12-28 15:49:29 -05:00
parent d4c4d61ce8
commit 0955f902f8
No known key found for this signature in database
2 changed files with 230 additions and 226 deletions

View File

@ -18,7 +18,7 @@ echo -e "Fetching \e[34m$ios_app_count iOS app versions...\e[0m"
filename="src/oauth_resources.rs"
# Add comment that it is user generated
echo "// This file was generated by scripts/update_oauth_resources.sh" >> "$filename"
echo "// This file was generated by scripts/update_oauth_resources.sh" > "$filename"
echo "// Rerun scripts/update_oauth_resources.sh to update this file" >> "$filename"
echo "// Please do not edit manually" >> "$filename"
echo "// Filled in with real app versions" >> "$filename"

View File

@ -1,3 +1,7 @@
// This file was generated by scripts/update_oauth_resources.sh
// Rerun scripts/update_oauth_resources.sh to update this file
// Please do not edit manually
// Filled in with real app versions
pub static IOS_APP_VERSION_LIST: &[&str; 67] = &[
"Version 2020.0.0/Build 306960",
"Version 2020.10.0/Build 307041",