iOSBuildParams
The iOS build paramater type
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            BuildIpa
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Indicates if an IPA file should be generated 
         | 
      
      
        
          
            Configuration
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Build configuration, defaults to 'Debug' 
         | 
      
      
        
          
            OutputPath
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Output path for build, defaults to project settings 
         | 
      
      
        
          
            Platform
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Build platform, defaults to 'iPhoneSimulator' 
         | 
      
      
        
          
            ProjectPath
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) Path to solution or project file 
         | 
      
      
        
          
            Properties
          
          
            Signature: (string * string) list 
                       
         | 
        
            
               
               
            
          Additional MSBuild properties, defaults to empty list 
         | 
      
      
        
          
            Target
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Build target, defaults to Build 
         |