1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

platform_design rebuild script (#1372)

This commit is contained in:
Brett Morgan
2022-08-10 06:39:46 +10:00
committed by GitHub
parent fc0268cc9a
commit 60fa494702
22 changed files with 170 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<string>en</string>
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
@@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>