Skip to content

Commit

Permalink
Add privacy manifest for Apple platforms
Browse files Browse the repository at this point in the history
Addresses #382 in rive-flutter. Doing a quick audit, it looks like these APIs are used solely by 3rd party libs we consume (MiniAudio, Harfbuzz, skia font converter).

Also adds the privacy manifest to our ios/mac runtimes for our Cocoapod and Swift Package.

Validated the coverage using [this tool](https://github.com/crasowas/app_store_required_privacy_manifest_analyser).

Diffs=
4c23759b6 Add privacy manifest for Apple platforms (#7194)
1d0d2b6ac Add a "path_fuzz" mode to the PLS fuzzer (#7211)
0d03a416b Fix ios analyzer (#7198)
335a30588 Add static/dynamic runtime config based on actual target config. (#7184)
8db7cac50 fix state machine advanceAndApply (#7183)

Co-authored-by: Philip Chung <[email protected]>
  • Loading branch information
philter and philter committed May 7, 2024
1 parent d9e9d9e commit 1107b4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51556c67866a8c01460580325d293eefc7ac3926
4c23759b665fa82a96d62c7c9fd9c7b5d59bc8e1
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## UPCOMING
## 0.13.4
- Fixed an issue with [TickerMode](https://api.flutter.dev/flutter/widgets/TickerMode-class.html) value not pausing a Rive graphic. Thanks to 'jaggernod' for the [contribution](https://github.com/rive-app/rive-flutter/pull/380).
- Bump rive_common to pick up the Privacy manifest for iOS & macOS runtimes

## 0.13.2

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rive
version: 0.13.2
version: 0.13.4
homepage: https://rive.app
description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
repository: https://github.com/rive-app/rive-flutter
Expand All @@ -21,7 +21,7 @@ dependencies:
http: ">=0.13.3 <2.0.0"
meta: ^1.3.0
plugin_platform_interface: ^2.0.2
rive_common: 0.4.5
rive_common: 0.4.8
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 1107b4c

Please sign in to comment.