Menu

#Xcode

13 posts

Feed·
12 of 13 posts
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·20 days 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
📰
0

Cursor Pro+ vs Claude Max (CLI) for strict iOS development? Worried about .pbxproj corruption.

Reddit r/swift·u/Best_Revolution6807·about 1 month ago
#xQBCWYGR
#claude#code#cursor#strict#xcode#article

Hi everyone, I'm building a native iOS app from scratch (SwiftUI, strict MVVM, manual Dependency Injection, Firebase) relying heavily on AI generation.…

15s
Read More
📰
0

Adding an Apple Watch App or Widget to Cordova

DEV Community: cordova·Philipp·about 1 month ago
#5eBVyuQc
#dev#l235#issuecomment#basic#class#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
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·about 1 month 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·about 1 month 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
Asset Colors in Packages - Forest and the Trees
📰
0

Asset Colors in Packages - Forest and the Trees

Forest and the Trees·Doug Marttila·about 1 month ago
#a9jmfq5r
#comment#package#swift#xcode#respond#color

Xcode allows you to easily add custom colors to the Assets file in your project. Add a Color Set, then use the Inspector to modify the color.…

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·about 1 month 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