Skip to content

Commit 3d90dee

Browse files
authored
Merge pull request #75 from CelloSerenity/master
Fixes broken idevice_pair link
2 parents 7b6db13 + 5c7c833 commit 3d90dee

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -503,30 +503,30 @@
503503
<ul class="list-disc list-inside">
504504

505505

506-
<!-- <a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--macos-universal.dmg" class="dropdown-link"
506+
<!-- <a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--macos-universal.dmg" class="dropdown-link"
507507
dl-platform="macos">macOS</a>
508508
509-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--windows-x86_64.exe" class="dropdown-link"
509+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--windows-x86_64.exe" class="dropdown-link"
510510
dl-platform="windows">Windows</a>
511-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--linux-x86_64.AppImage" class="dropdown-link"
511+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--linux-x86_64.AppImage" class="dropdown-link"
512512
dl-platform="nix">Linux (x64_64)</a>
513-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--linux-aarch64.AppImage" class="dropdown-link"
513+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--linux-aarch64.AppImage" class="dropdown-link"
514514
dl-platform="nix">Linux (AArch64)</a>
515515
-->
516516
<li>
517-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--macos-universal.dmg"
517+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--macos-universal.dmg"
518518
class="glink">idevice pair for macOS</a>
519519
</li>
520520
<li>
521-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--windows-x86_64.exe"
521+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--windows-x86_64.exe"
522522
class="glink">idevice pair for Windows</a>
523523
</li>
524524
<li>
525-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--linux-x86_64.AppImage"
525+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--linux-x86_64.AppImage"
526526
class="glink">idevice pair for Linux (x86_64)</a>
527527
</li>
528528
<li>
529-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--linux-aarch64.AppImage"
529+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--linux-aarch64.AppImage"
530530
class="glink">idevice pair for Linux (AArch64)</a>
531531
</li>
532532
</ul>

src/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let setupStepContents = [
4444
'A Mac running macOS 10.15 or later',
4545
'A PC running Windows 10 or later',
4646
'A PC running Linux, of some sort'
47-
)}</li><li>An iPhone or iPad running iOS/iPadOS 14 or higher</li><li>An Apple ID</li><li>The StosVPN app</li><li>A Wi-Fi connection</li></ul><br>On your computer, download the following:<a class="btn-fill" target="_blank" href="${osW(
47+
)}</li><li>An iPhone or iPad running iOS/iPadOS 16 or higher</li><li>An Apple ID</li><li>The StosVPN app</li><li>A Wi-Fi connection</li></ul><br>On your computer, download the following:<a class="btn-fill" target="_blank" href="${osW(
4848
'https://cdn.altstore.io/file/altstore/altserver.zip',
4949
'https://cdn.altstore.io/file/altstore/altinstaller.zip'
5050
)}">Download AltServer</a>
@@ -53,11 +53,11 @@ let setupStepContents = [
5353
'https://github.com/sidestore/sidestore/releases/latest/download/sidestore.ipa'
5454
)}">Download SideStore IPA</a>
5555
<a class="btn-fill" target="_blank" href="${osW(
56-
'https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--macos-universal.dmg',
57-
'https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--windows-x86_64.exe'
56+
'https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--macos-universal.dmg',
57+
'https://github.com/jkcoxson/idevice_pair/releases/latest/download/idevice_pair--windows-x86_64.exe'
5858
)}">Download idevice pair</a>${osW(
5959
`Then, open the downloaded AltServer zip file and extract it. Then drag <code>AltServer.app</code> to your Applications folder. Now, open the app (you may have to right click and select "Open" if you get a warning).`,
60-
`Extract the downloaded AltInstaller zip file and run <code>setup.exe</code> to install AltServer. You'll need to have the non-Microsoft Store version of iTunes and iCloud installed. Uninstall the Microsoft Store versions if you have either installed.<div class="flex flex-wrap gap-2"><a class="btn-fill" href="https://www.apple.com/itunes/download/win64/">Download iTunes</a><a class="btn-fill" href="https://updates.cdn-apple.com/2020/windows/001-39935-20200911-1A70AA56-F448-11EA-8CC0-99D41950005E/iCloudSetup.exe">Download iCloud</a></div>`
60+
`Extract the downloaded AltInstaller zip file and run <code>setup.exe</code> to install AltServer. You'll need to have the non-Microsoft Store version of iTunes and iCloud installed. Uninstall the Microsoft Store versions if you have either installed.<div class="flex flex-wrap gap-2"><a class="btn-fill" href="https://www.apple.com/itunes/download/win64/">Download iTunes (64-bit)</a><a class="btn-fill" href="https://updates.cdn-apple.com/2020/windows/001-39935-20200911-1A70AA56-F448-11EA-8CC0-99D41950005E/iCloudSetup.exe">Download iCloud</a></div>`
6161
)}`,
6262
//sideloading sidestore
6363
(os) =>

0 commit comments

Comments
 (0)