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

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