Skip to content

Commit

Permalink
Add CFBundleDisplayName to Info-*.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Jul 20, 2023
1 parent c31242e commit 11a975d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Runner/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<string>6.0</string>
<key>CFBundleName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundleDisplayName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info-Profile.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<string>6.0</string>
<key>CFBundleName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundleDisplayName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info-Release.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<string>6.0</string>
<key>CFBundleName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundleDisplayName</key>
<string>$(DISPLAY_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit 11a975d

Please sign in to comment.