Set android icon and splash

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 15:19:47 +01:00
parent efa0c587b8
commit feb1342a6b
76 changed files with 337 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true />
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@@ -42,13 +42,15 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true />
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true />
<true/>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>es</string>
</array>
<key>UIStatusBarHidden</key>
<false/>
</dict>
</plist>
</plist>