mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Remove Swift Module from StosJIT and add StikDebug to readme
This commit is contained in:
parent
bffc5356a8
commit
22de4fd6c4
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**
|
4. **Enable JIT**
|
||||||
- Use your preferred method to enable Just-In-Time (JIT) compilation.
|
- 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**
|
5. **Add Necessary Files**
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ If having Issues installing firmware (Make sure your keys are installed first)
|
||||||
|
|
||||||
9. **Enable JIT**
|
9. **Enable JIT**
|
||||||
- Use your preferred method to enable Just-In-Time (JIT) compilation.
|
- 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
|
### TrollStore
|
||||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <SDL2/SDL_syswm.h>
|
#include <SDL2/SDL_syswm.h>
|
||||||
#include <StosJIT/idevice.h>
|
#include <StosJIT/StosJIT-Swift.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -11,7 +11,6 @@ import Darwin
|
||||||
import UIKit
|
import UIKit
|
||||||
import MetalKit
|
import MetalKit
|
||||||
import CoreLocation
|
import CoreLocation
|
||||||
import StosJIT
|
|
||||||
|
|
||||||
struct MoltenVKSettings: Codable, Hashable {
|
struct MoltenVKSettings: Codable, Hashable {
|
||||||
let string: String
|
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