Important
Tests must be added for all new functionality. Existing tests must be updated for all changed/fixed functionality, where applicable. All tests must complete without errors. All new functionality must be documented as well.
We use Carthage to manage Auth0.swift's dependencies. You can install it using Homebrew:
brew install carthageYou will also need simulators for the following platorms:
- iOS
- tvOS
- watchOS
- visionOS
See Adding additional simulators for more information on how to add any missing simulators.
- Clone this repository and enter its root directory.
- Run
carthage bootstrap --use-xcframeworksto fetch and build the dependencies. - Open
Auth0.xcodeprojin Xcode.