You can use the ios.deployment_target build hint to target the build for iOS 14 or newer.
On Sunday, September 27, 2020 at 7:46:58 PM UTC+3 P5music wrote: > I am planning to add some features to my CodenameOne app that are > available only through the Native Interface. > I would put a zipped Swift framework in the native folder as explained in > this discussion > https://groups.google.com/g/codenameone-discussions/c/1Msx0cL21SI > then the Swift code is called from Obj-C code as usual for the Generated > Native Interface, being eventually consumed by Java code. > My Swift code is from a iOS 14 SwiftUI app. The framework could be > modified not to exploit the newest methods traces because the functionality > is not new, just I used new methods' signatures. > I wonder, in the broader sense, if the CodenameOne app too would be > limited to iOS 14 without changing the methods or signatures. > I think so, but I do not even know what iOS versions would be targeted by > my CodenameOne app in its present form. > Thanks in advance > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0484af34-3df5-4171-95c5-7fdcc5dedd5bn%40googlegroups.com.
