SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Editor/ServiceProjectSettings/UI/UXML/AppleConfiguration.uxml
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

17 lines
956 B
Plaintext

<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="AppleConfigBlock" class="project-settings-title-container">
<Label text="Apple Configuration" class="project-settings-title"/>
<Label text="Receipt obfuscation for Apple will create a Tangle class in your project, note that this does not replace server side validation." class="label-container"/>
<VisualElement class="button-container">
<Button name="ObfuscateKeysButton" text="Obfuscate Apple License Key" class="submit-button"/>
</VisualElement>
<VisualElement name="verification">
<Label text="AppleTangle.cs has been generated and exists in your project." class="label-container"/>
</VisualElement>
<VisualElement name="error-message">
<Label text="-Apple Errors Show Here-." class="warning-message"/>
</VisualElement>
</VisualElement>
<VisualElement class="separator" />
</UXML>