manifest and plist + added readme

This commit is contained in:
Thomas Fransolet 2024-10-16 14:40:32 +02:00
parent 157fefc2af
commit 077b373052
3 changed files with 18 additions and 5 deletions

View File

@ -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 ?) 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

View File

@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <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.INTERNET"/>
<uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <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_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-feature android:name="android.hardware.camera" />--> <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 <application
android:label="Musée de la fraise" android:label="Fort Saint Héribert"
android:name="${applicationName}" android:name="${applicationName}"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:icon="@mipmap/launcher_icon"> android:icon="@mipmap/launcher_icon">

View File

@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Musée fraise</string> <string>Fort Saint-Héribert</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>be.unov.myinfomate.mdlf</string> <string>be.unov.mymuseum.fortsaintheribert</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>