Skip to content

inlineapps/host-ios-carthage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inline-host-carthage

run this

cd .carthage
carthage build --platform iOS --no-use-binaries --use-xcframeworks

use local built Carthage in inlineHost

cd .carthage
# clean build
rm -rf ./Carthage/Build/*
carthage build --platform iOS --no-use-binaries --use-xcframeworks

# backup ./Carthage/Build/* if needed

# complete overwrite Carthage in inlineHost repo
rm -rf {root_of_inlineHost}/Carthage/Build/*
cp -r ./Carthage/Build/* {root_of_inlineHost}/Carthage/Build/