unnamedd / Chariz

Package manager for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chariz

A package management app for macOS.

Build Status GitHub release

Building

First, you need an Apple Developer account. Unfortunately macOS requires helper binaries to have a code signature or they won’t be installed, and Chariz isn’t going to be too useful if the helper isn’t running. You also should be using the latest public Xcode version.

  1. Install Carthage (e.g. from Homebrew): brew install carthage
  2. Clone the repo: git clone --recursive https://github.com/CharizTeam/Chariz.git
  3. Enter the directory: cd Chariz
  4. Initialise Carthage dependencies: ./init.sh
  5. Open the Xcode workspace: open Chariz.xcworkspace

Note that the .xcodeproj is the Chariz app itself, while .xcworkspace contains other projects such as cpm. Chariz will not compile from the standalone .xcodeproj.

License

Licensed under the GNU General Public License, version 2.0. Refer to LICENSE.md.

About

Package manager for macOS

License:Other


Languages

Language:Swift 57.9%Language:Objective-C 35.3%Language:HTML 6.5%Language:Shell 0.3%