mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Merge branch 'XC-ios-ht' into motionDev
This commit is contained in:
commit
ea5287d9c7
9 changed files with 3 additions and 24 deletions
|
@ -48,7 +48,7 @@ MeloNX works on iPhone XS/XR and later and iPad 8th Gen and later. Check out the
|
|||
|
||||
4. **Enable JIT**
|
||||
- Use your preferred method to enable Just-In-Time (JIT) compilation.
|
||||
- We reccomend using [JitStreamer](https://jkcoxson.com/jitstreamer)
|
||||
- We reccomend using [StikDebug](https://apps.apple.com/us/app/stikdebug/id6744045754)
|
||||
|
||||
5. **Add Necessary Files**
|
||||
|
||||
|
@ -90,7 +90,7 @@ If having Issues installing firmware (Make sure your keys are installed first)
|
|||
|
||||
9. **Enable JIT**
|
||||
- Use your preferred method to enable Just-In-Time (JIT) compilation.
|
||||
- We recommend using [JitStreamer](https://jkcoxson.com/jitstreamer)
|
||||
- We recommend using [StikDebug](https://apps.apple.com/us/app/stikdebug/id6744045754)
|
||||
|
||||
|
||||
### TrollStore
|
||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_syswm.h>
|
||||
#include <StosJIT/idevice.h>
|
||||
#include <StosJIT/StosJIT-Swift.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -11,7 +11,6 @@ import Darwin
|
|||
import UIKit
|
||||
import MetalKit
|
||||
import CoreLocation
|
||||
import StosJIT
|
||||
|
||||
struct MoltenVKSettings: Codable, Hashable {
|
||||
let string: String
|
||||
|
|
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"ABIRoot": {
|
||||
"kind": "Root",
|
||||
"name": "NO_MODULE",
|
||||
"printedName": "NO_MODULE",
|
||||
"json_format_version": 8
|
||||
},
|
||||
"ConstValues": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
framework module StosJIT {
|
||||
umbrella header "StosJIT.h"
|
||||
export *
|
||||
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module StosJIT.Swift {
|
||||
header "StosJIT-Swift.h"
|
||||
requires objc
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue