-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added extension For Safari for M1 Macs. #8
base: main
Are you sure you want to change the base?
Conversation
I'm not experienced with Safari extensions, but why there is a need for M1 binary files and what do they contain? |
Safari Extensions are distributed as macOS or iOS apps. Refer to this Apple article:
|
So what does the Mach-O binary actually do? |
It's Just your chrome extension, packaged and built for Safari on MacOS. The binary does nothing else. I just used following guide. I referred to this guide. I have tested the extension and it does work for me, although the counter seems to remain at 0. |
I am fairly new to this, and will be able to help more soon as I am learning more through Swift and Safari documentations |
OK, but does the counter go beyond 0 on Chrome at least (for you)? |
Hey do you think you could make a version for Intel macs? |
I can help you build your own. Wouldn't take long, or much coding |
I used the converter tool from Xcode and I got the chrome extension
converted to Intel mac the ad interception isn't loading. I'll share my
code later today.
…On Tue, Feb 1, 2022, 11:49 PM taksh108 ***@***.***> wrote:
Hey do you think you could make a version for Intel macs?
I can help you build your own. Wouldn't take long, or much coding
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS2TZT74V36NBB2MWZJP2G3UZCZXLANCNFSM5HEM4TAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
@taksh108 I forked the main branch and added the current code of the Safari extension |
Built SpotiAds.app from latest commit. Support for Latest version of Safari on MacOS. MacOS app and extension included in Safari folder.
Instructions added for Usage in ReadMe