不跟系统的暗黑模式,保持light模式;增加本地日志的读取;接入firebase

This commit is contained in:
oscarz
2024-08-29 18:01:49 +08:00
parent 6d6776b9fd
commit 8500300d18
34 changed files with 25575 additions and 1523 deletions

30
GoogleService-Info.plist Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyBDPG2ofY3F9gjYTyutQfPNXueaaWPTVME</string>
<key>GCM_SENDER_ID</key>
<string>763286281388</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.easyprompts.aigrammar</string>
<key>PROJECT_ID</key>
<string>easygrammar-52c5b</string>
<key>STORAGE_BUCKET</key>
<string>easygrammar-52c5b.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:763286281388:ios:c469d8138ccfa1d6e95309</string>
</dict>
</plist>