Post

Replies

Boosts

Views

Activity

Comment on Linking to iTunesLibrary requires access every launch?
Thanks. I've tried to figure out how to add the Info.plist to my project so that Info plist in binary setting will pick it up. I haven't been successful. I've added it as a Resource and it's in the Target. However I don't see the corresponding linker flags in the build output (-sectcreate). In addition, plutil -p does not show it is in the binary created. I'm likely missing something quite obvious, but how does one add a Info.plist to the project so that build flag will find it? Thanks!
Topic: Media Technologies SubTopic: General Tags:
Nov ’24
Comment on MusicPropertySource.library not on macOS?
Thanks @JoeKun, I understand and appreciate your response. Have a good summer! -- Greg
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on NavigationSplitView does not run .task for each detail view instance
I did not mean to accept that this has been solved. it has not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on xcodebuild and swift package dependencies
I'll give that a try too. Thanks!
Replies
Boosts
Views
Activity
May ’23
Comment on Universal Links Issues
The error is: kLSApplicationNotFoundErr = -10814, /* E.g. no application claims the file*/ However swcutil knows about my app...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on AppleID Login failing in virtualized OS
Thanks, new post here: https://developer.apple.com/forums/thread/732402
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Virtual Machines and Sonoma
Thank you. It's funny that it is about installing macOS 14 in a VM but doing that doesn't yet have a good way. :)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Virtual Machines and Sonoma
Wow, Thanks so much for that link! -- Greg
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Universal Links Issues
Thank you @sha921 !!! I've updated my AASA with your suggestion. How in the world did you debug that? I'll check in a few days to see if the CDN find it. curl looks OK, sudo swcutil --verbose dl -d www.bolsinga.com does not yet.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Universal Links Issues
Thanks, that is excellent. It brings lot of things together.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Linking to iTunesLibrary requires access every launch?
Thanks, I'll try this over the next day or two. I like this article more than what I'd been looking into ( Embedding a command-line tool in a sandboxed app ) since it seems more direct.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Linking to iTunesLibrary requires access every launch?
Thanks. I've tried to figure out how to add the Info.plist to my project so that Info plist in binary setting will pick it up. I haven't been successful. I've added it as a Resource and it's in the Target. However I don't see the corresponding linker flags in the build output (-sectcreate). In addition, plutil -p does not show it is in the binary created. I'm likely missing something quite obvious, but how does one add a Info.plist to the project so that build flag will find it? Thanks!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on MusicKit and sorted artist and album names?
Thanks! I hope it may be addressed at some point.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on SwiftUI lifecycle / CarPlay / data model
Your app needs to move its data out of these scenes and into shared storage that can be accessed from both places. Sounds good,. How do I assign a global to an App @State? If I just assign it, will the state management in SwiftUI work? Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on Xcode 26 RC unable to compile asset catalogs on CI
Thanks for this tip!
Replies
Boosts
Views
Activity
Sep ’25