fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#AppleDev

2 posts2 participants0 posts today

Hot take: Apple should not be allowed to ship any new sample code:
• Unless it is 100% “Strict Concurrency Checking == Complete” compliant (no warnings or errors).
• Unless it comes with unit tests (or, failing that, at least UI tests) providing 100% code coverage.

Further, they should be required to embark on retrofitting all of their prior sample code (for systems still active) to be compliant with the above.
#AppleDev #iOSDev #macOSDev #WWDC #Xcode

Continued thread

But now I'm stuck with a strange problem:

github.com/m1k-builds/Pixelpul

create-dmg will get stuck here : Creating disk image...with no further output till it times out.

@keka any idea? I'll open an issue if I can't figure it out. This happens on both intel mac and apple silicon mac runners

my command:

        create-dmg \
--volname "Pixelpulse2" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon "pixelpulse2.app" 200 190 \
--hide-extension "pixelpulse2.app" \
--app-drop-link 600 185 \
"Pixelpulse2-libsmu-${libsmuversion}-${arch}.dmg" \
"pixelpulse2.app" \
--skip-jenkins \
--hdiutil-verbose

GitHubTell create-dmg to be verbose when working with disks · m1k-builds/Pixelpulse2-macOS@2ade459Personal MacOS builds for Pixelpulse2. Pixelpulse2 is a user interface for analog systems exploration. - Tell create-dmg to be verbose when working with disks · m1k-builds/Pixelpulse2-macOS@2ade459
#mac#macbook#apple