John Brayton
John Brayton
I came across this because I am adding a _Follow on Mastodon_ button to my app, [Unread](https://www.goldenhillsoftware.com/unread/). I would love the ability to open a URL, something like `mastodon-app://user@host`, that...
+1. I came across this while Googling how to generate one. If nothing else, a button that opened a help article would be useful. But I would I could just...
@da2x I like the idea of using content negotiation for this. I would like to see blog engines and content management systems do so. That said, I am skeptical that...
The header on jsonfeed.org, for example, contains these alternate links: ```` ```` I believe the first and third feed contain identical content. If the user of an RSS reader says...
I since created a simpler framework that demonstrates the issue. This is a `Cartfile` entry for it: ``` github "jbrayton/SharedFramework" "280b3714dfbbd2b52218aacb807a16d0229d5646" ``` This command generates the expected `.xcframework` bundle with...
[carthage-xcodebuild.9vxMs0.log](https://github.com/user-attachments/files/22279561/carthage-xcodebuild.9vxMs0.log) This dependency: ``` github "jbrayton/fmdb" "414f72b02b8fce1fbeee4719730abb46b101372f" ``` This change seems to break compiling that dependency: ``` if (BuildSettings.xcodeVersion?.majorVersionNumber ?? 0) >= 26, arguments.sdk?.rawValue == "macosx" { arguments.destination = "generic/platform=macosx,variant=macos"...