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

(cherry picked from commit e8d6e15)
  • Loading branch information
AndrewGable authored and OSBotify committed Jan 29, 2024
1 parent d58939a commit 12599ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<<<<<<< HEAD
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
=======
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
>>>>>>> e8d6e15 (Merge pull request #35336 from Expensify/francois-add-missing-CFBundleExecutable)
<key>CFBundleShortVersionString</key>
<string>1.4.33</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 12599ef

Please sign in to comment.