
2025-07-16 06:03: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.
https://www.
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 @…
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:
https://developer.apple.com/videos/play/wwdc2025/225…
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…
@… @… Of course if you want a *good* chance, you file before WWDC.
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 …
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 {…