Download on the App Store.
This branch is for mainline development that will ship in the next release.
This branch currently supports iOS 15+, and is written in Swift 5.
Please make sure you aim your pull requests in the right direction.
For bug fixes and features for the upcoming release, please see the associated GitHub milestones (e.g. 2.1.3).
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.
Want to contribute but don't know where to start? Here is a list of Good First Issues.
xcode-select --install
npm
is installed, node
version 16 is recommendedbrew update
brew install swiftlint
git clone https://github.com/brave/brave-ios.git
cd brave-ios
sh ./bootstrap.sh --ci
npm
(M1 Macs)
sudo ln -s $(which npm) /usr/local/bin/npm
sudo ln -s $(which node) /usr/local/bin/node
App/Client.xcodeproj
in Xcode.Debug
scheme in Xcode.Many features in iOS (sync, ads, wallet, etc.) are powered by shared code in brave-core. Instructions on building and updating this code can be found here
Fix/Ref #<issueId>: <description>.
Fix #102: Added Face ID usage description to plist.
Ref #102: Fixed type on Face ID usage description.
Fix #159, Fix #160: Removed whitepsace for + button on right-side panel.
In most cases Pull Request commits will remain intact with a merge commit on the targeted branch.
App/Configuration/Local/DevTeam.xcconfig
LOCAL_DEVELOPMENT_TEAM = KL8N8XSYF4
Team IDs look identical to provisioning profile UUIDs, so make sure this is the correct one.
The entire Local
directory is included in the .gitignore
, so these changes are not tracked by source control. This allows code signing without making tracked changes. Updating this file will only sign the Debug
target for local builds.
The easiest known way to find your team ID is to log into your Apple Developer account. After logging in, the team ID is currently shown at the end of the URL:
https://developer.apple.com/account/<TEAM ID>
Use this string literal in the above, DevTeam.xcconfig
file to code sign
This repository is a fork of Firefox iOS Browser
link |
Stars: 1563 |
Last commit: 15 minutes ago |
In this release we:
Have questions, comments, or suggestions for future releases? Visit the Brave Community (https://community.brave.com/) to let us know. And, as ever, thanks for using Brave!
List of closed issue in this milestone can be found here
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics