ios테스트 배포
This commit is contained in:
parent
08f3bd7295
commit
d1107bc479
@ -20,11 +20,9 @@ android {
|
|||||||
applicationId "com.allscore_app"
|
applicationId "com.allscore_app"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "1.0.7"
|
versionName "1.0.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
|
|
||||||
|
|
||||||
<application
|
<application
|
||||||
|
@ -52,5 +52,18 @@
|
|||||||
<string>이 앱이 사진 라이브러리에 접근할 수 있도록 허용합니다.</string>
|
<string>이 앱이 사진 라이브러리에 접근할 수 있도록 허용합니다.</string>
|
||||||
<key>UIStatusBarHidden</key>
|
<key>UIStatusBarHidden</key>
|
||||||
<false/>
|
<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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -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.7+8
|
version: 1.0.8+9
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.5.3 <4.0.0'
|
sdk: '>=3.5.3 <4.0.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user