Giter Club home page Giter Club logo

apple-altserver-windows's Introduction

AltServer-Windows on VS 2019

In order to compile AltServer on VS 2019 there a few things required. If you are using the Community edition of VS you will need to install the installer plugin from here.

  1. clone the repository recursively and checkout the experimental branch
  2. install and bootstrap VCPKG
  3. with vckpg install the following packages (it takes reaaaaaally long): cpprestsdk dirent mdnsresponder
  4. in the folder (root)\Dependencies\libmobiledevice-vs run get-source to download the source code
  5. download an compile WinSparkle; you will need to copy the generated LIB in (root)\Dependencies\release
  6. in the project LDID change the language standard from c++14 to c++17, turn off intellisense errors (misleading) and fix the two errors fixed in this PR
  7. add the following import in Connection.cpp: #include <codecvt>
  8. in DeviceManager.cpp replace idevice_new call with idevice_new_with_options(&device, udid, IDEVICE_LOOKUP_USBMUX);
  9. in the same file replace idevice_new_ignore_network with idevice_new_with_options(&device, udid, (idevice_options)(IDEVICE_LOOKUP_USBMUX | IDEVICE_LOOKUP_NETWORK));
  10. Fix the path for the icons in the RC file.
  11. Copy all binaries in a single folder, including the Apple.pem file

The code should now compile, download the certificate, sign and install. TODO: fix the installer project by placing the files in the proper folder.

apple-altserver-windows's People

Contributors

aovestdipaperino avatar lonkelle avatar rileytestut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.