Skip to content

Commit

Permalink
chore: wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 4, 2024
1 parent d8e94a5 commit 31b7a2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 31b7a2e

Please sign in to comment.