Fix xcodeproj typo in init.sh

Also print full path
This commit is contained in:
Alexander Kotliarskyi 2015-03-25 21:23:53 -04:00
parent c7efc4dd11
commit f9e5958862

View File

@ -37,7 +37,7 @@ else
puts "Next steps:"
puts ""
puts " Open #{app_name}.xcproject in Xcode"
puts " Open #{File.join(dest, app_name)}.xcodeproj in Xcode"
puts " Hit Run button"
puts ""
end