# AdguardForiOS **Repository Path**: hk0x/AdguardForiOS ## Basic Information - **Project Name**: AdguardForiOS - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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

- [Contribution](#contribution) - [How to report an issue](#issue) - [Translating AdGuard](#contribution-translating) - [Other options](#contribution-other) - [How to become a Beta tester](#beta-tester) - [Our plans](#our-plans) - [How to build](#how-to-build) 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](https://adguard.com/adguard-ios/overview.html).    ## 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](https://github.com/AdguardTeam/AdGuardforiOS/issues) and click the _New issue_ button. > **Note:** for the filter-related issues (missed ads, false positives etc.) use our [reporting tool](https://reports.adguard.com/new_issue.html). ### 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](https://adguard.com/contribute.html) 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](https://adguard.com/beta.html). ## 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.6.0/bin:$PATH" ``` ### Prepare Prepare and install Ruby bundler: ``` sudo gem install bundler ``` Then you can run Fastlane using a command like this: ``` bundle exec fastlane [lane] ``` ### Codesigning Run this command to get proper codesigning certificates: ``` MATCH_KEYCHAIN_PASSWORD="YOUR_ACCOUNT_PASSWORD" bundle exec fastlane prepare ``` ### Actions - `bundle exec fastlane tests` -- run tests - `bundle exec fastlane build` -- build version for appstore 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 ### Acknowledgments This software wouldn't have been possible without: * [Go](https://golang.org/dl/) and it's library: * [dnsproxy](https://github.com/AdguardTeam/dnsproxy) v0.19.3 * [StaticDataTableViewController](https://github.com/peterpaulis/StaticDataTableViewController) by peterpaulis * [GZIP](https://github.com/nicklockwood/GZIP) by nicklockwood * [Reachability component](https://github.com/tonymillion/Reachability) by Tony Million * [Fmdb](https://github.com/ccgus/fmdb) by August «Gus» Mueller * [NSStringPunycodeAdditions](https://github.com/Wevah/Punycode-Cocoa) by Nate Weaver * [SSZipArchive](https://github.com/ZipArchive/ZipArchive) by Sam Soffes, Joshua Hudson and Antoine Cœur