This is a free and simple builder for SignTools. It uses a Continuous Integration (CI) provider to pull, sign, and upload any iOS apps to your SignTools
.
The following providers are supported:
You only need to configure one provider.
Starting from SignTools 3.0, free developer accounts are no longer supported. Check out SignTools for more information.
First you need to create your own SignTools-CI
repository:
- Create a GitHub account
- Click on the
Use this template
button 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:
- Open the Personal access token generation page
- Select (grant) the
workflow
scope - Generate the token
This is the token you need for your SignTools
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 Settings
of that repository - At the bottom of the page that opens, set
What to build
toDo not build this project (Pause project)
View your API Token. This is the token you need for your SignTools
service's builder configuration.