Posts

Post not yet marked as solved
1 Replies
165 Views
(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?
Posted Last updated
.
Post not yet marked as solved
1 Replies
617 Views
Hi,how can I create a transparent scalable ToolbarItemIcon.pdf for a SafariExtension?Regards
Posted Last updated
.
Post not yet marked as solved
1 Replies
589 Views
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?
Posted Last updated
.
Post not yet marked as solved
5 Replies
11k Views
I have a sandboxed App with a CLI Helper-Tool.I have created an entitlements File with &lt;key&gt;com.apple.security.app-sandbox&lt;/key&gt; &lt;true/&gt; &lt;key&gt;com.apple.security.inherit&lt;/key&gt; &lt;true/&gt;and signed the Helper-Tool with the "Mac Developer" codesign indentity.I drag &amp; 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?
Posted Last updated
.
Post not yet marked as solved
0 Replies
752 Views
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?
Posted Last updated
.