Merge branch 'XC-ios-ht' into motionDev

This commit is contained in:
MediaMoots 2025-05-31 10:47:46 +08:00
commit ea5287d9c7
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
}