This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.XCode.
                            
 
	
		Summary
	
            Gets the various SDK's installed and available on the machine
            
		
	Syntax
	public static IEnumerable<XCodeSdk> XCodeSdks(this ICakeContext context, XCodeSettings settings)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The context. | 
					
						| settings | XCodeSettings | The settings. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| IEnumerable<XCodeSdk> | The xcode sdks. |