I found out that you can define a launch-screen image for WebApps on IOS. Now I have a question: Is it possible to define different launch screen images based on the different rotations and screen sizes?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I recently encountered a "potential bug" with SwiftData.
I save my model with modelContent.insert and after that I get following error when trying to delete it with modelContent.delete:
Could not cast value of type 'Swift.Optional<Any>' (0x1f5b871f8) to 'Foundation.UUID'
This I mentioning the let id: UUID field marked with @Attribute(.unique).
This build doesn't crash running in an iOS Sim but if it's running thought TestFlight on my iPhone it just crashes.
If I try to delete elements that aren't just created, I don't get this error.
Is there a possibility to enable the public transport layer like in the Maps app?
Hi Devs,
i have a question concerning the security set-key-partition-list -S command. I want to use it to enable a code signing certificate being used by codesign and productbuild to sign without sudo or a password prompt. Some sources indicate i need to add codesign: as partition but some don't even mention this. So my question is what partitions are even possible to add? What does partitions in this context mean? How can i find out which i need for productbuild and codesign?
Thanks in advance
Paul
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Security Interface
Code Signing