Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7410f0

Browse files
committed
Set CFBundleDisplayName to ${APP_DISPLAY_NAME} in Info.plist
1 parent fd4803b commit a7410f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>$(APP_DISPLAY_NAME)</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)