Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-120522: Add a--with-app-store-compliance configure option to patch out problematic code#120984
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
e30787fae53183eee0c93eeb976f26cd9ae2d5a0a712cb469eb4898756f7487cb22667a7a1275702466c87a8e72955dd67File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -704,15 +704,10 @@ AC_ARG_WITH( | ||
| [Enable any patches required for compiliance with app stores. | ||
| Optional PATCH-FILE specifies the custom patch to apply.] | ||
| )],[ | ||
| case "$withval" in | ||
| yes) | ||
| case $ac_sys_system in | ||
| Darwin|iOS) | ||
| # iOS is able to share the macOS patch | ||
| APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch" | ||
| APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance" | ||
| @@ -733,7 +728,7 @@ AC_ARG_WITH( | ||
| case $ac_sys_system in | ||
| iOS) | ||
| # Always apply the compliance patch on iOS; we can use the macOS patch | ||
| APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch" | ||
| APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance" | ||
| APP_STORE_COMPLIANCE_PATCH_FLAGS= | ||
| AC_MSG_RESULT(["applying default app store compliance patch"]) | ||
freakboy3742 marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||