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

Handle unsupported but known settings #501

Merged
merged 7 commits into from
May 8, 2019

Commits on May 7, 2019

  1. [!API] Change keyword to match actual technology name

    It is called "Inter-App Audio" (IAA).
    McMartin committed May 7, 2019
    Configuration menu
    Copy the full SHA
    788b418 View commit details
    Browse the repository at this point in the history
  2. [!API] Change keyword to match Projucer setting better

    The XML property that Projucer reads and writes in the .jucer file is
    "iosInAppPurchases".
    McMartin committed May 7, 2019
    Configuration menu
    Copy the full SHA
    d1f0de4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Handle the "Use Hardened Runtime" exporter setting that is known

    ...but unsupported yet.
    
    Instead of aborting with:
    
      Unknown keyword: "USE_HARDENED_RUNTIME"
    McMartin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    d93f308 View commit details
    Browse the repository at this point in the history
  2. Handle the "Use App Sandbox" exporter setting that is known

    ...but unsupported yet.
    
    Instead of aborting with:
    
      Unknown keyword: "USE_APP_SANDBOX"
    McMartin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    131a0f0 View commit details
    Browse the repository at this point in the history
  3. Handle the "Exporter Bundle Identifier" exporter setting that is known

    ...but unsupported yet.
    
    Instead of aborting with:
    
      Unknown keyword: "EXPORTER_BUNDLE_IDENTIFIER"
    McMartin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    d92da7e View commit details
    Browse the repository at this point in the history
  4. Handle the "Post-Export Shell Command" project settings that are known

    ...but unsupported yet.
    
    Instead of aborting with:
    
      Unknown keyword: "POST_EXPORT_SHELL_COMMAND_MACOS_LINUX"
    
    or:
    
      Unknown keyword: "POST_EXPORT_SHELL_COMMAND_WINDOWS"
    McMartin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    c373696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    210710a View commit details
    Browse the repository at this point in the history