Skip to content

Commit d9a27d5

Browse files
authored
Merge pull request #769 from bugsnag/next
Release v7.7.1
2 parents 806ce40 + d958cd2 commit d9a27d5

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.7.1 (2024-01-25)
4+
5+
### Bug Fixes
6+
7+
- Copy the xprivacy api usage file from bugsnag-cocoa on build [#768](https://github.com/bugsnag/bugsnag-unity/pull/768)
8+
39
## 7.7.0 (2024-01-04)
410

511
### Enhancements

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ namespace :plugin do
263263

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

266+
#copy framework usage api file
267+
cp_r File.join("bugsnag-cocoa", "Bugsnag", "resources", "PrivacyInfo.xcprivacy"), ios_dir
268+
266269
cd cocoa_build_dir do
267270
cd "build" do
268271
def is_fat library_path

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var target = Argument("target", "Default");
55
var solution = File("./BugsnagUnity.sln");
66
var configuration = Argument("configuration", "Release");
77
var project = File("./src/BugsnagUnity/BugsnagUnity.csproj");
8-
var version = "7.7.0";
8+
var version = "7.7.1";
99

1010
Task("Restore-NuGet-Packages")
1111
.Does(() => NuGetRestore(solution));

0 commit comments

Comments
 (0)