From 31b7a2ec24e88d7cbdd6cfc2a82e09102679b896 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Thu, 4 Jan 2024 07:56:58 +0200 Subject: [PATCH] chore: wording update --- .github/latest.md | 2 +- CHANGELOG.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index 3456bfa..748f84b 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -2,5 +2,5 @@ This release adds support for handling account linking and asset unlock events c ## Changelog -- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) +- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6565564..db08e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.1.0] - 2024.04.01 ### Added -- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) +- scripting define symbol `RPM_DISABLE_WEBVIEW_PERMISSIONS` can now be used to disable Android permissions override @harrisonhough in [#26](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/26) ## [2.0.0] - 2023.20.04 diff --git a/README.md b/README.md index ff6eef5..413973d 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ for instructions. - Hardware acceleration - AllowBackup -We provide a script that will automatically add these permissions called WebViewBuildPostprocessor.cs which is is enabled by default. -To disable this just add the following define to your project via the player settings for Android and iOS build targets: `RPM_DISABLE_WEBVIEW_PERMISSIONS` +We provide a script that will automatically add these permissions for Android called AndroidBuildProcessor.cs which is is enabled by default. +To disable this just add the following define to your project via the player settings for Android build target: `RPM_DISABLE_WEBVIEW_PERMISSIONS` ## Project setup (Android and iOS)