mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
Added CFBundleSupportedPlatforms key-value
This should improve the signing process of Mac Applications. This improves the frameworks of external dependencies used by SFML. To patch sfml-*.framework, one would need to customised the `MACOSX_FRAMEWORK_INFO_PLIST` cmake property and provide a custom Info.plist file with CFBundleSupportedPlatforms property set. See https://cmake.org/cmake/help/latest/prop_tgt/FRAMEWORK.html This is however not required (probably) if one used dylibs instead. Related to #1020 and #1036. Credits go to @kipbits.
This commit is contained in:
parent
e4ae4f9cc3
commit
40ae477cc3
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -16,5 +16,7 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array><string>MacOSX</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user