Метод | Описание | |
---|---|---|
ArchiveBundle ( IProgressMonitor monitor, MonobjcProject project, |
Archive the application bundle.
|
|
CombineArtwork ( IProgressMonitor monitor, MonobjcProject project, |
Combines the artwork.
|
|
CompileXIBFiles ( IProgressMonitor monitor, MonobjcProject project, |
Compiles the XIB files.
|
|
CopyContentFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
Copies the content files.
|
|
CopyMonobjcAssemblies ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
Copies the Monobjc assemblies.
|
|
CopyOutputFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
Copies the content files.
|
|
CreateInfoPList ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
Creates the Info.plist file.
|
|
EmbedXIBFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.BuildResult result ) : void |
Embeds the XIB files.
|
|
EncryptContentFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
Combines the artwork.
|
|
IsCompatible ( System.Version version1, System.Version version2 ) : bool |
Determines whether the specified versions are compatible.
|
|
IsEmbeddedXIBFile ( |
Determines whether the specified filename is a XIB file.
|
|
IsInfoPlist ( |
Determines whether the specified filename is an Info.plist file.
|
|
IsMonobjcReference ( MonoDevelop.Projects.ProjectReference reference ) : bool |
Determines whether the specified reference is a Monobjc one.
|
|
IsMonobjcReference ( MonoDevelop.Core.Assemblies.SystemAssembly assembly ) : bool |
Determines whether the specified reference is a Monobjc one.
|
|
IsNIBFile ( |
Determines whether the specified filename is a NIB file.
|
|
IsNIBFile ( String filename ) : bool |
Determines whether the specified filename is a NIB file.
|
|
IsNormalXIBFile ( |
Determines whether the specified filename is a XIB file.
|
|
IsResourceFile ( |
Determines whether the specified filename is a resource file.
|
|
IsSourceFile ( |
Determines whether the specified filename is a source file.
|
|
IsStringsFile ( |
Determines whether the specified filename is a strings file.
|
|
IsStringsFile ( String filename ) : bool |
Determines whether the specified filename is a strings file.
|
|
IsXIBFile ( |
Determines whether the specified filename is a XIB file.
|
|
IsXIBFile ( String filename ) : bool |
Determines whether the specified filename is a XIB file.
|
|
SignBundle ( IProgressMonitor monitor, MonobjcProject project, |
Sign the application bundle.
|
|
SignNativeBinaries ( IProgressMonitor monitor, MonobjcProject project, |
Sign the native libraries inside the bundle.
|
public static ArchiveBundle ( IProgressMonitor monitor, MonobjcProject project, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
maker | The bundle maker. | |
Результат | void |
public static CombineArtwork ( IProgressMonitor monitor, MonobjcProject project, |
||
monitor | IProgressMonitor | |
project | MonobjcProject | |
maker | ||
Результат | void |
public static CompileXIBFiles ( IProgressMonitor monitor, MonobjcProject project, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
maker | The bundle maker. | |
result | MonoDevelop.Projects.BuildResult | The build result. |
Результат | void |
public static CopyContentFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
configuration | MonoDevelop.Projects.ConfigurationSelector | The configuration. |
maker | The bundle maker. | |
Результат | void |
public static CopyMonobjcAssemblies ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
||
monitor | IProgressMonitor | The monitor. |
project | MonobjcProject | The project. |
configuration | MonoDevelop.Projects.ConfigurationSelector | The configuration. |
maker | The maker. | |
Результат | void |
public static CopyOutputFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
configuration | MonoDevelop.Projects.ConfigurationSelector | The configuration. |
maker | The bundle maker. | |
Результат | void |
public static CreateInfoPList ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
configuration | MonoDevelop.Projects.ConfigurationSelector | The configuration. |
maker | The bundle maker. | |
Результат | void |
public static EmbedXIBFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.BuildResult result ) : void | ||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
result | MonoDevelop.Projects.BuildResult | The build result. |
Результат | void |
public static EncryptContentFiles ( IProgressMonitor monitor, MonobjcProject project, MonoDevelop.Projects.ConfigurationSelector configuration, |
||
monitor | IProgressMonitor | |
project | MonobjcProject | |
configuration | MonoDevelop.Projects.ConfigurationSelector | |
maker | ||
Результат | void |
public static IsCompatible ( System.Version version1, System.Version version2 ) : bool | ||
version1 | System.Version | The version1. |
version2 | System.Version | The version2. |
Результат | bool |
public static IsEmbeddedXIBFile ( |
||
file | The file. | |
Результат | bool |
public static IsInfoPlist ( |
||
file | The file. | |
Результат | bool |
public static IsMonobjcReference ( MonoDevelop.Projects.ProjectReference reference ) : bool | ||
reference | MonoDevelop.Projects.ProjectReference | The reference. |
Результат | bool |
public static IsMonobjcReference ( MonoDevelop.Core.Assemblies.SystemAssembly assembly ) : bool | ||
assembly | MonoDevelop.Core.Assemblies.SystemAssembly | The assembly. |
Результат | bool |
public static IsNIBFile ( |
||
file | The file. | |
Результат | bool |
public static IsNIBFile ( String filename ) : bool | ||
filename | String | The filename. |
Результат | bool |
public static IsNormalXIBFile ( |
||
file | The file. | |
Результат | bool |
public static IsResourceFile ( |
||
file | The file. | |
Результат | bool |
public static IsSourceFile ( |
||
projectFile | ||
sourceExtension | string | |
Результат | bool |
public static IsStringsFile ( |
||
file | The file. | |
Результат | bool |
public static IsStringsFile ( String filename ) : bool | ||
filename | String | The file. |
Результат | bool |
public static IsXIBFile ( |
||
file | The file. | |
Результат | bool |
public static IsXIBFile ( String filename ) : bool | ||
filename | String | The filename. |
Результат | bool |
public static SignBundle ( IProgressMonitor monitor, MonobjcProject project, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
maker | The bundle maker. | |
Результат | void |
public static SignNativeBinaries ( IProgressMonitor monitor, MonobjcProject project, |
||
monitor | IProgressMonitor | The progress monitor. |
project | MonobjcProject | The project. |
maker | The bundle maker. | |
Результат | void |