Skip to content

Commit

Permalink
fix: missing CFBundleVersion in Share Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
borgoat committed Dec 22, 2024
1 parent f3ac089 commit c079f26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>AppGroupId</key>
<string>$(CUSTOM_GROUP_ID)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit c079f26

Please sign in to comment.