Post not yet marked as solved
(void)contentBlockerWithIdentifier:(NSString *)contentBlockerIdentifier blockedResourcesWithURLs:(NSArray<NSURL *> *)urls onPage:(SFSafariPage *)page
does not trigger
I have put this into the info.plist of the Safari Extension:
<key>SFSafariAssociatedContentBlockers</key>
<array>
<string>com.thomas.bodlien.software.JavaScript-Blocker.ContentBlockerExtension</string>
What could be the problem?
Post not yet marked as solved
Hi,which App can create a ToolbarItemIcon.pdf for a Safari App Extension?Regards
Post not yet marked as solved
Hi,how can I create a transparent scalable ToolbarItemIcon.pdf for a SafariExtension?Regards
Post not yet marked as solved
I want to get the Element ID or Class from a Safari webpage and highlight the element the mouse is over in order to create a content blocker hiding listing.
How can this be done?
Post not yet marked as solved
Is this a bug?It is interfering with my program flow.
Post not yet marked as solved
I have a sandboxed App with a CLI Helper-Tool.I have created an entitlements File with <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.inherit</key> <true/>and signed the Helper-Tool with the "Mac Developer" codesign indentity.I drag & drop a File on the Main-App and with NSTask a Script is started with the FilePath and the Path to the Helper-Tool as Arguments , which runs the Helper-Tool.But the Helper-Tool cannot access the File.How can the Helper-Tool get access to the File?
Post not yet marked as solved
I have added the Exports.txt File under Build Settings / Linking / Exported Symbols File.But the Linker can't find it. "ld: can't open -exported_symbols_list file: Exports.txt"How can I make Xcode find the File?