mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
6f539828b9
commit
76f2273a2f
1 changed files with 4 additions and 4 deletions
|
@ -191,15 +191,15 @@ The part after the version number will help you know in which folder to look for
|
|||
<p>Check <a href="https://github.com/TelegramMessenger/Telegram-iOS/blob/master/versions.json">versions.json</a> for information on the relevant macOS and Xcode versions.</p>
|
||||
</blockquote>
|
||||
<p><code>./darwin-containers fetch</code></p>
|
||||
<p>Download the appropriate macOS restore image (e.g. 13.0):</p>
|
||||
<p><code>./darwin-containers fetch "macOS 13.0"</code></p>
|
||||
<p>Download the appropriate macOS restore image (e.g. 13.6):</p>
|
||||
<p><code>./darwin-containers fetch "macOS 13.6"</code></p>
|
||||
<p>Create a new OS image:</p>
|
||||
<p><code>./darwin-containers create --source "macOS 13.0" --tag "macos-13.0-xcode-{XCODE_VERSION}" --manual</code></p>
|
||||
<p><code>./darwin-containers create --source "macOS 13.6" --tag "macos-13.0-xcode-{XCODE_VERSION}" --manual</code></p>
|
||||
<p>Follow the installation instructions. Set username to <code>containerhost</code> and password to <code>containerhost</code>.</p>
|
||||
<p>Enable Remote Login and allow full disk access for remote users.</p>
|
||||
<p>Connect to the guest VM using SSH with username <code>containerhost</code> and password <code>containerhost</code>.</p>
|
||||
<p>Create the directory <code>~/.ssh</code> and set up the <code>authorized_keys</code> using the public key string printed by the <code>darwin-containers create</code> command earlier.</p>
|
||||
<p>Upload the appropriate version of Xcode via <code>scp</code> and install to /Applications. Run it at least once to complete installation.</p>
|
||||
<p>Upload the appropriate version of Xcode via <code>scp</code> and install to /Applications. Run it at least once to complete installation. Don't forget to download the <strong>iOS SDK</strong>.</p>
|
||||
<p>Shut down the guest OS.</p>
|
||||
<h3><a class="anchor" name="step-3-obtaining-verification-ipa" href="#step-3-obtaining-verification-ipa"><i class="anchor-icon"></i></a>Step 3. Obtaining verification IPA</h3>
|
||||
<pre><code>python3 -u build-system/Make/Make.py remote-build --darwinContainers="path-to-darwin-containers-script" --darwinContainersHost="unix://$HOME/.darwin-containers.sock" --configurationPath="build-system/appstore-configuration.json" --codesigningInformationPath=build-system/fake-codesigning --configuration=release_arm64</code></pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue