Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

[Feature Request][macOS] Allow to use `CFBundleSupportedPlatforms` with `InfoAdditions`

Open itlancer opened this issue 4 months ago • 2 comments

Feature Description

AIR SDK for macOS should allow to add CFBundleSupportedPlatforms with InfoAdditions.

Right now trying to add to manifest InfoAdditions section for macOS:

<key>CFBundleSupportedPlatforms</key>
    <array>
     <string>MacOSX</string>
    </array>

cause packaging error: error 105: application.macOS.InfoAdditions contains an invalid value

Alternatively, AIR SDK could automatically fill CFBundleSupportedPlatforms with MacOSX.

Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/3172 https://github.com/airsdk/Adobe-Runtime-Support/issues/2857 https://github.com/airsdk/Adobe-Runtime-Support/issues/2083

Known Workarounds

Manually add CFBundleSupportedPlatforms to packaged AIR app and re-sign it.

itlancer avatar Apr 12 '24 10:04 itlancer