Skip to content

Commit

Permalink
Xcode, 3rd party frameworks:
Browse files Browse the repository at this point in the history
Manually add CFBundleSupportedPlatforms key to Info.plist of frameworks
which doesn't have it. Noticed in an issue reported at
https://discourse.libsdl.org/t/osx-sdl2-mixer-code-sign-issue-bundle-format-is-ambiguous/26895
  • Loading branch information
sezero committed Dec 8, 2019
1 parent 79b6236 commit e282226
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Expand Up @@ -18,6 +18,10 @@
<string>1.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.3</string>
</dict>
Expand Down
Expand Up @@ -18,6 +18,10 @@
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.1</string>
</dict>
Expand Down
Expand Up @@ -18,6 +18,10 @@
<string>0.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.11</string>
</dict>
Expand Down
Expand Up @@ -18,6 +18,10 @@
<string>0.8.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.8.9</string>
</dict>
Expand Down
Expand Up @@ -18,6 +18,10 @@
<string>1.25.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.25.13</string>
</dict>
Expand Down

0 comments on commit e282226

Please sign in to comment.