Skip to content

Commit

Permalink
Update macos bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Sep 4, 2024
1 parent 615d663 commit 7446192
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Mac/Backtrace-Unity-Mac-bundle.bundle.meta

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

2 changes: 1 addition & 1 deletion Mac/Backtrace-Unity-Mac-bundle.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>DTXcodeBuild</key>
<string>15F31d</string>
<key>LSMinimumSystemVersion</key>
<string>12.3</string>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2024 Backtrace. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
4 changes: 1 addition & 3 deletions Runtime/Model/Attributes/MachineAttributeProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ private void IncludeOsInformation(IDictionary<string, string> attributes)
#if UNITY_IOS && !UNITY_EDITOR
attributes["uname.version"] = UnityEngine.iOS.Device.systemVersion;
attributes["uname.fullname"] = Environment.OSVersion.Version.ToString();
#endif

#if UNITY_STANDALONE_OSX && !UNITY_EDITOR
#elif UNITY_STANDALONE_OSX && !UNITY_EDITOR
attributes["uname.fullname"] = Environment.OSVersion.Version.ToString();
#endif
}
Expand Down

0 comments on commit 7446192

Please sign in to comment.