Skip to content

kelvinjjwong/spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spa

swift pod automation

install

  1. XCode -> File -> New -> Package... -> Multiplatform -> Library

  2. install script

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelvinjjwong/spa/main/install)"
  1. ./build_pod.sh init

  2. ./build_pod.sh test

  3. ./build_pod.sh release

build myself

./build test
./build release

dependency

  • /build
    • GitHub CLI
  • /build_pod.sh
    • GitHub CLI
    • Cocoapods
    • Xcode