Give us feedback
swift-support-plugin
Mobile icon

Swift Support Plugin

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded on 25 January 2021 by 
0.0
 (0 ratings)
swift-support-plugin

Swift Support Plugin

Details
Cordova plugin that enables Swift language support for iOS
Read more

Allows using Cordova plugins for iOS written in the Swift language.

The following should be added to the extensibility configurations of the main module of your application (the one set as "Home"). Replace the value by your desired language version:

{
    "preferences": {
        "ios": [
            {
                "name": "UseSwiftLanguageVersion",
                "value": "4"
            }
        ]
    }
}

Release notes (1.1.0)
  • Added support for MABS 6.3 and MABS 7.0
Reviews (0)