| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Top-notch ad blocking in Safari, anti-tracking protection and DNS privacy.
Website |
Reddit |
Twitter |
Telegram
AdGuard for iOS is an app that blocks ads in Safari browser at exceptional level, and also provides additional Premium features like configurable DNS settings, encrypted DNS support (DOH, DOT, DNSCrypt), and custom ad blocking subscriptions. To get more information and to download AdGuard for iOS, visit our website.
GitHub can be used to report a bug or to submit a feature request. To do so, go to this page and click the New issue button.
Note: for the filter-related issues (missed ads, false positives etc.) use our reporting tool.
If you want to help with AdGuard translations, please learn more about translating our products here: https://kb.adguard.com/en/general/adguard-translations
Here is a dedicated page for those who are willing to contribute.
You can submit an application to participate in AdGuard for beta-testing program. All necessary information on this topic can be found on the dedicated page.
To see the 'big picture', to watch current progress and to get an idea of approximate dates for upcoming AdGuard for iOS releases, see this page: https://github.com/AdguardTeam/AdguardForIos/milestones
Use nvm to install node 22, it is required to build the web extension.
nvm install 22
nvm alias default 22
npm install -g yarnbrew install rubyAdd to your ~/.zshrc
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrcPrepare and install Ruby bundler:
Configure bundler to use local directory for storing dependencies:
Then run bundle install:
IMPORTANT: before running Fastlane, you need to place the App Store Connect API key to fastlane/AuthKey.p8.
Then you can run Fastlane using a command like this:
Register your device:
Note, that by default these commands will only work for AdGuard, not AdGuard Pro. For AdGuard Pro you need to run them with --env pro.
Run this command to get proper codesigning certificates:
Actions below are supposed to be used from CI only:
In the case when certificate expires, you may need to nuke the old certs and generate them again:
bundle exec fastlane match nuke development
bundle exec fastlane match nuke distribution
bundle exec fastlane generateIn order for fastlane to work properly in CI environment, we use spaceauth.
Run this command to generate FASTLANE_SESSION which you'll then need to use on the CI server:
bundle exec fastlane authPlease visit the acknowledgements page
| Back | FazBrowse Home | New Git URL |