Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
taetae98coding committed Nov 9, 2024
1 parent 7757018 commit 95c418e
Show file tree
Hide file tree
Showing 11 changed files with 295 additions and 79 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Build ${{ matrix.command }}
run: ${{ matrix.command }}
Expand Down Expand Up @@ -73,17 +73,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Build iOS
run: xcodebuild -project Diary/Diary.xcodeproj -scheme CI -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0'
22 changes: 11 additions & 11 deletions .github/workflows/check_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- run: ./gradlew :spotlessCheck
22 changes: 11 additions & 11 deletions .github/workflows/dependency_guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Build ${{ matrix.command }}
run: ${{ matrix.command }}
66 changes: 33 additions & 33 deletions .github/workflows/firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Build APK
run: ./gradlew :app:platform:android:assembleRealRelease
Expand Down Expand Up @@ -79,17 +79,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Install the Apple certificate and provisioning profile
env:
Expand Down Expand Up @@ -158,17 +158,17 @@ jobs:
echo android.real.key.alias=${{ secrets.ANDROID_REAL_KEY_ALIAS }} >> local.properties
echo android.real.key.password=${{ secrets.ANDROID_REAL_KEY_PASSWORD }} >> local.properties
- name: Set Android google-services.json
run: |
echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
- name: Set Apple GoogleService-Info.plist
run: |
echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist
# - name: Set Android google-services.json
# run: |
# echo '${{ secrets.ANDROID_DEV_GOOGLE_SERVICES_JSON }}' > app/platform/android/dev/google-services.json
# echo '${{ secrets.ANDROID_REAL_GOOGLE_SERVICES_JSON }}' > app/platform/android/real/google-services.json
#
# - name: Set Apple GoogleService-Info.plist
# run: |
# echo '${{ secrets.APPLE_DEV_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_DEV_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/DevRelease/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_DEBUG_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealDebug/GoogleService-Info.plist
# echo '${{ secrets.APPLE_REAL_RELEASE_GOOGLE_SERVICE_INFO_PLIST }}' > Diary/secret/RealRelease/GoogleService-Info.plist

- name: Download ipa
uses: actions/download-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

**/build

**/google-services.json
**/GoogleService-Info.plist
#**/google-services.json
#**/GoogleService-Info.plist

**/xcuserdata
**/dev.xcconfig
Expand Down
30 changes: 30 additions & 0 deletions Diary/Secret/DevDebug/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -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>AIzaSyBqM122KwieFju8KkKY2f6aZZ_IjR8MneU</string>
<key>GCM_SENDER_ID</key>
<string>1029489765804</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>io.github.taetae98coding.diary.dev.debug</string>
<key>PROJECT_ID</key>
<string>diary-dev-default</string>
<key>STORAGE_BUCKET</key>
<string>diary-dev-default.firebasestorage.app</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:1029489765804:ios:d73e84aa3c1d2fad485e09</string>
</dict>
</plist>
30 changes: 30 additions & 0 deletions Diary/Secret/DevRelease/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -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>AIzaSyBqM122KwieFju8KkKY2f6aZZ_IjR8MneU</string>
<key>GCM_SENDER_ID</key>
<string>1029489765804</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>io.github.taetae98coding.diary.dev</string>
<key>PROJECT_ID</key>
<string>diary-dev-default</string>
<key>STORAGE_BUCKET</key>
<string>diary-dev-default.firebasestorage.app</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:1029489765804:ios:58a406de2cb5e315485e09</string>
</dict>
</plist>
30 changes: 30 additions & 0 deletions Diary/Secret/RealDebug/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -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>AIzaSyAmiB1Pub56iOY4WG39m6wuKGhedhRbNfo</string>
<key>GCM_SENDER_ID</key>
<string>73292404769</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>io.github.taetae98coding.diary.debug</string>
<key>PROJECT_ID</key>
<string>diary-real</string>
<key>STORAGE_BUCKET</key>
<string>diary-real.firebasestorage.app</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:73292404769:ios:28ae51f000bdf80fd12b60</string>
</dict>
</plist>
30 changes: 30 additions & 0 deletions Diary/Secret/RealRelease/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -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>AIzaSyAmiB1Pub56iOY4WG39m6wuKGhedhRbNfo</string>
<key>GCM_SENDER_ID</key>
<string>73292404769</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>io.github.taetae98coding.diary</string>
<key>PROJECT_ID</key>
<string>diary-real</string>
<key>STORAGE_BUCKET</key>
<string>diary-real.firebasestorage.app</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:73292404769:ios:041c1183c7bde8a2d12b60</string>
</dict>
</plist>
48 changes: 48 additions & 0 deletions app/platform/android/src/dev/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"project_info": {
"project_number": "1029489765804",
"project_id": "diary-dev-default",
"storage_bucket": "diary-dev-default.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1029489765804:android:14514dfe44a283a0485e09",
"android_client_info": {
"package_name": "io.github.taetae98coding.diary.dev"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyAT1BqsVi3TAq6eouDhR8bEV_3OJ9_OXno"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:1029489765804:android:29a65b1244540758485e09",
"android_client_info": {
"package_name": "io.github.taetae98coding.diary.dev.debug"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyAT1BqsVi3TAq6eouDhR8bEV_3OJ9_OXno"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
Loading

0 comments on commit 95c418e

Please sign in to comment.