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

jsonexample rebuild script (#1366)

This commit is contained in:
Brett Morgan
2022-08-10 06:38:39 +10:00
committed by GitHub
parent 18501cd153
commit fc0268cc9a
38 changed files with 360 additions and 253 deletions

View File

@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Jsonexample</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -41,5 +43,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>