ref: make app plist required
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<style>__CSS__</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="app __AppInfoHidden__">
|
||||
<div class="app">
|
||||
<h1>__AppInfoTitle__</h1>
|
||||
<div class="floatLeft icon"><img alt="App icon" src="data:image/png;base64,__AppIcon__"/></div>
|
||||
<div class="floatLeft info">
|
||||
@@ -23,41 +23,35 @@
|
||||
<h2>App Transport Security</h2>
|
||||
__AppTransportSecurity__
|
||||
</div>
|
||||
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<div class="__AppInfoHidden__">
|
||||
<h2>Provisioning</h2>
|
||||
Profile name: <strong>__ProvisionProfileName__</strong><br />
|
||||
</div>
|
||||
<div class="__ProvisionTitleHidden__">
|
||||
<h1><span class="__ProvisionExpireStatus__">__ProvisionProfileName__</span></h1>
|
||||
</div>
|
||||
|
||||
<h2>Provisioning</h2>
|
||||
Profile name: <strong>__ProvisionProfileName__</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>
|
||||
<h2>Entitlements</h2>
|
||||
<div class="__EntitlementsWarningHidden__ warning">
|
||||
<div class="warning __EntitlementsWarningHidden__">
|
||||
<strong>Entitlements extraction failed.</strong>
|
||||
</div>
|
||||
__EntitlementsDict__
|
||||
</div>
|
||||
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<h2>Developer Certificates</h2>
|
||||
__ProvisionDevelopCertificates__
|
||||
</div>
|
||||
|
||||
|
||||
<div class="__ProvisionHidden__">
|
||||
<h2>Devices (__ProvisionDeviceCount__)</h2>
|
||||
__ProvisionDeviceIds__
|
||||
</div>
|
||||
|
||||
|
||||
<div class="__iTunesHidden__">
|
||||
<h2>iTunes Metadata</h2>
|
||||
iTunesId: __iTunesId__<br />
|
||||
@@ -69,7 +63,7 @@
|
||||
Purchased: __iTunesPurchaseDate__<br />
|
||||
Price: __iTunesPrice__<br />
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2>File info</h2>
|
||||
__FileName__<br />
|
||||
|
||||
Reference in New Issue
Block a user