All Projects → cats-oss → Xcbt

cats-oss / Xcbt

Licence: mit
⌛️xcbt shows Xcode build time of a specified project.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Xcbt

Swiftplaygroundscli
Easily generate Swift Playgrounds from your command line 👨‍💻
Stars: ✭ 103 (+635.71%)
Mutual labels:  cli, xcode
Xcassetpacker
A command line tool for converting a folder of images into an .xcasset package for Xcode
Stars: ✭ 150 (+971.43%)
Mutual labels:  cli, xcode
Appicon
AppIcon generates *.appiconset contains each resolution image for iOS
Stars: ✭ 1,454 (+10285.71%)
Mutual labels:  cli, xcode
Swiftinfo
📊 Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (+6185.71%)
Mutual labels:  cli, xcode
Xcodegen
A Swift command line tool for generating your Xcode project
Stars: ✭ 5,032 (+35842.86%)
Mutual labels:  cli, xcode
Spellchecker
SpellChecker for Xcode
Stars: ✭ 79 (+464.29%)
Mutual labels:  cli, xcode
Swiftplate
Easily generate cross platform Swift framework projects from the command line
Stars: ✭ 1,746 (+12371.43%)
Mutual labels:  cli, xcode
Mod Pbxproj
A python module to manipulate XCode projects
Stars: ✭ 959 (+6750%)
Mutual labels:  cli, xcode
Gltf To Usdz Research
Research and proof of concept of converting glTF to USDZ for AR Quick Look (iOS 12+).
Stars: ✭ 164 (+1071.43%)
Mutual labels:  cli, xcode
Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (+14157.14%)
Mutual labels:  cli, xcode
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (+835.71%)
Mutual labels:  cli, xcode
Buildxl
Microsoft Build Accelerator
Stars: ✭ 676 (+4728.57%)
Mutual labels:  cli, xcode
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (+985.71%)
Mutual labels:  cli, xcode
Shenzhen
CLI for Building & Distributing iOS Apps (.ipa Files)
Stars: ✭ 4,668 (+33242.86%)
Mutual labels:  cli, xcode
Swiftkit
Start your next Open-Source Swift Framework 📦
Stars: ✭ 785 (+5507.14%)
Mutual labels:  cli, xcode
Creater
create file with config
Stars: ✭ 12 (-14.29%)
Mutual labels:  cli
Kafkatools
CLI tools for monitoring and managing Apache Kafka
Stars: ✭ 13 (-7.14%)
Mutual labels:  cli
Ddecmd
DDE command line query tool
Stars: ✭ 11 (-21.43%)
Mutual labels:  cli
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+6078.57%)
Mutual labels:  cli
Jazzy
Both Swift and Objective-C projects are supported.
Stars: ✭ 7,078 (+50457.14%)
Mutual labels:  xcode

xcbt

Show Xcode build time of a specified project.

Installation

Clone this repository and run install.sh

$ git clone https://github.com/cats-oss/xcbt.git
$ cd xcbt
$ ./install.sh

Usage

1. Show build time of specified App

$ xcbt cujira
Scheme: cujira-Package

    - Build start : 2018-10-02 12:52:04 +0000
    - Build end   : 2018-10-02 12:52:13 +0000
    - Build time  : 9.6459s

2. Show all build time of specified App

$ xcbt cujira --all
Scheme: cujira-Package

    - Build start : 2018-10-03 02:01:17 +0000
    - Build end   : 2018-10-03 02:01:19 +0000
    - Build time  : 1.9725s

Scheme: cujira-Package

    - Clean start : 2018-10-03 02:01:06 +0000
    - Clean end   : 2018-10-03 02:01:06 +0000
    - Clean time  : 0.4085s

Scheme: cujira-Package

    - Build start : 2018-10-02 12:52:04 +0000
    - Build end   : 2018-10-02 12:52:13 +0000
    - Build time  : 9.6459s

3. Show build time of specified path

$ xcbt --path "~/Library/Developer/Xcode/DerivedData/cujira-gmnfnyurvxsymsaolrsdojmyukyk"
Scheme: cujira-Package

    - Build start : 2018-10-02 12:52:04 +0000
    - Build end   : 2018-10-02 12:52:13 +0000
    - Build time  : 9.6459s

4. Show build time of last built

$ xcbt --last
Scheme: cujira-Package

    - Build start : 2018-10-02 12:52:04 +0000
    - Build end   : 2018-10-02 12:52:13 +0000
    - Build time  : 9.6459s

Development

  • Xcode 9.4.1
  • Swift 4.1

License

xcbt is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].