Skip to content

unnamedd/Chariz

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 57.9%
  • Objective-C 35.3%
  • HTML 6.5%
  • Shell 0.3%