Class OptionXcode.OptionAddEncryptionExemption
This Option sets ITSAppUsesNonExemptEncryption
to false
in
the plist, indicating the app doesn't use any non-exempt encryption.
Only enable this after familiarizing yourself with the export
restrictions, the exemptions and the paperwork requirements.
Inherited Members
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public class OptionAddEncryptionExemption : OptionToggle
Methods
| Improve this Doc View SourcePostprocessBuild(BuildTarget, String, OptionInclusion)
Declaration
public override void PostprocessBuild(BuildTarget target, string path, OptionInclusion inclusion)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.BuildTarget | target | |
System.String | path | |
OptionInclusion | inclusion |