Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 509 Bytes

DEVELOPING.md

File metadata and controls

21 lines (14 loc) · 509 Bytes

Developing

Prerequisites

  • Xcode 15 or newer

Setting up your development environment

  • git clone [email protected]:google/generative-ai-swift.git
  • open Package.swift
  • Command-u to build and run the library and unit tests
  • open Examples/GenerativeAISample/GenerativeAISample.xcodeproj to build and run the Examples

Checking in code

Before submitting a pull request, make sure to check your code against the style guide by running the following command:

$ ./scripts/style.sh