https://github.com/secondlife/3p-bugsplat
https://github.com/secondlife/3p-bugsplat
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secondlife/3p-bugsplat
- Owner: secondlife
- Created: 2022-09-21T22:14:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-12T18:09:27.000Z (7 months ago)
- Last Synced: 2025-11-12T19:10:29.764Z (7 months ago)
- Language: Perl
- Size: 161 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
BugsplatMac updates
-------------------
On 2018-08-15, we were notified by mail of a new BugsplatMac drop 1.0.4 on
GitHub: https://github.com/BugSplatGit/BugsplatMac
Before today we'd been using the prebuilt Mac binary framework provided by
BugSplat, so had to build this one ourselves.
Per https://www.bugsplat.com/docs/platforms/os-x, I installed Carthage (which
is supported by macports as well as homebrew:
sudo port install carthage)
and added the present Cartfile with contents as recommended.
FIRST -- VERY IMPORTANT!!
hg update vendor
We DO have patches to the BugsplatMac.framework, notably to the
upload-archive.sh script in its Resources directory. I've already been through
losing the Linden patches due to unpacking a vendor drop before switching to
the vendor branch, and having to restore them to the source repo from an
earlier autobuild package tarball.
Although the BugSplat page mentioned above says simply to run 'carthage', the
Carthage Quick Start documentation https://github.com/Carthage/Carthage says
to run 'carthage update', which I did.
This overwrote the contents of Carthage/Build/Mac/BugsplatMac.framework.
Happily, since that's what was packaged in the previous BugSplat binary
framework drops, that was exactly right. I committed that on branch 'vendor'
and merged to branch 'default'.
Windows Updates
-------------------
See https://www.bugsplat.com/docs/sdk/