After 4 months of non-stop work 😮💨 TranslateKit 3 is finally here! 🥳
It’s more powerful, more accurate, AND more affordable – all while being easier to use than ever!
Watch the video to see it in action, and give it a try – your first month is free! 🚀👇
#iOSDev#SwiftUI#L10n
Version 3.0 is here! 🌍🎉
– Context-aware AI translations
– Multi-file support
– Smart market stats
– Regional languages
– AI proofreading
Making app #localization more accessible than ever. Try free on the Mac App Store!
👉 translatekit.app#iOSDev#SwiftUI#L10n
All 110 #WWDC sessions are already online & ready to watch.
And #WWDCNotes is ready for you to contribute your notes! ✍️
Check out the full list here: 👇
wwdcnotes.com/documentation/…
Digging deeper there's more to it than just the one-line prompt: #Xcode 27 ships with 2 built-in localization skills that get called here.
They are pretty impressive, covering many topics including pluralization & style guides for 14 languages. Not bad at all! 💯
#WWDC26#L10n
When Craig said #Xcode can now translate entire apps, I was worried at first. But turns out Xcode is literally just starting an agent session with the prompt "Please translate into <lang>" 😅
Phew 😮💨 –– @TranslateKitApp is saved. At least for another year. 😊
#WWDC26#L10n
When Craig said #Xcode can now translate entire apps, I was worried at first. But turns out Xcode is literally just starting an agent session with the prompt "Please translate into <lang>" 😅
Phew 😮💨 –– @TranslateKitApp is saved. At least for another year. 😊
#WWDC26#L10n
This is the worse news I’ve seen in any #WWDC ever:
"Developers located in the EU will not be able to test or use the new Siri AI features for their apps on iOS & iPadOS."
Sad for Apple users worldwide, because many apps simply will not integrate with those new system features.
Did I hear that right, Xcode is getting capabilities to fully localize an app? Gotta test it thoroughly to see if I should be worried for @TranslateKitApp or not… 🤔
#WWDC26#iOSDev#L10n#Sherlock
Just in time for #WWDC26, the WWDC Notes community project is getting a design overhaul.
Meet the new logo. What do you think? ✌️
The refreshed website design goes live tomorrow — right alongside the first sessions! 🥳
#WWDC#AppleDev#iOSDev#SwiftLang#SwiftUI
What if Apple shipped a UI framework where the LLM owns the text (better at it than us) and humans edit visually?
Like SwiftUI previews — but the textual layer is LLM-first. The next SwiftUI moment.
One of my top wishes for #WWDC26:
fline.dev/blog/my-top-5-ai-w…#iOSDev#WWDC
My agents barely need Xcode's UI – they need its services.
A menu-bar daemon: every UI-only operation as MCP (preview targets, adding targets, settings) build queueing and nightly sim cleanup.
One of my top wishes for #WWDC26:
fline.dev/blog/my-top-5-ai-w…#iOSDev#WWDC#Xcode
Local LLMs are powerful now. Problem: each app bundles its own, and installing them is too hard for users.
Make it system-level: one place to install models, apps declare requirements, the system picks per device.
One of my top wishes for #WWDC26:
fline.dev/blog/my-top-5-ai-w…
Today, 100% of my agent UI verification goes through screenshots or the accessibility tree. Both wrong tools.
What apps need: a structured view tree — frames, gestures, async hooks — as data.
One of my top wishes for #WWDC26:
fline.dev/blog/my-top-5-ai-w…#iOSDev
2.0 of @FocusBeatsApp is out! 🚀
NEW:
– Reworked "fresh" app icon
– 5 built-in royalty-free themes
– 18 new themes including Ghibli, AoE II
– Improved menu bar integration on Mac
– Various UX improvements!
Try now and focus with curated playlists:
apps.apple.com/app/apple-sto…
What's on your WWDC26 wishlist? 🍎📋
I'll go first — 5 AI things I wish Apple would ship, from a structured UI introspection API to a headless Xcode for agents.
Read mine, then drop yours? 💬👇
fline.dev/blog/my-top-5-ai-w…#iOSDev#WWDC26#AI
Lesson from using AI agents daily: if the same session evaluates its own work, it will rarely catch real issues. Anthropic research confirmed.
Fix: a separate session for evaluation!
I built a Claude Code plugin for this: 👇
github.com/FlineDev/TandemKi…#ClaudeCode#AI#AgenticAI
If you've run Claude and Codex in parallel, you know the pain: copy, paste, wait, copy back, paste again. I did that for months — then Anthropic's Harness research motivated me to turn it into a plugin. Full story: 👇
fline.dev/blog/tandemkit-pai…#ClaudeCode#Codex#IndieDev#iOSDev
ReviewKit is my favorite package to integrate in apps I build, either for myself or for a client. What's neat about it? Easily capturing the right time to ask users to rate the app. I highly recommend check it out:
github.com/FlineDev/ReviewKi…
I kept losing bug reports in emails and ideas in todo apps. Now I dump them straight into PlanKit — markdown files in my repo that Claude Code can actually read and act on.
I shared my solution as a plugin, give it a try 👉 github.com/FlineDev/PlanKit#ClaudeCode#IndieDev#iOSDev