Illuminating read: @peterfriese's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
https://peterfriese.dev/blog/2025/reveng-xcode-coding-intelligence/
Illuminating read: @peterfriese's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
https://peterfriese.dev/blog/2025/reveng-xcode-coding-intelligence/
Illuminating read: @peterfriese.dev's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
peterfriese.dev/blog/2025/re...
#WWDC25 #Xcode26 #macOS26 #iOS26 #LLM
Reverse-Engineering Xcode’s Co...
Want to use Google Gemini in #Xcode26 beta? You can – the key is URL rewriting, but it's super-simple to do using the Proxyman tool. I'll show you how:
zottmann.org/2025/06/13/h...
#macOS26 #Google #Gemini #AI #LLM
How to use Google Gemini in Xc...
Want to use Google Gemini in #Xcode26 beta? You can – the key is URL rewriting, but it's super-simple to do using @proxyman. I'll show you how:
https://zottmann.org/2025/06/13/how-to-use-google-gemini.html
Use any OpenAI-compatible LLM provider in Xcode 26, even without Apple Intelligence: In which I build upon @simonbs.dev's work and look into adding #OpenAI and #OpenRouter to #Xcode26.
zottmann.org/2025/06/11/u...
#WWDC25
Use any OpenAI-compatible LLM ...
Use any OpenAI-compatible LLM provider in Xcode 26, even without Apple Intelligence: In which build upon @simonbs's work and look into adding #OpenAI and #OpenRouter to #Xcode26.
https://zottmann.org/2025/06/11/use-any-openaicompatible-llm-provider.html
If your project crashes in #Xcode26 upon opening, the official fix is to find the "UserInterfaceState.xcuserstate" file and delete it (as stated in the release notes).
Right-click your ".xcodeproj", choose "Show Package Contents". Do the same for "project.xcworkspace". Now delete the entire "xcuserdata" folder which contains the incompatible ".xcuserstate" file. Done!
Woah. Xcode 26 can now use AI to generate localized strings for you on the fly.
#Xcode26 beta 1 is out!
The SDKs in #Xcode 26.0 beta 1 (build 17A5241e, requires macOS 15.4+) are:
macOS 26.0 (25A5279m)
iOS 26.0 (23A5260k)
watchOS 26.0 (23R5280j)
tvOS 26.0 (23J5279j)
visionOS 26.0 (23M5263k)
Clang 17.0.0 (1700.3.9.908)
Swift 6.2 (6.2.0.9.909)
The https://xcodereleases.com website, API, and RSS feed have all been updated with the latest information.