Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 456 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (9 loc) · 456 Bytes

PayPal iOS Development Notes

This document outlines development practices that we follow while developing this SDK.

SwiftLint

Ensure that you have SwiftLint installed as we utilize it within our project.

To install via Homebrew run:

brew install swiftlint

Our Xcode workspace has a Run Phase which integrates in SwiftLint so the only prerequisite is installing via Homebrew.