ref: rename template values
This commit is contained in:
@@ -9,35 +9,35 @@
|
||||
<h1>__AppInfoTitle__</h1>
|
||||
<div class="floatLeft icon"><img alt="App icon" src="data:image/png;base64,__AppIcon__"/></div>
|
||||
<div class="floatLeft info">
|
||||
Name: <strong>__CFBundleName__</strong><br />
|
||||
Version: __CFBundleShortVersionString__ (__CFBundleVersion__)<br />
|
||||
BundleId: __CFBundleIdentifier__<br />
|
||||
<div class="__ExtensionTypeHidden__">
|
||||
Extension type: __ExtensionType__<br />
|
||||
Name: <strong>__AppName__</strong><br />
|
||||
Version: __AppVersion__ (__AppBuildVer__)<br />
|
||||
BundleId: __AppId__<br />
|
||||
<div class="__AppExtensionTypeHidden__">
|
||||
Extension type: __AppExtensionType__<br />
|
||||
</div>
|
||||
DeviceFamily: __UIDeviceFamily__<br />
|
||||
SDK: __DTSDKName__<br />
|
||||
Minimum OS Version: __MinimumOSVersion__<br />
|
||||
DeviceFamily: __AppDeviceFamily__<br />
|
||||
SDK: __AppSDK__<br />
|
||||
Minimum OS Version: __AppMinOS__<br />
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<h2>App Transport Security</h2>
|
||||
__AppTransportSecurityFormatted__
|
||||
__AppTransportSecurity__
|
||||
</div>
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<div class="__AppInfoHidden__">
|
||||
<h2>Provisioning</h2>
|
||||
Profile name: <strong>__ProfileName__</strong><br />
|
||||
Profile name: <strong>__ProvisionProfileName__</strong><br />
|
||||
</div>
|
||||
<div class="__ProvisionTitleHidden__">
|
||||
<h1><span class="__ExpStatus__">__ProfileName__</span></h1>
|
||||
<h1><span class="__ProvisionExpireStatus__">__ProvisionProfileName__</span></h1>
|
||||
</div>
|
||||
|
||||
Profile UUID: __ProfileUUID__<br />
|
||||
Profile Type: __ProfilePlatform__ __ProfileType__<br />
|
||||
Team: __TeamName__ (__TeamIds__)<br />
|
||||
Creation date: __CreationDateFormatted__<br />
|
||||
Expiration Date: <strong><span class="__ExpStatus__">__ExpirationDateFormatted__</span></strong><br />
|
||||
Profile UUID: __ProvisionProfileId__<br />
|
||||
Profile Type: __ProvisionProfilePlatform__ __ProvisionProfileType__<br />
|
||||
Team: __ProvisionTeamName__ (__ProvisionTeamIds__)<br />
|
||||
Creation date: __ProvisionCreateDate__<br />
|
||||
Expiration Date: <strong><span class="__ProvisionExpireStatus__">__ProvisionExpireDate__</span></strong><br />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@@ -45,17 +45,17 @@
|
||||
<div class="__EntitlementsWarningHidden__ warning">
|
||||
<strong>Entitlements extraction failed.</strong>
|
||||
</div>
|
||||
__EntitlementsFormatted__
|
||||
__EntitlementsDict__
|
||||
</div>
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<h2>Developer Certificates</h2>
|
||||
__DeveloperCertificatesFormatted__
|
||||
__ProvisionDevelopCertificates__
|
||||
</div>
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<h2>Devices (__ProvisionedDevicesCount__)</h2>
|
||||
__ProvisionedDevicesFormatted__
|
||||
<h2>Devices (__ProvisionDeviceCount__)</h2>
|
||||
__ProvisionDeviceIds__
|
||||
</div>
|
||||
|
||||
<div class="__iTunesHidden__">
|
||||
@@ -73,11 +73,11 @@
|
||||
<div>
|
||||
<h2>File info</h2>
|
||||
__FileName__<br />
|
||||
__FileInfo__<br />
|
||||
__FileSize__, Modified __FileModified__<br />
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>__SrcAppName__ v__BundleShortVersionString__ (__BundleVersion__) (Github: <a href="__SrcLinkUrl__">__SrcLinkName__</a>)</p>
|
||||
<p>__SrcAppName__ v__SrcVersion__ (__SrcBuildVer__) (Github: <a href="__SrcLinkUrl__">__SrcLinkName__</a>)</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user