Skip to content

Add undocumented key to supported platforms #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions markdown/guide/distribution/advancedSettings/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -397,22 +397,26 @@ Key Platform(s)
`appletvos` Apple TV
`macos` macOS desktop
`win32` Windows desktop
`["android-kindle"]` Amazon Kindle
`["iphone-sim"]` Xcode iOS Simulator
`["android-nongoogle"]` Galaxy Store
`["android-kindle"]` Amazon Kindle
`["iphone-sim"]` Xcode iOS Simulator
---------------------- --------------------------------------

</div>

<div class="guide-notebox">
<div class="notebox-title">Note</div>

Omitting the `supportedPlatforms` table effectively includes the plugin on all platforms that it inherently supports.
- Omitting the `supportedPlatforms` table effectively includes the plugin on all platforms that it inherently supports.
- When building your app, you must set Target App Store to Samsung for the `["android-nongoogle"]` key to take effect. **Note:** This feature is available in CORONA_CORE_PRODUCT **2022.3665** and later.

</div>

### Forcing Plugin versions

You can set versions to be the same as GitHub tag name for the release for plugin found on [the Solar2D Free Plugins Directory](https://plugins.solar2d.com). For the plugin in example [here are available releases](https://github.com/coronalabs/com.coronalabs-CoronaProvider.native.popup.activity/releases) Note this requires Solar2D 3676+
You can set versions to be the same as GitHub tag name for the release for plugin found on [the Solar2D Free Plugins Directory](https://plugins.solar2d.com). For the plugin in example [here are available releases](https://github.com/coronalabs/com.coronalabs-CoronaProvider.native.popup.activity/releases).

**Note:** This feature is available in CORONA_CORE_PRODUCT **2022.3676** and later.

``````lua
plugins = {
Expand Down