Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 545 Bytes

propromo.ios

Install XcodeGen

As Swift Package

git clone https://github.com/yonaskolb/XcodeGen.git && cd XcodeGen

As Globally Available CLI-App

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install xcodegen

Setup (Generate) Project (.xcodeproj)

Using The Swift Package

swift run xcodegen --project ../propromo.ios/ --spec ../propromo.ios/project.yml

With Global Installation

xcodegen generate