Limiting supported platforms for your Applet
You can define a list of supported platforms for your Applet. Adding supportedPlatforms
configuration into the package.json
limits available building target on the Smart Builder page.
package.json
"sos": {
"supportedPlatforms": [
"tizen",
"webos",
"brightsign"
],
}
Options to select from:
- tizen
- webos
- brightsign
- windows
- android
- linux
By default, Applet will be available to be built on all supported platforms.