Skip to content

Commit 646ae0f

Browse files
author
Dimitar Kerezov
committed
WIP
1 parent 2edebcb commit 646ae0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/native-script.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
exit
2727
end
2828

29-
puts "You need to accept the Xcode license agreement to be able to use the Xcode command-line tools. (You might need to provide your password.)"
29+
puts "You need to accept the Xcode license agreement to be able to use the Xcode command-line tools."
3030
system('xcodebuild -license')
3131

3232
# Help with installing other dependencies
@@ -65,6 +65,7 @@ def install(program_name, message, script, run_as_root = false, show_all_option
6565

6666
if $answer == "n"
6767
puts "You have chosen not to install " + program_name + ". Some features of NativeScript may not work correctly if you haven't already installed it"
68+
return
6869
end
6970
end
7071

0 commit comments

Comments
 (0)