c72dbc7963
Erste .ipa, die die Share-Erweiterung wirklich enthaelt. An der fertigen Datei geprueft statt am Projekt: - DataMetric360Share.appex traegt ein echtes Mach-O arm64 Programm - App und Erweiterung tragen beide group.app.datametric360 - URL-Schema datametric360 eingetragen - Ad-hoc-Profil mit beiden Geraeten, gueltig bis 29.08.2027 - Signatur gueltig, Erweiterung eingeschlossen Vorher: design-system neu gebaut, Typecheck sauber, 165/165 Tests gruen.
22 lines
1.0 KiB
HTML
22 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>DataMetric360 installieren</title>
|
|
<style>
|
|
body { font-family: -apple-system, sans-serif; background: #161b23; color: #eef1f6;
|
|
margin: 0; display: grid; place-items: center; min-height: 100vh; }
|
|
main { text-align: center; padding: 2rem; }
|
|
h1 { font-weight: 300; font-size: 1.5rem; }
|
|
a { display: inline-block; margin-top: 1.5rem; padding: 0.9rem 2rem; border-radius: 999px;
|
|
background: #eef1f6; color: #161b23; text-decoration: none; font-size: 1.1rem; }
|
|
p { color: #8a94a3; font-size: 0.9rem; line-height: 1.5; }
|
|
</style>
|
|
<main>
|
|
<h1>DataMetric360</h1>
|
|
<p>Version 2026.9.2.7</p>
|
|
<a href="itms-services://?action=download-manifest&url=https://gitea.nothaft.cloud/paul/audi-app/raw/branch/main/companion-app/auslieferung/manifest.plist">Installieren</a>
|
|
<p>In Safari oeffnen. Nach dem Antippen fragt iOS einmal nach,<br>danach erscheint die App auf dem Startbildschirm.</p>
|
|
</main>
|
|
</html>
|