Skip to content

Commit

Permalink
Merge pull request #35336 from Expensify/francois-add-missing-CFBundl…
Browse files Browse the repository at this point in the history
…eExecutable

Add missing `CFBundleExecutable` key and value in Info.plist
  • Loading branch information
AndrewGable authored Jan 29, 2024
2 parents 4421b47 + 715de67 commit e8d6e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<dict>
<key>CFBundleIdentifier</key>
<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 e8d6e15

Please sign in to comment.