Skip to content
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

[iOS] [3.2] iOS Plugins #41340

Merged
merged 5 commits into from
Jan 15, 2021

Commits on Jan 14, 2021

  1. iOS Modules: separate main platform code from modules

    Moved previously builtin modules 'GameCenter', 'AppStore', 'iCloud' to separate modules to be represented as plugin.
    Modified 'ARKit' and 'Camera' to not be builtin into engine and work as plugin.
    Changed platform code so it's not affected by the move.
    Modified Xcode project file to remove parameters that doesn't make any effect.
    Added basic '.gdip' plugin config file.
    naithar committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    614f701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03cf3d5 View commit details
    Browse the repository at this point in the history
  3. iOS Export: export modification to support plugins

    Added plugin configuration.
    Export options now use plugins that could be enabled/disabled.
    Plugin changes are observed at runtime.
    naithar committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d504760 View commit details
    Browse the repository at this point in the history
  4. iOS Export: support multi-target plugin

    Plugins can use 'binary_name.a' or 'binary_name.release.a' and 'binary_name.debug.a' for plugin library.
    naithar committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cb15abd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6492394 View commit details
    Browse the repository at this point in the history