gogs
Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。
Install
下载 gogs, 解压后放到 /Application
$ /Applications/gogs/gogs web &
打开 gogs 地址: localhost:3000
fastlane
Install
$ gem install fastlane --verbose
deliver
: Upload screenshots, metadata, and your app to the App Storesupply
: Upload your Android app and its metadata to Google Playsnapshot
: Automate taking localized screenshots of your iOS app on every devicescreengrab
: Automate taking localized screenshots of your Android app on every deviceframeit
: Quickly put your screenshots into the right device framespem
: Automatically generate and renew your push notification profilessigh
: Because you would rather spend your time building stuff than fighting provisioningproduce
: Create new iOS apps on iTunes Connect and Dev Portal using the command linecert
: Automatically create and maintain iOS code signing certificatesspaceship
: Ruby library to access the Apple Dev Center and iTunes Connectpilot
: The best way to manage your TestFlight testers and builds from your terminalboarding
: The easiest way to invite your TestFlight beta testersgym
: Building your iOS apps has never been easiermatch
: Easily sync your certificates and profiles across your team using Gitscan
: The easiest way to run tests for your iOS and Mac apps
Quick Start
iOS 会要求输入 苹果开发者帐号 发布到 App Store 或者 是 TestFlight
jenkins
Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。
Install
下载 jenkins.war, 把 jenkins.war 放到 /Application
$ java -jar /Applications/jenkins.war --httpPort=8000 &
打开 jenkins 地址: localhost:8000