Tootfinder

Opt-in global Mastodon full text search. Join the index!

@macandi@social.heise.de
2025-07-16 06:03:00

heise | Booster für Xcode und Swift: Das war auf der WWDC 2025 neu für Developer
Entwickler dürfen sich über Apples evolutionäre Fortschritte freuen, doch der große KI-Wurf fehlt. Ein Blick auf Foundation Models, Liquid Glass und mehr.

@macandi@social.heise.de
2025-07-19 08:26:00

Neues Spiel von Apple – aber nur für Abonnenten
Apples auf dem Entwicklertreffen WWDC angekündigtes Emoji-Casual-Game ist pünktlich zum Welt-Emoji-Tag in dieser Woche verfügbar. Es bekommt aber nicht jeder.

@kcase@mastodon.social
2025-07-02 16:06:46

What an exciting WWDC25! Liquid Glass. Foundation Models. iPad windows.
After WWDC, we like to take a moment. To quote one of the great philosophers of the '80s, Ferris Bueller, "Life moves pretty fast. If you don't stop and look around once in a while, you could miss it."
Today, we share our post-WWDC roadmap update for @…

Liquid Glass buttons featuring glyphs representing OmniFocus and OmniGraffle, floating over a background image of Lake Tahoe—alluding to Omni's roadmap and macOS 26 Tahoe. (The buttons are rendered in Dark Mode on beta 2.)
@migueldeicaza@mastodon.social
2025-08-24 14:46:36

This WWDC talk on localization is a jewel that doesn’t get enough praise:
I was struggling with something (google, ChatGPT) and decided as a last resort “maybe Apple has said something recently”.
Protein packed:
developer.apple.com/videos/pla

@kcase@mastodon.social
2025-07-09 15:59:11

In three of the four weeks since WWDC, the conversion rate for OmniFocus on visionOS has been above 71%. (In the other week it was still above 62%, so the overall conversion rate for the full period is above 70%.)
I'm not suggesting everyone run out and make visionOS apps today: the total market size is still small. But it's a good sign for customer enthusiasm on the platform.
(As a company who specialized in building NeXT apps, we're no strangers to tiny markets with…

@philip@mastodon.mallegolhansen.com
2025-09-02 22:15:28

@… @… Of course if you want a *good* chance, you file before WWDC.

@kcase@mastodon.social
2025-07-06 18:17:58

Had a fun conversation on this week's Mac Power Users with @… and @…, ranging from punched card computing in the '70s through developing for NeXT in the '90s to considering how to tastefully use (and avoid overuse) Liquid …

@kcase@mastodon.social
2025-07-24 16:06:51

Some of our internal builds have been building with Xcode 26 betas since WWDC, but yesterday evening I went ahead and switched over everything else that isn't on a release branch, so we now have 50 targets building with beta 4.
The most common build issue we've run into in our code is declaring the size of a C array using `const int`, which we now declare as an `enum` as a stronger compile-time guarantee of its constant value:
- const int OFXMLIDLength = 11;
enum {…