This is a free and simple builder for ios-signer-service. It uses a Continous Integration (CI) provider to pull, sign, and upload any iOS apps to your ios-signer-service.
The following providers are supported:
You only need to configure one provider.
- Create a GitHub account
- Click on the
Use this templatebutton at the top of this page - Give the new project a name and set the visibility to
Private - Create the new project
Alternatively, you can also manually clone this repo into a new private repository.
You now need to configure a CI provider. You only need one of them:
- Open the Personal access token generation page
- Select (grant) the
workflowscope - Generate the token
This is the token you need for your ios-signer-service's builder configuration.
- Register for SemaphoreCI and create an organization
- At the top of the organization dashboard, click on
Create New - On the page that opens, press
Choose repository - Authorize SemaphoreCI's app to access your GitHub private repositories in order to see the builder you just created
- Back on SemaphoreCI's new project page, you will see your builder repository - click on it
- Proceed with
Continue to workflow setup, then clickI will use the existing configuration - Go to
Manage Settingsof that repository - At the bottom of the page that opens, set
What to buildtoDo not build this project (Pause project)
View your API Token. This is the token you need for your ios-signer-service's builder configuration.