Skip to content

Commit

Permalink
PLAT-11482 copy xprivacy file into plugin dir (#768)
Browse files Browse the repository at this point in the history
* copy xprivacy file into plugin
  • Loading branch information
richardelms committed Jan 24, 2024
1 parent b38b3f6 commit 4223b2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## TBD

### Bug Fixes

- Copy the xprivacy api usage file from bugsnag-cocoa on build [#768](https://github.com/bugsnag/bugsnag-unity/pull/768)

## 7.7.0 (2024-01-04)

### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ namespace :plugin do

tvos_dir = File.join(assets_path, "tvOS")

#copy framework usage api file
cp_r File.join("bugsnag-cocoa", "Bugsnag", "resources", "PrivacyInfo.xcprivacy"), ios_dir

cd cocoa_build_dir do
cd "build" do
def is_fat library_path
Expand Down

0 comments on commit 4223b2d

Please sign in to comment.