1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-14 03:19:06 +00:00

place_tracker rebuild script (#1370)

This commit is contained in:
Brett Morgan
2022-08-10 06:35:01 +10:00
committed by GitHub
parent 8e4f52c119
commit 0b86fbc66c
18 changed files with 203 additions and 150 deletions

View File

@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Place Tracker</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>