Skip to content

Commit

Permalink
Use native app name in info.plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 12, 2023
1 parent 17ab11a commit 427a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-native-app-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ echo -e "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>bedrock-native-app</string>
<string>$NATIVE_APP_NAME</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict/>
Expand Down

0 comments on commit 427a8e9

Please sign in to comment.