๐จSwiftUI version is available as beta๐ถ
- โ
App List
GET /me/apps
- Shows last visited app page on launch
- โ
Build List
- Show builds
- Abort
- Rebuild
- โ
Trigger
- Add/Delete workflowIDs
- Cache workflowIDs, API token and last gitObject using Realm
- Trigger Build for each app
- โ
bitrise.yml
- download / upload
- Syntax Highlight
git submodule update --init -f
Install the latest version of Carthage.
brew install carthage
Run following to build dependency frameworks.
carthage bootstrap --platform iOS
Install the latest version of XcodeGen.
Then generate xcodeproj.
xcodegen
Open the xcodeproj, build and run.
So you don't have to modify it from Xcode everytime after you run xcodegen
.
You need credentials below to use full feature of this app.
All tokens are securely stored in encrypted Realm database. Corresponding encryption key is stored in your keychain. It's the way Realm recommends.
Required to access Bitrise v0.1 API. Generate one in the setting page.
SeeAlso: http://devcenter.bitrise.io/api/v0.1/#authentication
If you think it's a useful tool, consider donation to maintain project.
MIT