This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| build_safari_extension [2021/10/16 14:19] admin created | build_safari_extension [2022/07/30 17:30] (current) admin | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Then refer to this article: https://bartsolutions.github.io/2020/11/20/safari-extension/ | Then refer to this article: https://bartsolutions.github.io/2020/11/20/safari-extension/ | ||
| + | |||
| + | |||
| + | ## Test unpacked extension in Safari | ||
| + | |||
| + | {{:pasted:20220730-172655.png}} | ||
| + | |||
| + | Open the X-Code project of your Safari extension. Press "run" button. It should auto run your unpacked extension in Safari | ||
| + | |||
| + | ## Troubleshoot | ||
| + | If extension reports error: `Failed to load resource: The requested URL was not found on this server. contribution.js:17`. It's not enough by just adding new file to the folder. You need to manually add file to your project directly in X-Code. | ||
| + | |||
| + | {{:pasted:20220730-172844.png}} | ||
| + | |||
| + | |||