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

Conversation

McMartin
Copy link
Owner

@McMartin McMartin commented May 7, 2019

The first 2 commits start with [!API] since they are technically API breaking changes. However, these 2 keywords are not supported by Reprojucer.cmake yet: ENABLE_INTER_APP_AUDIO is only for iOS, and for IN_APP_PURCHASES_CAPABILITY there is #395 (which I will take care of amending once this PR has been merged).

@MartyLake: please review, thanks!

It is called "Inter-App Audio" (IAA).
The XML property that Projucer reads and writes in the .jucer file is
"iosInAppPurchases".
...but unsupported yet.

Instead of aborting with:

  Unknown keyword: "USE_HARDENED_RUNTIME"
...but unsupported yet.

Instead of aborting with:

  Unknown keyword: "USE_APP_SANDBOX"
...but unsupported yet.

Instead of aborting with:

  Unknown keyword: "EXPORTER_BUNDLE_IDENTIFIER"
...but unsupported yet.

Instead of aborting with:

  Unknown keyword: "POST_EXPORT_SHELL_COMMAND_MACOS_LINUX"

or:

  Unknown keyword: "POST_EXPORT_SHELL_COMMAND_WINDOWS"
@McMartin McMartin force-pushed the handle-unsupported-but-known-settings branch from 20f4c02 to 210710a Compare May 8, 2019 07:05
@MartyLake
Copy link
Collaborator

LGTM!

@McMartin McMartin merged commit 851b291 into master May 8, 2019
@McMartin McMartin deleted the handle-unsupported-but-known-settings branch May 8, 2019 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants