mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user