C# Class Monobjc.Tools.External.Lipo

Wrapper class around the lipo command line tool.
Datei anzeigen Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Public Methods

Method Description
GetArchitecture ( String file ) : MacOSArchitecture

Returns the architectures for the given file.

Method Details

GetArchitecture() public static method

Returns the architectures for the given file.
public static GetArchitecture ( String file ) : MacOSArchitecture
file String The file.
return MacOSArchitecture