Menu

#Xcode

13 posts

Feed·
12 of 13 posts
Xcode 27 expands agentic coding toolset with Gemini integration - 9to5Mac
🖼️
0

Xcode 27 expands agentic coding toolset with Gemini integration - 9to5Mac

9to5Mac·Marcus Mendes·3 months ago
#yz62KJwP
#9to5mac#xcode#apple#gemini#agentic#code

Xcode 27 will let developers natively use Google Gemini, in addition to Claude Code and OpenAI Codex, to plan, write, and review code.

15s
Read More
Shipping to TestFlight Without Fastlane: Raw xcodebuild, Auto-Incrementing Builds, and One Neat Provisioning Trick
🖼️
0

Shipping to TestFlight Without Fastlane: Raw xcodebuild, Auto-Incrementing Builds, and One Neat Provisioning Trick

DEV Community·Todd Sullivan·4 months ago
#IeptoqbH
#ios#xcode#cicd#xcodebuild#fullscreen#archive

From Dev.to - cicd: Shipping to TestFlight Without Fastlane: Raw xcodebuild, Auto-Incrementing Builds, and One Neat Provisioning Trick

15s
Read More
Adding an Apple Watch App or Widget to Cordova
🖼️
0

Adding an Apple Watch App or Widget to Cordova

DEV Community·Philipp·5 months ago
#5eBVyuQc
#ios#cordova#ionic#applewatch#discuss#xcode

Intro If you want to add native code to Cordova you’re pretty much on your own because the framework won’t help you with it. So obviously the first thing you would try when doing anything that has to do with a native feature in Cordova is you wold look…

15s
Read More
Preparing Your iOS App for the Upcoming SDK Requirements (April 2026)
🖼️
0

Preparing Your iOS App for the Upcoming SDK Requirements (April 2026)

DEV Community·Dainy Jose·5 months ago
#kQ1uRjBi
#reactnative#xcode#expo#ios#development#sdk

Apple has announced new minimum SDK requirements for App Store submissions starting April 28, 2026. If you're working on an iOS app, it's time to plan your upgrade.…

15s
Read More
Troubleshooting apple-app-site-association file - Forest and the Trees
📰
0

Troubleshooting apple-app-site-association file - Forest and the Trees

Forest and the Trees·Doug Marttila·5 months ago
#lflvTGL8

Troubleshooting guides If the validator returns an error, curl the file From that thread… first thing to try is: add this end of the .htaccess file: Header set Content-type "application/pkcs7-mime" At Arcascope, we got it to work by adding this to…

15s
Read More
Universal Linking - Forest and the Trees
📰
0

Universal Linking - Forest and the Trees

Forest and the Trees·Doug Marttila·5 months ago
#nINA7KkS

At Arcascope, we implemented universal/deep linking in Shift: The App for Shift Work. The nice people at Arcascope were kind enough to let me publish this doc I wrote about it.…

15s
Read More
Dynamic Alert Package for iOS 13 - 14 - Forest and the Trees
📰
0

Dynamic Alert Package for iOS 13 - 14 - Forest and the Trees

Forest and the Trees·Doug Marttila·5 months ago
#xOCijnRv
#ios#package#swift#xcode#respond#button

If you need to create a simple alert popup, read Paul Hudson’s post. (The post also covers how to create alerts in the newer, iOS-15 way.) I needed a way for a single view to show alerts with one button, with two buttons, and with two buttons and a…

15s
Read More