Bitrise IOS Save Abandoned

Client iOS app for bitrise.io πŸš€

Project README

🎨SwiftUI version is available as betaπŸ‘Ά

Bitrise iOS Client app πŸš€

screen-shots.png

Build Status codecov patreon

Features

  • βœ… 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

Building Project

Init submodule

git submodule update --init -f

Setup Carthage

Install the latest version of Carthage.

brew install carthage

Run following to build dependency frameworks.

carthage bootstrap --platform iOS

Generate xcodeproj

Install the latest version of XcodeGen.

Then generate xcodeproj.

xcodegen

Open the xcodeproj, build and run.

Set DEVELOPMENT_TEAM in configs/user.xcconfig

So you don't have to modify it from Xcode everytime after you run xcodegen.

Required Credentials

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.

Bitrise Personal Access Token

Required to access Bitrise v0.1 API. Generate one in the setting page.

Personal Access Token

SeeAlso: http://devcenter.bitrise.io/api/v0.1/#authentication

Donate

If you think it's a useful tool, consider donation to maintain project.

patreon

License

MIT

Open Source Agenda is not affiliated with "Bitrise IOS" Project. README Source: toshi0383/Bitrise-iOS
Stars
142
Open Issues
9
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating