Posts

Post not yet marked as solved
1 Replies
1.6k Views
It's not clear if I can use the San Francisco font to build a custom "sign in with apple" button. I want to build a custom button - following the human interface guidelines - but to do so, I would have to use Apple's SF font. But as far as I could find, the SF font is prohibited from being used in projects that are not mockups or sketchs. How can I build a visually custom Sign In with Apple button without using Apple's font?
Posted
by ggirotto.
Last updated
.
Post not yet marked as solved
3 Replies
997 Views
I'm trying to develop MVP version of a HTTP proxy app, like Charles or Burp Suite. To do so, I need to intercept, read and write HTTP and HTTPS requests. I’m reading about the possibilities that Network Extensions give me but I’m very confused about all types of extensions (App Proxy, Content Filter) and which one of them can supply my necessities. I was thinking about recent Content Filter using System Extensions (the one of SimpleFirewall WWDC 2019 video), but it doesn’t seem to help me because I can only access source and destination IP addresses, and I need to read the HTTPrequest data, something like NEFilterBrowserFlow, but it seems to be available only for iOS platform.The ContentFilter was built to perform a tunneling with a server, and since I need to perform everything local, it doesn't seem that it should be used in my scenario.I found some amazing open-source frameworks built in Node.JS to perform this proxy behavior, like Hoxy, and that's that I'm trying to find using Apple's framworks.
Posted
by ggirotto.
Last updated
.