Skip to content

Commit

Permalink
Add missing CFBundleName and CFBundleDisplayName
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed Jan 29, 2024
1 parent 03da30d commit 715de67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>1.4.33</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 715de67

Please sign in to comment.