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.
  • Loading branch information
sezero committed Dec 8, 2019
1 parent b471e24 commit aade0de
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -18,6 +18,10 @@
<string>1.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.3</string>
</dict>
Expand Down

0 comments on commit aade0de

Please sign in to comment.