Skip to content

Commit 1f9f09d

Browse files
authored
Update ProStore description and links
1 parent e2a1eb8 commit 1f9f09d

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

index.html

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -83,44 +83,13 @@ <h1>ProStore iOS</h1>
8383
</header>
8484
<main>
8585
<h2>What is ProStore?</h2>
86-
<p>ProStore is an iOS app that makes signing IPAs super easy! Manage your certificates and re-sign .ipa files effortlessly. Perfect for sideloading!</p>
86+
<p>ProStore is actually an unmade app! For now, we're working on ProSign: The <b>best</b> on-device IPA signer!</p>
8787
<div class="buttons">
88-
<a href="https://github.com/ProStore-iOS/ProStore" target="_blank">Learn More</a>
88+
<a href="ProSign/">Learn More About ProSign</a>
8989
</div><br><br>
90-
91-
<h2>Sideload ProStore onto your device</h2>
92-
<div class="buttons">
93-
<button onclick="install('altstore')">Install with AltStore</button>
94-
<button onclick="install('sidestore')">Install with SideStore</button>
95-
<button onclick="install('esign')">Install with ESign</button>
96-
<button onclick="install('scarlet')">Install with Scarlet</button>
97-
</div>
9890
</main>
9991
<footer>
10092
&copy; 2025 ProStore iOS
10193
</footer>
102-
103-
<script>
104-
function install(app) {
105-
let redirectURL = '';
106-
switch(app) {
107-
case 'altstore':
108-
redirectURL = 'altstore://source?url=https://prostore-ios.github.io/apps.json';
109-
break;
110-
case 'sidestore':
111-
redirectURL = 'sidestore://source?url=https://prostore-ios.github.io/apps.json';
112-
break;
113-
case 'esign':
114-
redirectURL = 'esign://addsource?url=https://prostore-ios.github.io/apps.json';
115-
break;
116-
case 'scarlet':
117-
redirectURL = 'scarlet://repo=https://prostore-ios.github.io/apps.json';
118-
break;
119-
}
120-
if (redirectURL) {
121-
window.location.href = redirectURL;
122-
}
123-
}
124-
</script>
12594
</body>
12695
</html>

0 commit comments

Comments
 (0)