Skip to content

Commit eec2617

Browse files
authored
Add missing bundle and missing configuration (#227)
1 parent 59d3cfb commit eec2617

File tree

7 files changed

+47
-2
lines changed

7 files changed

+47
-2
lines changed

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/Info.plist.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/MacOS.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/MacOS/Backtrace-Unity-Mac-bundle.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/_CodeSignature.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/_CodeSignature/CodeResources.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Model/BacktraceConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class BacktraceConfiguration : ScriptableObject
130130
/// Capture native NDK Crashes.
131131
/// </summary>
132132
[Tooltip("Capture native NDK Crashes (ANDROID API 21+)")]
133-
#elif UNITY_IOS || UNITY_STANDALONE_WIN || UNITY_GAMECORE_XBOXSERIES
133+
#elif UNITY_IOS || UNITY_STANDALONE_WIN || UNITY_GAMECORE_XBOXSERIES || UNITY_STANDALONE_OSX
134134
/// <summary>
135135
/// Capture native crashes.
136136
/// </summary>
@@ -453,4 +453,4 @@ public BacktraceCredentials ToCredentials()
453453
return new BacktraceCredentials(ServerUrl);
454454
}
455455
}
456-
}
456+
}

0 commit comments

Comments
 (0)