Post

Replies

Boosts

Views

Activity

Comment on Port messages ignored in content scripts in macOS Sequoia
My extension also relies on content.js and background.js for its Settings page, and unfortunately, looks like public Sequoia/Safari 18 broke its Settings page - my users made sure to let me know! Hoping this is fixed ASAP. How did you set up the workaround code-wise? Something like the following? remove "content_scripts" section from manifest.json run the content script programmatically.
Topic: Safari & Web SubTopic: General Tags:
Sep ’24
Comment on Safari Web Extension Not Working for User
Hi @bweinstein, I'm having to ask multiple users a day to do the following two terminal commands to fix their Safari extensions not showing up, is there any way that this can be fixed? The following two commands work with a 100% success rate, but they have to do it on their end unfortunately. PATH=/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support:"$PATH" lsregister -f /Applications/Safari.app
Topic: Safari & Web SubTopic: General Tags:
Jan ’22
Comment on Port messages ignored in content scripts in macOS Sequoia
@tylerdurden101390 WOW it worked, thank you so much! I would not have figured it out without this code example haha. You are a gentleman and a scholar.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Port messages ignored in content scripts in macOS Sequoia
My extension also relies on content.js and background.js for its Settings page, and unfortunately, looks like public Sequoia/Safari 18 broke its Settings page - my users made sure to let me know! Hoping this is fixed ASAP. How did you set up the workaround code-wise? Something like the following? remove "content_scripts" section from manifest.json run the content script programmatically.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Fixed SwiftUI window sizes in macOS with Xcode 14 and Ventura for macOS 11/12 targets
This worked beautifully, thank you!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on Safari Web Extension Not Working for User
Hi @bweinstein, I'm having to ask multiple users a day to do the following two terminal commands to fix their Safari extensions not showing up, is there any way that this can be fixed? The following two commands work with a 100% success rate, but they have to do it on their end unfortunately. PATH=/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support:"$PATH" lsregister -f /Applications/Safari.app
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Your app uses public APIs in an unapproved manner
Thank you for your quick reply, Eskimo! I'm in direct contact with App Review now, hopefully this will be resolved shortly. (There are so many auto-clickers on the Mac App Store, it seems like it's an all-or-nothing type of deal haha.)
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21