macOS framework: GStreamer bin file should to have minimum version for upload to AppStore
I tried to upload my app to AppStore without LC_VERSION_MIN_MACOSX
, but unfortunately - there is some new requirements. I rebuilt GStreamer bin from libs and as a result I have the next:
otool -l GStreamer
...
cmd LC_VERSION_MIN_MACOSX
cmdsize 16
version 10.10
sdk 10.14
...
With this bin everything is fine. I know about Info.plist
(LSMinimumSystemVersion
), but as far as I know in modern Xcode versions we have to use LC_VERSION_MIN_MACOSX inside bin.
Edited by Roman Shpuntov