Skip to content

propromo-software/propromo.ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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