Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-mobile/focus-ios
⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
https://github.com/mozilla-mobile/focus-ios
browser firefox hacktoberfest ios-app mozilla privacy swift
Last synced: 4 months ago
JSON representation
⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
- Host: GitHub
- URL: https://github.com/mozilla-mobile/focus-ios
- Owner: mozilla-mobile
- License: mpl-2.0
- Archived: true
- Created: 2015-11-09T16:24:13.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T08:22:24.000Z (10 months ago)
- Last Synced: 2024-09-21T15:52:45.980Z (4 months ago)
- Topics: browser, firefox, hacktoberfest, ios-app, mozilla, privacy, swift
- Language: Swift
- Homepage:
- Size: 95.1 MB
- Stars: 1,258
- Watchers: 71
- Forks: 262
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Firefox Focus
- awesome - focus-ios - Firefox Focus for iOS (swift)
- awesome - focus-ios - Firefox Focus for iOS (browser)
README
# Firefox Focus for iOS
_Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers — from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads._
Download on the [App Store](https://itunes.apple.com/app/id1055677337).
Getting Involved
----------------We encourage you to participate in this open source project. We love Pull Requests, Bug Reports, ideas, (security) code reviews or any kind of positive contribution. Please read the [Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/).
* Chat: See [#focus-ios](https://chat.mozilla.org/#/room/#focus-ios:mozilla.org) for general discussion
* Bugs: [File a new bug](https://github.com/mozilla-mobile/focus-ios/issues/new) • [Existing bugs](https://github.com/mozilla-mobile/focus-ios/issues)If you're looking for a good way to get started contributing, check out some [good first issues](https://github.com/mozilla-mobile/focus-ios/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
We also tag recommended bugs for contributions with [help wanted](https://github.com/mozilla-mobile/focus-ios/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).
Main Branch
----------------This branch works with Xcode 15.2 and supports iOS 13.0 and newer.
Pull requests should be submitted with `main` as the base branch.
Build Instructions
------------------1. Install Xcode 15.1 [Xcode developer tools](https://developer.apple.com/xcode/downloads/) from Apple.
2. Clone the repository:```shell
git clone https://github.com/mozilla-mobile/focus-ios.git
```3. Pull in the project dependencies:
```shell
./checkout.sh
```4. Open `focus-ios/Blockzilla.xcodeproj` in Xcode.
5. Build the `Focus` scheme in Xcode.