manifest and plist + added readme
This commit is contained in:
parent
157fefc2af
commit
077b373052
12
README.md
12
README.md
@ -52,3 +52,15 @@ flutter build appbundle
|
||||
|
||||
Faut pas oublier d'aller changer la version avant chaque upload de version (Puis mettre l'app bundle dans le dossier du PC, peut-être mettre sur le repos aussi ?)
|
||||
|
||||
# update app
|
||||
|
||||
1) Mettre à jour l'instance Id
|
||||
- MDLF : 65ccc67265373befd15be511
|
||||
- Fort : 633ee379d9405f32f166f047
|
||||
2) Mettre à jour l'icone (dans pubspec.yaml ref icon)
|
||||
- flutter pub get
|
||||
- dart run flutter_launcher_icons
|
||||
3) Mettre à jour android manifest et info.plist
|
||||
- be.unov.myinfomate.mdlf
|
||||
- be.unov.mymuseum.fortsaintheribert
|
||||
4) Mettre à jour les couleurs de l'app
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="be.unov.myinfomate.mdlf">
|
||||
package="be.unov.mymuseum.fortsaintheribert">
|
||||
<!-- package="be.unov.myinfomate.mdlf"> -->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
@ -17,9 +18,9 @@
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
|
||||
<uses-feature android:name="android.hardware.camera" />-->
|
||||
<!-- android:label="Fort Saint Héribert" -->
|
||||
<!-- android:label="Fort Saint Héribert" "Musée de la fraise" -->
|
||||
<application
|
||||
android:label="Musée de la fraise"
|
||||
android:label="Fort Saint Héribert"
|
||||
android:name="${applicationName}"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:icon="@mipmap/launcher_icon">
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Musée fraise</string>
|
||||
<string>Fort Saint-Héribert</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -15,7 +15,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>be.unov.myinfomate.mdlf</string>
|
||||
<string>be.unov.mymuseum.fortsaintheribert</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user