Chapter 1. Starting up

Table of Contents

Preparation of environment for development
Creation of project using TigaseSwift library

Preparation of environment for development

  1. Download and install newest version of XCode
  2. Download source code of library

    It is best to download library source code from our Git repository

  3. Create workspace in XCode
  4. Add library project to newly created workspace using Add Files to "workspace_name"…​ from File menu of XCode when workspace is opened in XCode.

    AddFilesTo
  5. Select TigaseSwift.xcodeproj which wil be inside root directory of source code of library and click Add

    SelectTigaseSwiftLibrary
  6. Workspace for development using TigaseSwift library is ready