Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1013 Bytes

DEVELOPMENT.md

File metadata and controls

31 lines (22 loc) · 1013 Bytes

Development of this Project

You can use CocoaPods or Swift Package Manager.

Reminder: Please see the CONTRIBUTING.md file for how to contribute to this project.

Swift Package Manager

  • open Package.swift or double click Package.swift in Finder.
  • Xcode will open the project
    • The GoogleAPIClientForREST-Package scheme seems generally the simplest to build everything and run tests.
    • Choose a target platform by selecting the run destination along with the scheme

CocoaPods

Install

  • CocoaPods 1.10.0 (or later)
  • CocoaPods generate - This is not part of the core cocoapods install.

Generate an Xcode project from the podspec:

pod gen GoogleAPIClientForREST.podspec --local-sources=./ --auto-open --platforms=ios

Note: Set the --platforms option to macos, tvos, or watchos to develop/test for those platforms.