warning: The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('14718.1.2'). (#7762)

This commit is contained in:
Cœur
2025-11-08 03:19:04 +01:00
committed by GitHub
parent f20fd5e373
commit 312078806d
3 changed files with 14 additions and 19 deletions

View File

@@ -2,6 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>VERSION_STRING_INFOPLIST</string>
<key>CFBundleVersion</key>
<string>BUILD_STRING_INFOPLIST</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
@@ -20,5 +28,7 @@
<key>NSExtensionPrincipalClass</key>
<string>PreviewProvider</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2005-2025 The Transmission Project</string>
</dict>
</plist>

View File

@@ -29,7 +29,7 @@
<key>CFBundleShortVersionString</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>BUILD_STRING_INFOPLIST</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>