mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 14:45:18 +00:00
install pods
This commit is contained in:
parent
d554999984
commit
14852189d3
@ -53,6 +53,11 @@ init = (projName) ->
|
||||
execSync "#{ binPath }react-native init #{ projName }"
|
||||
execSync "mv #{ projName } iOS"
|
||||
|
||||
log 'Installing Pod dependencies'
|
||||
process.chdir 'iOS'
|
||||
execSync "cp #{ resources }Podfile ."
|
||||
execSync 'pod install'
|
||||
|
||||
catch e
|
||||
logErr e.message
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user