Fix CFBundleShortVersionString of an app extension (null) must match that of its containing parent app ('3.8.0')

This commit is contained in:
Balazs Perlaki-Horvath 2025-02-14 10:33:45 +01:00 committed by Kelson
parent d396d43daf
commit ae2c3bfd29

View File

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
<key>NSExtension</key>