Table of Contents

UploadMacOsBuild

Methods
public static bool UploadMacOsBuild(string path, string projectId, string projectToken)

Uploads a macOS build to the specified project in coherence Cloud.

Parameters
Type Name Description
string path

The path to the directory containing the build.

string projectId

Identifier of the project into which the simulator should be uploaded.

You can find the Project ID using these steps:

  1. Go to your Online Dashboard at https://coherence.io/dashboard.
  2. Select the project into which you want to upload the local schema.
  3. The Project ID will be displayed on the top right.
string projectToken

Token for the project into which the simulator should be uploaded.

You can find the Project Token using these steps:

  1. Go to your Online Dashboard at https://coherence.io/dashboard.
  2. Select the project into which you want to upload the local schema.
  3. Go to the 'Settings' page of the project and scroll down to the 'Project Tokens' section.
  4. Press the 'Copy' button next to the 'Project Token' field to copy it to your clipboard.
Returns
Type Description
bool
public static bool UploadMacOsBuild(string path)

Uploads a macOS build to the specified project in coherence Cloud.

Parameters
Type Name Description
string path

The path to the directory containing the build.

Returns
Type Description
bool