Skip to content

Commit 798122b

Browse files
authored
Merge pull request #5 from NativeScript/dtopuzov/add-pod-setup
Add pod setup after installing cocoa pods
2 parents ff320bb + b2d0ccb commit 798122b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

native-script.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def install_environment_variable(name, value)
135135
# which works with Ruby 2.0 that comes as the macOS default, so these two installations should be in this order.
136136
# For more information see: https://github.com/CocoaPods/Xcodeproj/pull/393#issuecomment-231055159
137137
install("CocoaPods", "Installing CocoaPods... This might take some time, please, be patient.", 'gem install cocoapods -V', true)
138+
install("CocoaPods", "Setup CocoaPods... This might take some time, please, be patient.", 'pod setup', false)
138139
install("xcodeproj", "Installing xcodeproj... This might take some time, please, be patient.", 'gem install xcodeproj -V', true)
139140

140141
puts "Configuring your system for Android development... This might take some time, please, be patient."
@@ -164,4 +165,4 @@ def install_environment_variable(name, value)
164165
end
165166

166167
puts "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile/.zprofile"
167-
puts "Restart the terminal or run `source ~/.bash_profile` to use them."
168+
puts "Restart the terminal or run `source ~/.bash_profile` to use them."

0 commit comments

Comments
 (0)