Swiftpack.co - minuscorp/Tunisia as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by minuscorp.
minuscorp/Tunisia v0.0.5
A local Carthage cache based on library version, toolchain, xcode and platform dependant.
⭐️ 6
🕓 3 years ago
.package(url: "https://github.com/minuscorp/Tunisia.git", from: "v0.0.5")

Tunisia

Build Status GitHub release (latest by date) License Swift version Twitter Follow

A Carthage local cache based on compiler, library and Xcode version.

What does Tunisia?

Tunisia caches your Carthage dependencies into a local cache using a number of common parameters that allows to have several Xcode, Swift or library versions installed and restored on demand with just one compilation per combination.

This means:

  1. ✅ No more build all dependencies with several Xcode version installed.
  2. ✅ No more recompiling over and over the same library when using different versions.
  3. ✅ Shared cache for all your projects! If a project already cached some dependency, it can be restored from a different one if a match is done.

Usage

Cache

To generate your cache with Tunisia make sure you make usage of its parameters:

USAGE: tunisia cache [--force] [--destination-directory <destination-directory>] [--working-directory <working-directory>] <carthage-verb> [<carthage-command> ...]

ARGUMENTS:
  <carthage-verb>         The carthage verb to apply to Tunisia
  <carthage-command>      The carthage arguments to apply to Tunisia.

OPTIONS:
  --force
  -d, --destination-directory <destination-directory>
                          The destination directory of the cache (default: file:///Users/minuscorp/Library/Caches/)
  -w, --working-directory <working-directory>
                          The working directory from where to find the Cartfile (default:
                          /Users/minuscorp/Documents/GitHub/Tunisia)
  --version               Show the version.
  -h, --help              Show help information.

For example, if we're using the following carthage command to cache all of our depenedencies:

carthage bootstrap --no-use-binaries --platform iOS

With Tunisia you would:

tunisia bootstrap --no-use-binaries --platform iOS

cache

That's it. You just exchange carthage for tunisia.

You have several flags that you can prepend to the carthage verb (bootstrap, build) to configure Tunisia.

Restore

To restore a cache for your Cartfile, you can make use of Tunisia in his restore command:

USAGE: tunisia restore [--cache-directory <cache-directory>] [--working-directory <working-directory>] [<dependencies-to-restore> ...]

ARGUMENTS:
  <dependencies-to-restore>
                          The carthage dependencies to restore, defaults to all.

OPTIONS:
  -c, --cache-directory <cache-directory>
                          The directory of the cache (default: file:///Users/minuscorp/Library/Caches/)
  -w, --working-directory <working-directory>
                          The working directory from where to find the Cartfile (default:
                          /Users/minuscorp/Documents/GitHub/Tunisia)
  --version               Show the version.
  -h, --help              Show help information.

The usage of restore is even easier:

tunisia restore

restore

And the tool makes all the heavy lifting under the hood.

Installation

Download Binary

$ curl -Ls https://github.com/minuscorp/Tunisia/releases/download/latest/tunisia.macos.zip -o /tmp/tunisia.macos.zip
$ unzip -j -d /usr/local/bin /tmp/tunisia.macos.zip 

From Sources

Requirements:

Swift 5.0 runtime and Xcode installed in your computer.

Using Homebrew

brew tap minuscorp/tunisia

brew install tunisia

Building with Swift Package Manager

$ git clone https://github.com/minuscorp/Tunisia.git
$ cd Tunisia
$ make install

Contact

Follow and contact me on Twitter at @minuscorp.

Contributions

If you find an issue, just open a ticket on it. Pull requests are warmly welcome as well.

License

ModuleInterface is licensed under the Apache 2.0. See LICENSE for more info.

GitHub

link
Stars: 6
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

Tunisia
3 years ago
  • Fixed an issue where you can't restore an already restored cache.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics