doctor: remove outdated XCode version reference
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
		
							parent
							
								
									a99b745935
								
							
						
					
					
						commit
						a1df77f3b7
					
				@ -197,7 +197,7 @@ def check_gcc_versions
 | 
				
			|||||||
  if MacOS.xcode_version == nil
 | 
					  if MacOS.xcode_version == nil
 | 
				
			||||||
      puts <<-EOS.undent
 | 
					      puts <<-EOS.undent
 | 
				
			||||||
        We couldn't detect any version of Xcode.
 | 
					        We couldn't detect any version of Xcode.
 | 
				
			||||||
        If you downloaded Xcode 4.1 from the App Store, you may need to run the installer.
 | 
					        If you downloaded Xcode from the App Store, you may need to run the installer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      EOS
 | 
					      EOS
 | 
				
			||||||
  elsif MacOS.xcode_version < "4.0"
 | 
					  elsif MacOS.xcode_version < "4.0"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user