Skip to content

Instantly share code, notes, and snippets.

@andrewrt
andrewrt / install.html
Created November 9, 2022 16:32 — forked from RazorAnt/install.html
iOS Enterprise Deployment - for distribution with your IPA
<html>
<head>
<title>My app install</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<style>
body {
font: 13pt Helvetica, sans-serif;
}
</style>
</head>