neos-modding-group / neos-mod-manifest

Central manifest for all known Neos VR mods
https://www.neosmodloader.com/mods
Creative Commons Zero v1.0 Universal
11 stars 36 forks source link

Add manifest flag for android platforms #307

Closed Raemien closed 1 year ago

Raemien commented 1 year ago

This change extends the platform compatibility flags to include android.

Useful for purposes mentioned in #235, where mods may require Android/Quest-specific features.

EIA485 commented 1 year ago

Since this is a change to the schema I'd like a second opinion before merging

XDelta commented 1 year ago

Looks good to me, only additional consideration would be to bump the patch number on the schema version in the manifest (x.x.1) as it is changing the schema and its validation.

XDelta commented 1 year ago

Adding this along with some other things on the docs at the moment