ios테스트 배포

This commit is contained in:
eld_master 2025-02-03 20:40:48 +09:00
parent 08f3bd7295
commit d1107bc479
4 changed files with 17 additions and 5 deletions

View File

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

View File

@ -3,6 +3,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application

View File

@ -52,5 +52,18 @@
<string>이 앱이 사진 라이브러리에 접근할 수 있도록 허용합니다.</string>
<key>UIStatusBarHidden</key>
<false/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3</string>
</array>
</dict>
</array>
<key>GIDClientID</key>
<string>19981745655-3dadv7n64jqcada6mtc1ao25k1m90gp3.apps.googleusercontent.com</string>
</dict>
</plist>

View File

@ -1,7 +1,7 @@
name: allscore_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.7+8
version: 1.0.8+9
environment:
sdk: '>=3.5.3 <4.0.0'