Skip to content

Commit

Permalink
VPN-4773 add Bundle Display Name to info.plist (#6969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman committed May 23, 2023
1 parent 16b5c2c commit bc16fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/app/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<string>6.0</string>
<key>CFBundleName</key>
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
<key>CFBundleDisplayName</key>
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit bc16fff

Please sign in to comment.