socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.63k stars 78 forks source link

Allow 'LSMinimumSystemVersion' to be "opt-in" for 'Info.plist' entry #698

Closed jwerle closed 8 months ago

jwerle commented 1 year ago

We should allow this value to be configurable, by opt-in with socket.ini, instead of defaulting to 13.0.0:

[mac]
minimum_supported_version = 10.10.0
jwerle commented 1 year ago

cc @aleclarson

chicoxyzzy commented 1 year ago

for mac only or for iOS as well?

jwerle commented 1 year ago

for mac only or for iOS as well?

for this issue, just macOS we currently set -miphoneos-version-min and -mios-simulator-version-min when compiling prebuilds

yassernasc commented 8 months ago

It seems to be resolved.