ios테스트 배포

This commit is contained in:
eld_master 2025-02-04 16:11:00 +09:00
parent 820ae895f9
commit baf94a7e5d
6 changed files with 23 additions and 29 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "com.allscore_app" applicationId "com.allscore_app"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 9 versionCode 10
versionName "1.0.8" versionName "1.0.10"
} }
// ... // ...

View File

@ -12,9 +12,9 @@
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<!-- ★ 여기에 meta-data 추가 ★ --> <!-- ★ 여기에 meta-data 추가 ★ -->
<!-- <meta-data <meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID" android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713" /> --> android:value="ca-app-pub-3940256099942544~3347511713" />
<!-- android:value="ca-app-pub-6461991944599918~9492697896" --> <!-- android:value="ca-app-pub-6461991944599918~9492697896" -->
<!-- 구글 로그인 관련 --> <!-- 구글 로그인 관련 -->

View File

@ -65,5 +65,7 @@
</array> </array>
<key>GIDClientID</key> <key>GIDClientID</key>
<string>19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3.apps.googleusercontent.com</string> <string>19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3.apps.googleusercontent.com</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544/2934735716</string>
</dict> </dict>
</plist> </plist>

View File

@ -144,8 +144,8 @@ class UserInfoFinishDialog extends StatelessWidget {
padding: const EdgeInsets.symmetric(vertical: 12), padding: const EdgeInsets.symmetric(vertical: 12),
), ),
child: const Text( child: const Text(
'OK', 'OK'
// '확인' /* '확인' */,
style: TextStyle(fontSize: 14), style: TextStyle(fontSize: 14),
), ),
), ),

View File

@ -189,10 +189,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: firebase_auth name: firebase_auth
sha256: "279b2773ff61afd9763202cb5582e2b995ee57419d826b9af6517302a59b672f" sha256: cfc2d970829202eca09e2896f0a5aa7c87302817ecc0bdfa954f026046bf10ba
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.16.0" version: "4.20.0"
firebase_auth_platform_interface: firebase_auth_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -205,10 +205,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: firebase_auth_web name: firebase_auth_web
sha256: c7b1379ccef7abf4b6816eede67a868c44142198e42350f51c01d8fc03f95a7d sha256: "64e067e763c6378b7e774e872f0f59f6812885e43020e25cde08f42e9459837b"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "5.8.13" version: "5.12.0"
firebase_core: firebase_core:
dependency: "direct main" dependency: "direct main"
description: description:
@ -229,10 +229,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: firebase_core_web name: firebase_core_web
sha256: fbc008cf390d909b823763064b63afefe9f02d8afdb13eb3f485b871afee956b sha256: "362e52457ed2b7b180964769c1e04d1e0ea0259fdf7025fdfedd019d4ae2bd88"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.19.0" version: "2.17.5"
firebase_database: firebase_database:
dependency: "direct main" dependency: "direct main"
description: description:
@ -308,10 +308,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: fluttertoast name: fluttertoast
sha256: "24467dc20bbe49fd63e57d8e190798c4d22cbbdac30e54209d153a15273721d1" sha256: "95f349437aeebe524ef7d6c9bde3e6b4772717cf46a0eb6a3ceaddc740b297cc"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "8.2.10" version: "8.2.8"
google_identity_services_web: google_identity_services_web:
dependency: transitive dependency: transitive
description: description:
@ -464,14 +464,6 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.2.1+1" version: "0.2.1+1"
js:
dependency: transitive
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.6.7"
json_annotation: json_annotation:
dependency: transitive dependency: transitive
description: description:
@ -753,10 +745,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: web name: web
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.1.0" version: "0.5.1"
webview_flutter: webview_flutter:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,7 +1,7 @@
name: allscore_app name: allscore_app
description: "A new Flutter project." description: "A new Flutter project."
publish_to: 'none' publish_to: 'none'
version: 1.0.8+9 version: 1.0.10+10
environment: environment:
sdk: '>=3.5.3 <4.0.0' sdk: '>=3.5.3 <4.0.0'
@ -19,10 +19,10 @@ dependencies:
crypto: ^3.0.1 crypto: ^3.0.1
shared_preferences: ^2.0.6 shared_preferences: ^2.0.6
image_picker: ^0.8.4+4 image_picker: ^0.8.4+4
firebase_core: ^2.19.0 firebase_core: ^2.24.2
firebase_auth: ^4.16.0 firebase_auth: ^4.17.4
firebase_database: ^10.2.3 firebase_database: ^10.4.0
google_sign_in: ^6.1.6 google_sign_in: ^6.2.1
cupertino_icons: ^1.0.8 cupertino_icons: ^1.0.8
fluttertoast: ^8.0.9 fluttertoast: ^8.0.9
flutter_launcher_icons: ^0.12.0 flutter_launcher_icons: ^0.12.0