Remove Swift Module from StosJIT and add StikDebug to readme

This commit is contained in:
Stossy11 2025-05-31 12:46:18 +10:00
parent bffc5356a8
commit 22de4fd6c4
9 changed files with 3 additions and 24 deletions

View file

@ -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

View file

@ -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" {

View file

@ -11,7 +11,6 @@ import Darwin
import UIKit
import MetalKit
import CoreLocation
import StosJIT
struct MoltenVKSettings: Codable, Hashable {
let string: String

View file

@ -1,9 +0,0 @@
{
"ABIRoot": {
"kind": "Root",
"name": "NO_MODULE",
"printedName": "NO_MODULE",
"json_format_version": 8
},
"ConstValues": []
}

View file

@ -1,11 +0,0 @@
framework module StosJIT {
umbrella header "StosJIT.h"
export *
module * { export * }
}
module StosJIT.Swift {
header "StosJIT-Swift.h"
requires objc
}