Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 638 Bytes

SwiftyBird

Project Goals:

  1. Welcome new member.
  2. Answer how get resourced for someone new to swift

Running the project.

  1. Get an API Token from Slack and paste it into main.swift
  2. Navigate to the project directory in terminal and run swift build
  3. Run the project by running the following command in terminal .build/debug/release

Setting up the XCode environment

  1. Navigate to the project directory in terminal and run swift package generate-xcodeproj
  2. Open up your newly created XCode project and make sure you build the project once to get rid of any warnings.