Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
codesign / usr / share / codesign / codesign.xml
Size: Mime:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>codesign</name>
    </assembly>
    <members>
        <member name="T:CodeSign.Program">
            <summary>
            The main entrypoint for the codesign applicatoin.
            </summary>
        </member>
        <member name="P:CodeSign.Program.Ipa">
            <summary>
            Gets or sets the path to the application to sign.
            </summary>
        </member>
        <member name="P:CodeSign.Program.DeveloperProfile">
            <summary>
            Gets or sets the path to the developer profile.
            </summary>
        </member>
        <member name="P:CodeSign.Program.Password">
            <summary>
            Gets or sets the password to use with the developer profile.
            </summary>
        </member>
        <member name="P:CodeSign.Program.License">
            <summary>
            Gets or sets the path to the license file.
            </summary>
        </member>
        <member name="P:CodeSign.Program.Udid">
            <summary>
            Gets or sets the UDID of the device on which the application will be used.
            </summary>
        </member>
        <member name="P:CodeSign.Program.Certificate">
            <summary>
            Gets or sets the thumbprint of the certificate to use when signing the application.
            </summary>
        </member>
        <member name="P:CodeSign.Program.ProvisioningProfile">
            <summary>
            Gets or sets the UUID of the provisioning profile to use when signing the application.
            </summary>
        </member>
        <member name="M:CodeSign.Program.Main(System.String[])">
            <summary>
            Starts the codesign application.
            </summary>
            <param name="args">
            The command-line arguments.
            </param>
            <returns>
            0 if the application completed successfully; otherwise a non-zero exit code.
            </returns>
        </member>
        <member name="M:CodeSign.Program.OnExecute(McMaster.Extensions.CommandLineUtils.IReporter,Quamotion.iOS.Apps.DeveloperProfilePackageFactory,Quamotion.iOS.Apps.IpaPackageFactory,Quamotion.iOS.CodeSigning.IpaSignerFactory)">
            <summary>
            Runs the application.
            </summary>
            <param name="reporter">
            The reporter to which to log.
            </param>
            <param name="developerProfilePackageFactory">
            A <see cref="T:Quamotion.iOS.Apps.DeveloperProfilePackageFactory"/> which can be used to open developer profile packages.
            </param>
            <param name="ipaFactory">
            A <see cref="T:Quamotion.iOS.Apps.IpaPackageFactory"/> which can be used to open .ipa packages.
            </param>
            <param name="ipaSignerFactory">
            A <see cref="T:Quamotion.iOS.CodeSigning.IpaSignerFactory"/> which can be used to create .ipa signers.
            </param>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task"/> which represents the asynchronous execution of the application.
            </returns>
        </member>
    </members>
</doc>