Skip to content
/ xczip Public

Create xcframework zip archive for Swift binary package.

License

Notifications You must be signed in to change notification settings

DimaRU/xczip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xczip

xczip - create xcframework zip archive for swift binary package. Creates an xcframework archive with a stable checksum that does not change when the build is repeated.

Installation

Homebrew

Run the following command to install using Homebrew:

$ brew install DimaRU/formulae/xczip

Usage:

OVERVIEW: Create xcframework zip archive for swift binary package.

USAGE: xczip <path> [--date <date>] [--time <time>] [--iso-date <iso-date>] [--output-path <output-path>] [--comment <comment>]

ARGUMENTS:
  <path>                  Path to xcframework.

OPTIONS:
  --date <date>           Force compressed files modification date.
        Date format must be M-d-yyyy
  --time <time>           Force compressed files modification time.
        Time format must be hh:mm:ss
  --iso-date <iso-date>   Force compressed files modification date and time.
        Date format must be ISO 8601. Example: "2022-04-11 11:48:47 +0200"
  -o, --output-path <output-path>
                          Path for created archive.
  -c, --comment <comment> Add comment to zip file.
  --version               Show the version.
  -h, --help              Show help information.