mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 07:32:08 +00:00
who knows?
This commit is contained in:
parent
56706ecc10
commit
2d8fa4a706
7 changed files with 4 additions and 3 deletions
|
|
@ -112,7 +112,6 @@
|
|||
children = (
|
||||
1EE1DA952D3553C2002AEF73 /* Localizable.xcstrings */,
|
||||
13DC0C412D2EC9BA00D0F966 /* Info.plist */,
|
||||
13DC0C442D302C6A00D0F966 /* MediaPlayer */,
|
||||
133D7C852D2BE2640075467E /* Utils */,
|
||||
133D7C7B2D2BE2630075467E /* Views */,
|
||||
133D7C6D2D2BE2500075467E /* SoraApp.swift */,
|
||||
|
|
@ -134,11 +133,11 @@
|
|||
133D7C7B2D2BE2630075467E /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
133D7C7F2D2BE2630075467E /* MediaInfoView */,
|
||||
1399FAD22D3AB34F00E97C31 /* SettingsView */,
|
||||
133F55B92D33B53E00E08EEA /* LibraryView */,
|
||||
133D7C7F2D2BE2630075467E /* MediaInfoView */,
|
||||
133D7C7D2D2BE2630075467E /* HomeView.swift */,
|
||||
133D7C7C2D2BE2630075467E /* SearchView.swift */,
|
||||
133D7C7D2D2BE2630075467E /* HomeView.swift */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -167,6 +166,7 @@
|
|||
133D7C852D2BE2640075467E /* Utils */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
13DC0C442D302C6A00D0F966 /* MediaPlayer */,
|
||||
133D7C862D2BE2640075467E /* Extensions */,
|
||||
133D7C8A2D2BE2640075467E /* JSLoader */,
|
||||
133D7C882D2BE2640075467E /* Modules */,
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ struct ModuleMetadata: Codable, Hashable {
|
|||
let scriptUrl: String
|
||||
let asyncJS: Bool?
|
||||
let streamAsyncJS: Bool?
|
||||
let softSub: Bool?
|
||||
|
||||
struct Author: Codable, Hashable {
|
||||
let name: String
|
||||
|
|
|
|||
Loading…
Reference in a new issue