From 5465581c52536acafe1393cd45d99863ab1d9d8a Mon Sep 17 00:00:00 2001 From: taetae98coding Date: Sun, 10 Nov 2024 02:00:58 +0900 Subject: [PATCH] hmm --- .gitignore | 4 +- .../Secret/DevDebug/GoogleService-Info.plist | 30 ++++++++++++ .../DevRelease/GoogleService-Info.plist | 30 ++++++++++++ .../Secret/RealDebug/GoogleService-Info.plist | 30 ++++++++++++ .../RealRelease/GoogleService-Info.plist | 30 ++++++++++++ .../android/src/dev/google-services.json | 48 +++++++++++++++++++ .../android/src/real/google-services.json | 48 +++++++++++++++++++ 7 files changed, 218 insertions(+), 2 deletions(-) create mode 100644 Diary/Secret/DevDebug/GoogleService-Info.plist create mode 100644 Diary/Secret/DevRelease/GoogleService-Info.plist create mode 100644 Diary/Secret/RealDebug/GoogleService-Info.plist create mode 100644 Diary/Secret/RealRelease/GoogleService-Info.plist create mode 100644 app/platform/android/src/dev/google-services.json create mode 100644 app/platform/android/src/real/google-services.json diff --git a/.gitignore b/.gitignore index 922858cd..f80349d7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,8 @@ **/build -**/google-services.json -**/GoogleService-Info.plist +#**/google-services.json +#**/GoogleService-Info.plist **/xcuserdata **/dev.xcconfig diff --git a/Diary/Secret/DevDebug/GoogleService-Info.plist b/Diary/Secret/DevDebug/GoogleService-Info.plist new file mode 100644 index 00000000..509e0b04 --- /dev/null +++ b/Diary/Secret/DevDebug/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyBqM122KwieFju8KkKY2f6aZZ_IjR8MneU + GCM_SENDER_ID + 1029489765804 + PLIST_VERSION + 1 + BUNDLE_ID + io.github.taetae98coding.diary.dev.debug + PROJECT_ID + diary-dev-default + STORAGE_BUCKET + diary-dev-default.firebasestorage.app + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:1029489765804:ios:d73e84aa3c1d2fad485e09 + + \ No newline at end of file diff --git a/Diary/Secret/DevRelease/GoogleService-Info.plist b/Diary/Secret/DevRelease/GoogleService-Info.plist new file mode 100644 index 00000000..10299140 --- /dev/null +++ b/Diary/Secret/DevRelease/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyBqM122KwieFju8KkKY2f6aZZ_IjR8MneU + GCM_SENDER_ID + 1029489765804 + PLIST_VERSION + 1 + BUNDLE_ID + io.github.taetae98coding.diary.dev + PROJECT_ID + diary-dev-default + STORAGE_BUCKET + diary-dev-default.firebasestorage.app + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:1029489765804:ios:58a406de2cb5e315485e09 + + \ No newline at end of file diff --git a/Diary/Secret/RealDebug/GoogleService-Info.plist b/Diary/Secret/RealDebug/GoogleService-Info.plist new file mode 100644 index 00000000..5ff2a846 --- /dev/null +++ b/Diary/Secret/RealDebug/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyAmiB1Pub56iOY4WG39m6wuKGhedhRbNfo + GCM_SENDER_ID + 73292404769 + PLIST_VERSION + 1 + BUNDLE_ID + io.github.taetae98coding.diary.debug + PROJECT_ID + diary-real + STORAGE_BUCKET + diary-real.firebasestorage.app + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:73292404769:ios:28ae51f000bdf80fd12b60 + + \ No newline at end of file diff --git a/Diary/Secret/RealRelease/GoogleService-Info.plist b/Diary/Secret/RealRelease/GoogleService-Info.plist new file mode 100644 index 00000000..9d34c720 --- /dev/null +++ b/Diary/Secret/RealRelease/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyAmiB1Pub56iOY4WG39m6wuKGhedhRbNfo + GCM_SENDER_ID + 73292404769 + PLIST_VERSION + 1 + BUNDLE_ID + io.github.taetae98coding.diary + PROJECT_ID + diary-real + STORAGE_BUCKET + diary-real.firebasestorage.app + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:73292404769:ios:041c1183c7bde8a2d12b60 + + \ No newline at end of file diff --git a/app/platform/android/src/dev/google-services.json b/app/platform/android/src/dev/google-services.json new file mode 100644 index 00000000..4d1d3b51 --- /dev/null +++ b/app/platform/android/src/dev/google-services.json @@ -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" +} \ No newline at end of file diff --git a/app/platform/android/src/real/google-services.json b/app/platform/android/src/real/google-services.json new file mode 100644 index 00000000..dcd44011 --- /dev/null +++ b/app/platform/android/src/real/google-services.json @@ -0,0 +1,48 @@ +{ + "project_info": { + "project_number": "73292404769", + "project_id": "diary-real", + "storage_bucket": "diary-real.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:73292404769:android:57bc53e05029706fd12b60", + "android_client_info": { + "package_name": "io.github.taetae98coding.diary" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyB5QcihaWsj6mOcrqTjnl8oO4RNM4MV7R0" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:73292404769:android:86ee276a4ac64d54d12b60", + "android_client_info": { + "package_name": "io.github.taetae98coding.diary.debug" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyB5QcihaWsj6mOcrqTjnl8oO4RNM4MV7R0" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file