Skip to content

Commit

Permalink
Add missing bundle and missing configuration (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Sep 6, 2024
1 parent 59d3cfb commit eec2617
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Mac/Backtrace-Unity-Mac-bundle.bundle/Contents.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/MacOS.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Runtime/Model/BacktraceConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class BacktraceConfiguration : ScriptableObject
/// Capture native NDK Crashes.
/// </summary>
[Tooltip("Capture native NDK Crashes (ANDROID API 21+)")]
#elif UNITY_IOS || UNITY_STANDALONE_WIN || UNITY_GAMECORE_XBOXSERIES
#elif UNITY_IOS || UNITY_STANDALONE_WIN || UNITY_GAMECORE_XBOXSERIES || UNITY_STANDALONE_OSX
/// <summary>
/// Capture native crashes.
/// </summary>
Expand Down Expand Up @@ -453,4 +453,4 @@ public BacktraceCredentials ToCredentials()
return new BacktraceCredentials(ServerUrl);
}
}
}
}

0 comments on commit eec2617

Please sign in to comment.