Class MASDistro
Prepare a Mac build for the Mac App Store.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
MASDistro
Assembly: Trimmer-Editor.dll
Syntax
[CreateAssetMenu(fileName = "MAS Distro.asset", menuName = "Trimmer/Mac App Store", order = 100)]
public class MASDistro : DistroBase
Fields
|
Improve this Doc
View Source
appSignIdentity
The identity to sign the app with.
Declaration
public string appSignIdentity
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
copyright
Copyright to set in the Info.plist (empty = no change).
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
entitlements
Declaration
public DefaultAsset entitlements
Field Value
Type |
Description |
UnityEditor.DefaultAsset |
|
|
Improve this Doc
View Source
installerSignIdentity
The identity to sign the installer with.
Declaration
public string installerSignIdentity
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
languages
Comma-separated list of ISO-639 language codes to add to the Info.plist.
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
linkFrameworks
Additional frameworks the binary should be linked with.
Declaration
public string[] linkFrameworks
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
provisioningProfile
The provisioning profile.
Declaration
public DefaultAsset provisioningProfile
Field Value
Type |
Description |
UnityEditor.DefaultAsset |
|
Methods
|
Improve this Doc
View Source
DistributeCoroutine(IEnumerable<DistroBase.BuildPath>, Boolean)
Declaration
protected override IEnumerator DistributeCoroutine(IEnumerable<DistroBase.BuildPath> buildPaths, bool forceBuild)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<DistroBase.BuildPath> |
buildPaths |
|
System.Boolean |
forceBuild |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Overrides
|
Improve this Doc
View Source
FindFramework(String)
Declaration
protected string FindFramework(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Process(String)
Declaration
protected IEnumerator Process(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|
|
Improve this Doc
View Source
Sign(String, String)
Declaration
protected IEnumerator Sign(string path, string entitlementsPath = null)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.String |
entitlementsPath |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|
|
Improve this Doc
View Source
SignAll(IEnumerable<String>)
Declaration
protected IEnumerator SignAll(IEnumerable<string> paths)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
paths |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|