yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.26.0 release is missing 'xcodegen' binary

mattrobmattrob opened this issue · comments

Binary isn't present in the 2.26.0 release archive (bin/xcodegen):

$ tree ~/Downloads/xcodegen_2.26.0/
/Users/mattrobinson/Downloads/xcodegen_2.26.0/
├── LICENSE
├── bin
├── install.sh
└── share
    └── xcodegen
        └── SettingPresets
            ├── Configs
            │   ├── debug.yml
            │   └── release.yml
            ├── Platforms
            │   ├── iOS.yml
            │   ├── macOS.yml
            │   ├── tvOS.yml
            │   └── watchOS.yml
            ├── Product_Platform
            │   ├── app-extension_macOS.yml
            │   ├── application_iOS.yml
            │   ├── application_macOS.yml
            │   ├── application_tvOS.yml
            │   ├── application_watchOS.yml
            │   └── bundle.unit-test_macOS.yml
            ├── Products
            │   ├── app-extension.intents-service.yml
            │   ├── app-extension.messages.yml
            │   ├── app-extension.yml
            │   ├── bundle.ui-testing.yml
            │   ├── bundle.unit-test.yml
            │   ├── framework.static.yml
            │   ├── framework.yml
            │   ├── library.static.yml
            │   ├── tv-app-extension.yml
            │   └── watchkit2-extension.yml
            └── base.yml

8 directories, 25 files

2.25.0 had the binary present:

$ tree ~/Downloads/xcodegen_2.25.0
/Users/mattrobinson/Downloads/xcodegen_2.25.0
├── LICENSE
├── bin
│   └── xcodegen
├── install.sh
└── share
    └── xcodegen
        └── SettingPresets
            ├── Configs
            │   ├── debug.yml
            │   └── release.yml
            ├── Platforms
            │   ├── iOS.yml
            │   ├── macOS.yml
            │   ├── tvOS.yml
            │   └── watchOS.yml
            ├── Product_Platform
            │   ├── app-extension_macOS.yml
            │   ├── application_iOS.yml
            │   ├── application_macOS.yml
            │   ├── application_tvOS.yml
            │   ├── application_watchOS.yml
            │   └── bundle.unit-test_macOS.yml
            ├── Products
            │   ├── app-extension.intents-service.yml
            │   ├── app-extension.messages.yml
            │   ├── app-extension.yml
            │   ├── bundle.ui-testing.yml
            │   ├── bundle.unit-test.yml
            │   ├── framework.static.yml
            │   ├── framework.yml
            │   ├── library.static.yml
            │   ├── tv-app-extension.yml
            │   └── watchkit2-extension.yml
            └── base.yml

8 directories, 26 files

Thanks for raising this! The zip now includes the binary