Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 558 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 558 Bytes

Contributing

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.

Environment setup

We use Carthage to manage JWTDecode.swift's dependencies.

  1. Clone this repository and enter its root directory.
  2. Run carthage bootstrap --use-xcframeworks to fetch and build the dependencies.
  3. Open JWTDecode.xcodeproj in Xcode.