mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-24 02:21:00 +00:00
76a570b7b3
Add TV screenshots and organize PassepartoutUITests with two test plans for generating iOS/macOS (Main) and tvOS (TV) screenshots. Revert to the .attachment destination and use `xcparse` to export the screenshots. Change iPad screenshots to portrait. Then autogenerate framed screenshots in two steps: - Export the UITests screenshots per device (`export.sh`) - Embed the results in a HTML/CSS template and take snapshots with Chrome headless (`compose.sh`) - Repeat for all devices (iPhone, iPad, Mac and Apple TV) - Save framed screenshots to the `fastlane` screenshots directory
35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" itemscope itemtype="http://schema.org/Blog">
|
|
<head>
|
|
<link rel="stylesheet" href="style.css?1" />
|
|
<link rel="stylesheet" href="appletv/style.css?1" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="background">
|
|
<header>
|
|
<p class="heading">
|
|
<em>OpenVPN</em> and <em>WireGuard</em> on your <em>Apple TV</em>
|
|
</p>
|
|
<p class="heading">
|
|
Synchronize your <em>Profiles</em> within <em>seconds</em>
|
|
</p>
|
|
<p class="heading">
|
|
Customize <em>On-demand</em>, <em>DNS</em>, <em>Proxy</em> and <em>Routing</em>
|
|
</p>
|
|
</header>
|
|
<main>
|
|
<div id="box"></div>
|
|
<div id="appletv" class="container">
|
|
<img class="screenshot" src="appletv/01.png" />
|
|
<img class="screenshot" src="appletv/02.png" />
|
|
<img class="screenshot" src="appletv/03.png" />
|
|
<img class="frame" src="appletv/frame.png" />
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
<script src="script.js"></script>
|
|
</html>
|