All Projects → AdguardTeam → Adguardforios

AdguardTeam / Adguardforios

Licence: gpl-3.0
The most advanced ad blocker for iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Adguardforios

Adguardforsafari
AdGuard for Safari app extension
Stars: ✭ 544 (-33%)
Mutual labels:  adblock, open-source, safari
Adguardfilters
AdGuard Content Blocking Filters
Stars: ✭ 915 (+12.68%)
Mutual labels:  adblock, open-source
Adguardbrowserextension
AdGuard browser extension
Stars: ✭ 1,018 (+25.37%)
Mutual labels:  adblock, open-source
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (-78.08%)
Mutual labels:  open-source, safari
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+894.46%)
Mutual labels:  adblock, safari
Stay
Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.
Stars: ✭ 672 (-17.24%)
Mutual labels:  safari, adblock
SponsorBlockSafari
Safari web-extension glue code for SponsorBlock
Stars: ✭ 27 (-96.67%)
Mutual labels:  safari, adblock
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (-9.24%)
Mutual labels:  open-source
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (-3.94%)
Mutual labels:  open-source
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (-10.84%)
Mutual labels:  adblock
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (-13.05%)
Mutual labels:  adblock
Opstrace
Secure observability, deployed in your own network. An open source alternative to SaaS solutions like Datadog, SignalFx, ...
Stars: ✭ 743 (-8.5%)
Mutual labels:  open-source
Tfc
Tinfoil Chat - Onion-routed, endpoint secure messaging system
Stars: ✭ 781 (-3.82%)
Mutual labels:  open-source
Opencart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
Stars: ✭ 6,278 (+673.15%)
Mutual labels:  open-source
Github
GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.
Stars: ✭ 7,168 (+782.76%)
Mutual labels:  open-source
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (-11.08%)
Mutual labels:  adblock
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (-0.49%)
Mutual labels:  open-source
Sticky Parallax Header
A simple React Native library, enabling to create a fully custom header for your iOS and Android apps.
Stars: ✭ 792 (-2.46%)
Mutual labels:  open-source
Juejin
💰 Unofficial JueJin wechat mini program application - 掘金非官方微信小程序
Stars: ✭ 771 (-5.05%)
Mutual labels:  open-source
Cocorico
👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
Stars: ✭ 765 (-5.79%)
Mutual labels:  open-source

AdGuard for iOS

The most advanced Safari content blocker and privacy keeper for iOS

Top-notch ad blocking in Safari, anti-tracking protection and DNS privacy.

Website | Reddit | Twitter | Telegram

Latest release iTunes App Store

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.

Contribution

How to report an issue?

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.

Translating AdGuard

If you want to help with AdGuard translations, please learn more about translating our products here: https://kb.adguard.com/en/general/adguard-translations

Other options

Here is a dedicated page for those who are willing to contribute.

How to become a beta tester?

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.

Our plans

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

How to build

(optional) Install a newer ruby version:

brew install ruby

Add to your ~/.bash_profile

export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="/usr/local/lib/ruby/gems/2.7.0/bin:$PATH"

Prepare

Prepare and install Ruby bundler:

  • sudo gem install bundler

Then run bundle install:

  • 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:

  • bundle exec fastlane [lane]

Codesigning

Run this command to get proper codesigning certificates:

  • bundle exec fastlane prepare

Actions

  • bundle exec fastlane tests -- run tests
  • bundle exec fastlane build -- build version for App Store

Actions below are supposed to be used from CI only:

  • bundle exec fastlane adhoc -- build adhoc version (for inner testing)
  • bundle exec fastlane increment -- increments build number, commits it to git
  • bundle exec fastlane testflight_beta -- upload previously built version to testflight

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 generate

In 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 auth

Acknowledgments

Please visit the acknowledgements page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].