fixed workspace

This commit is contained in:
cranci1 2025-01-06 11:08:10 +01:00
parent 0a14a550b9
commit 253383516d
41 changed files with 163 additions and 180 deletions

View file

@ -25,5 +25,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Sora-IPA
path: build/Sora-JS.ipa
path: build/Sora.ipa
compression-level: 0

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

View file

@ -7,200 +7,198 @@
objects = {
/* Begin PBXBuildFile section */
1329D5C72D298198008AEDA2 /* Sora_JSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1329D5C62D298198008AEDA2 /* Sora_JSApp.swift */; };
1329D5C92D298198008AEDA2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1329D5C82D298198008AEDA2 /* ContentView.swift */; };
1329D5CB2D298199008AEDA2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1329D5CA2D298199008AEDA2 /* Assets.xcassets */; };
1329D5CE2D298199008AEDA2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1329D5CD2D298199008AEDA2 /* Preview Assets.xcassets */; };
133D7C1B2D2ADC430075467E /* URLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C1A2D2ADC430075467E /* URLSession.swift */; };
133D7C1E2D2ADF110075467E /* MediaInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C1D2D2ADF110075467E /* MediaInfoView.swift */; };
13AEE6192D2A75110096D953 /* Modules.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE6182D2A75110096D953 /* Modules.swift */; };
13AEE61B2D2A78050096D953 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE61A2D2A78050096D953 /* SettingsView.swift */; };
13AEE61D2D2A78160096D953 /* JSController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE61C2D2A78160096D953 /* JSController.swift */; };
13AEE6232D2AAF160096D953 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 13AEE6222D2AAF160096D953 /* Kingfisher */; };
13AEE6252D2AB1730096D953 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE6242D2AB1730096D953 /* HomeView.swift */; };
13AEE6272D2AB1990096D953 /* LibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE6262D2AB1990096D953 /* LibraryView.swift */; };
13AEE6292D2AB2070096D953 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE6282D2AB2070096D953 /* SearchView.swift */; };
13AEE62D2D2ABCD30096D953 /* SettingsViewModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE62C2D2ABCD30096D953 /* SettingsViewModule.swift */; };
133D7C6E2D2BE2500075467E /* SoraApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C6D2D2BE2500075467E /* SoraApp.swift */; };
133D7C702D2BE2500075467E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C6F2D2BE2500075467E /* ContentView.swift */; };
133D7C722D2BE2520075467E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 133D7C712D2BE2520075467E /* Assets.xcassets */; };
133D7C752D2BE2520075467E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 133D7C742D2BE2520075467E /* Preview Assets.xcassets */; };
133D7C8C2D2BE2640075467E /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C7C2D2BE2630075467E /* SearchView.swift */; };
133D7C8D2D2BE2640075467E /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C7D2D2BE2630075467E /* HomeView.swift */; };
133D7C8E2D2BE2640075467E /* LibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C7E2D2BE2630075467E /* LibraryView.swift */; };
133D7C8F2D2BE2640075467E /* MediaInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C802D2BE2630075467E /* MediaInfoView.swift */; };
133D7C902D2BE2640075467E /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C822D2BE2630075467E /* SettingsView.swift */; };
133D7C912D2BE2640075467E /* SettingsViewModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C842D2BE2630075467E /* SettingsViewModule.swift */; };
133D7C922D2BE2640075467E /* URLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C872D2BE2640075467E /* URLSession.swift */; };
133D7C932D2BE2640075467E /* Modules.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C892D2BE2640075467E /* Modules.swift */; };
133D7C942D2BE2640075467E /* JSController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133D7C8B2D2BE2640075467E /* JSController.swift */; };
133D7C972D2BE2AF0075467E /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 133D7C962D2BE2AF0075467E /* Kingfisher */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1329D5C32D298198008AEDA2 /* Sora-JS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Sora-JS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1329D5C62D298198008AEDA2 /* Sora_JSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sora_JSApp.swift; sourceTree = "<group>"; };
1329D5C82D298198008AEDA2 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
1329D5CA2D298199008AEDA2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1329D5CD2D298199008AEDA2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
1329D5DA2D29821B008AEDA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
133D7C1A2D2ADC430075467E /* URLSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSession.swift; sourceTree = "<group>"; };
133D7C1D2D2ADF110075467E /* MediaInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaInfoView.swift; sourceTree = "<group>"; };
13AEE6182D2A75110096D953 /* Modules.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Modules.swift; sourceTree = "<group>"; };
13AEE61A2D2A78050096D953 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
13AEE61C2D2A78160096D953 /* JSController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSController.swift; sourceTree = "<group>"; };
13AEE6242D2AB1730096D953 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
13AEE6262D2AB1990096D953 /* LibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryView.swift; sourceTree = "<group>"; };
13AEE6282D2AB2070096D953 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
13AEE62C2D2ABCD30096D953 /* SettingsViewModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewModule.swift; sourceTree = "<group>"; };
133D7C6A2D2BE2500075467E /* Sora.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sora.app; sourceTree = BUILT_PRODUCTS_DIR; };
133D7C6D2D2BE2500075467E /* SoraApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoraApp.swift; sourceTree = "<group>"; };
133D7C6F2D2BE2500075467E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
133D7C712D2BE2520075467E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
133D7C742D2BE2520075467E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
133D7C7C2D2BE2630075467E /* SearchView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
133D7C7D2D2BE2630075467E /* HomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
133D7C7E2D2BE2630075467E /* LibraryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LibraryView.swift; sourceTree = "<group>"; };
133D7C802D2BE2630075467E /* MediaInfoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaInfoView.swift; sourceTree = "<group>"; };
133D7C822D2BE2630075467E /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
133D7C842D2BE2630075467E /* SettingsViewModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewModule.swift; sourceTree = "<group>"; };
133D7C872D2BE2640075467E /* URLSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLSession.swift; sourceTree = "<group>"; };
133D7C892D2BE2640075467E /* Modules.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Modules.swift; sourceTree = "<group>"; };
133D7C8B2D2BE2640075467E /* JSController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
1329D5C02D298198008AEDA2 /* Frameworks */ = {
133D7C672D2BE2500075467E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
13AEE6232D2AAF160096D953 /* Kingfisher in Frameworks */,
133D7C972D2BE2AF0075467E /* Kingfisher in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1329D5BA2D298198008AEDA2 = {
133D7C612D2BE2500075467E = {
isa = PBXGroup;
children = (
1329D5C52D298198008AEDA2 /* Sora-JS */,
1329D5C42D298198008AEDA2 /* Products */,
133D7C6C2D2BE2500075467E /* Sora */,
133D7C6B2D2BE2500075467E /* Products */,
);
sourceTree = "<group>";
};
1329D5C42D298198008AEDA2 /* Products */ = {
133D7C6B2D2BE2500075467E /* Products */ = {
isa = PBXGroup;
children = (
1329D5C32D298198008AEDA2 /* Sora-JS.app */,
133D7C6A2D2BE2500075467E /* Sora.app */,
);
name = Products;
sourceTree = "<group>";
};
1329D5C52D298198008AEDA2 /* Sora-JS */ = {
133D7C6C2D2BE2500075467E /* Sora */ = {
isa = PBXGroup;
children = (
133D7C182D2ADC300075467E /* Utils */,
13AEE61E2D2AAD1E0096D953 /* Views */,
1329D5DA2D29821B008AEDA2 /* Info.plist */,
1329D5C62D298198008AEDA2 /* Sora_JSApp.swift */,
1329D5C82D298198008AEDA2 /* ContentView.swift */,
1329D5CA2D298199008AEDA2 /* Assets.xcassets */,
1329D5CC2D298199008AEDA2 /* Preview Content */,
133D7C852D2BE2640075467E /* Utils */,
133D7C7B2D2BE2630075467E /* Views */,
133D7C6D2D2BE2500075467E /* SoraApp.swift */,
133D7C6F2D2BE2500075467E /* ContentView.swift */,
133D7C712D2BE2520075467E /* Assets.xcassets */,
133D7C732D2BE2520075467E /* Preview Content */,
);
path = "Sora-JS";
path = Sora;
sourceTree = "<group>";
};
1329D5CC2D298199008AEDA2 /* Preview Content */ = {
133D7C732D2BE2520075467E /* Preview Content */ = {
isa = PBXGroup;
children = (
1329D5CD2D298199008AEDA2 /* Preview Assets.xcassets */,
133D7C742D2BE2520075467E /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
133D7C182D2ADC300075467E /* Utils */ = {
133D7C7B2D2BE2630075467E /* Views */ = {
isa = PBXGroup;
children = (
133D7C192D2ADC370075467E /* Extensions */,
13AEE6202D2AAD390096D953 /* Modules */,
13AEE61F2D2AAD2D0096D953 /* Loaders */,
);
path = Utils;
sourceTree = "<group>";
};
133D7C192D2ADC370075467E /* Extensions */ = {
isa = PBXGroup;
children = (
133D7C1A2D2ADC430075467E /* URLSession.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
133D7C1C2D2ADF060075467E /* MediaInfoView */ = {
isa = PBXGroup;
children = (
133D7C1D2D2ADF110075467E /* MediaInfoView.swift */,
);
path = MediaInfoView;
sourceTree = "<group>";
};
13AEE61E2D2AAD1E0096D953 /* Views */ = {
isa = PBXGroup;
children = (
133D7C1C2D2ADF060075467E /* MediaInfoView */,
13AEE62A2D2ABCB40096D953 /* SettingsView */,
13AEE6242D2AB1730096D953 /* HomeView.swift */,
13AEE6262D2AB1990096D953 /* LibraryView.swift */,
13AEE6282D2AB2070096D953 /* SearchView.swift */,
133D7C812D2BE2630075467E /* SettingsView */,
133D7C7F2D2BE2630075467E /* MediaInfoView */,
133D7C7C2D2BE2630075467E /* SearchView.swift */,
133D7C7D2D2BE2630075467E /* HomeView.swift */,
133D7C7E2D2BE2630075467E /* LibraryView.swift */,
);
path = Views;
sourceTree = "<group>";
};
13AEE61F2D2AAD2D0096D953 /* Loaders */ = {
133D7C7F2D2BE2630075467E /* MediaInfoView */ = {
isa = PBXGroup;
children = (
13AEE61C2D2A78160096D953 /* JSController.swift */,
133D7C802D2BE2630075467E /* MediaInfoView.swift */,
);
path = Loaders;
path = MediaInfoView;
sourceTree = "<group>";
};
13AEE6202D2AAD390096D953 /* Modules */ = {
133D7C812D2BE2630075467E /* SettingsView */ = {
isa = PBXGroup;
children = (
13AEE6182D2A75110096D953 /* Modules.swift */,
);
path = Modules;
sourceTree = "<group>";
};
13AEE62A2D2ABCB40096D953 /* SettingsView */ = {
isa = PBXGroup;
children = (
13AEE62B2D2ABCC10096D953 /* SubViews */,
13AEE61A2D2A78050096D953 /* SettingsView.swift */,
133D7C822D2BE2630075467E /* SettingsView.swift */,
133D7C832D2BE2630075467E /* SubViews */,
);
path = SettingsView;
sourceTree = "<group>";
};
13AEE62B2D2ABCC10096D953 /* SubViews */ = {
133D7C832D2BE2630075467E /* SubViews */ = {
isa = PBXGroup;
children = (
13AEE62C2D2ABCD30096D953 /* SettingsViewModule.swift */,
133D7C842D2BE2630075467E /* SettingsViewModule.swift */,
);
path = SubViews;
sourceTree = "<group>";
};
133D7C852D2BE2640075467E /* Utils */ = {
isa = PBXGroup;
children = (
133D7C862D2BE2640075467E /* Extensions */,
133D7C882D2BE2640075467E /* Modules */,
133D7C8A2D2BE2640075467E /* Loaders */,
);
path = Utils;
sourceTree = "<group>";
};
133D7C862D2BE2640075467E /* Extensions */ = {
isa = PBXGroup;
children = (
133D7C872D2BE2640075467E /* URLSession.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
133D7C882D2BE2640075467E /* Modules */ = {
isa = PBXGroup;
children = (
133D7C892D2BE2640075467E /* Modules.swift */,
);
path = Modules;
sourceTree = "<group>";
};
133D7C8A2D2BE2640075467E /* Loaders */ = {
isa = PBXGroup;
children = (
133D7C8B2D2BE2640075467E /* JSController.swift */,
);
path = Loaders;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
1329D5C22D298198008AEDA2 /* Sora-JS */ = {
133D7C692D2BE2500075467E /* Sora */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1329D5D12D298199008AEDA2 /* Build configuration list for PBXNativeTarget "Sora-JS" */;
buildConfigurationList = 133D7C782D2BE2520075467E /* Build configuration list for PBXNativeTarget "Sora" */;
buildPhases = (
1329D5BF2D298198008AEDA2 /* Sources */,
1329D5C02D298198008AEDA2 /* Frameworks */,
1329D5C12D298198008AEDA2 /* Resources */,
133D7C662D2BE2500075467E /* Sources */,
133D7C672D2BE2500075467E /* Frameworks */,
133D7C682D2BE2500075467E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Sora-JS";
name = Sora;
packageProductDependencies = (
13AEE6222D2AAF160096D953 /* Kingfisher */,
133D7C962D2BE2AF0075467E /* Kingfisher */,
);
productName = "Sora-JS";
productReference = 1329D5C32D298198008AEDA2 /* Sora-JS.app */;
productName = Sora;
productReference = 133D7C6A2D2BE2500075467E /* Sora.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
1329D5BB2D298198008AEDA2 /* Project object */ = {
133D7C622D2BE2500075467E /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1320;
LastUpgradeCheck = 1320;
TargetAttributes = {
1329D5C22D298198008AEDA2 = {
133D7C692D2BE2500075467E = {
CreatedOnToolsVersion = 13.2.1;
};
};
};
buildConfigurationList = 1329D5BE2D298198008AEDA2 /* Build configuration list for PBXProject "Sora-JS" */;
buildConfigurationList = 133D7C652D2BE2500075467E /* Build configuration list for PBXProject "Sora" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
@ -208,54 +206,54 @@
en,
Base,
);
mainGroup = 1329D5BA2D298198008AEDA2;
mainGroup = 133D7C612D2BE2500075467E;
packageReferences = (
13AEE6212D2AAF160096D953 /* XCRemoteSwiftPackageReference "Kingfisher" */,
133D7C952D2BE2AF0075467E /* XCRemoteSwiftPackageReference "Kingfisher" */,
);
productRefGroup = 1329D5C42D298198008AEDA2 /* Products */;
productRefGroup = 133D7C6B2D2BE2500075467E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
1329D5C22D298198008AEDA2 /* Sora-JS */,
133D7C692D2BE2500075467E /* Sora */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
1329D5C12D298198008AEDA2 /* Resources */ = {
133D7C682D2BE2500075467E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1329D5CE2D298199008AEDA2 /* Preview Assets.xcassets in Resources */,
1329D5CB2D298199008AEDA2 /* Assets.xcassets in Resources */,
133D7C752D2BE2520075467E /* Preview Assets.xcassets in Resources */,
133D7C722D2BE2520075467E /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
1329D5BF2D298198008AEDA2 /* Sources */ = {
133D7C662D2BE2500075467E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
13AEE6272D2AB1990096D953 /* LibraryView.swift in Sources */,
1329D5C92D298198008AEDA2 /* ContentView.swift in Sources */,
133D7C1B2D2ADC430075467E /* URLSession.swift in Sources */,
13AEE62D2D2ABCD30096D953 /* SettingsViewModule.swift in Sources */,
13AEE61D2D2A78160096D953 /* JSController.swift in Sources */,
13AEE6192D2A75110096D953 /* Modules.swift in Sources */,
13AEE6292D2AB2070096D953 /* SearchView.swift in Sources */,
13AEE6252D2AB1730096D953 /* HomeView.swift in Sources */,
13AEE61B2D2A78050096D953 /* SettingsView.swift in Sources */,
1329D5C72D298198008AEDA2 /* Sora_JSApp.swift in Sources */,
133D7C1E2D2ADF110075467E /* MediaInfoView.swift in Sources */,
133D7C902D2BE2640075467E /* SettingsView.swift in Sources */,
133D7C932D2BE2640075467E /* Modules.swift in Sources */,
133D7C702D2BE2500075467E /* ContentView.swift in Sources */,
133D7C8F2D2BE2640075467E /* MediaInfoView.swift in Sources */,
133D7C8D2D2BE2640075467E /* HomeView.swift in Sources */,
133D7C8C2D2BE2640075467E /* SearchView.swift in Sources */,
133D7C942D2BE2640075467E /* JSController.swift in Sources */,
133D7C922D2BE2640075467E /* URLSession.swift in Sources */,
133D7C912D2BE2640075467E /* SettingsViewModule.swift in Sources */,
133D7C8E2D2BE2640075467E /* LibraryView.swift in Sources */,
133D7C6E2D2BE2500075467E /* SoraApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1329D5CF2D298199008AEDA2 /* Debug */ = {
133D7C762D2BE2520075467E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -316,7 +314,7 @@
};
name = Debug;
};
1329D5D02D298199008AEDA2 /* Release */ = {
133D7C772D2BE2520075467E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@ -371,19 +369,17 @@
};
name = Release;
};
1329D5D22D298199008AEDA2 /* Debug */ = {
133D7C792D2BE2520075467E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Sora-JS/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"Sora/Preview Content\"";
DEVELOPMENT_TEAM = 399LMK6Q2Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Sora-JS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Sora;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@ -395,7 +391,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "me.cranci.Sora-JS";
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.Sora;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
@ -403,19 +399,17 @@
};
name = Debug;
};
1329D5D32D298199008AEDA2 /* Release */ = {
133D7C7A2D2BE2520075467E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Sora-JS/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"Sora/Preview Content\"";
DEVELOPMENT_TEAM = 399LMK6Q2Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Sora-JS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Sora;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@ -427,7 +421,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "me.cranci.Sora-JS";
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.Sora;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
@ -438,20 +432,20 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1329D5BE2D298198008AEDA2 /* Build configuration list for PBXProject "Sora-JS" */ = {
133D7C652D2BE2500075467E /* Build configuration list for PBXProject "Sora" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1329D5CF2D298199008AEDA2 /* Debug */,
1329D5D02D298199008AEDA2 /* Release */,
133D7C762D2BE2520075467E /* Debug */,
133D7C772D2BE2520075467E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1329D5D12D298199008AEDA2 /* Build configuration list for PBXNativeTarget "Sora-JS" */ = {
133D7C782D2BE2520075467E /* Build configuration list for PBXNativeTarget "Sora" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1329D5D22D298199008AEDA2 /* Debug */,
1329D5D32D298199008AEDA2 /* Release */,
133D7C792D2BE2520075467E /* Debug */,
133D7C7A2D2BE2520075467E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@ -459,7 +453,7 @@
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
13AEE6212D2AAF160096D953 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
133D7C952D2BE2AF0075467E /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
requirement = {
@ -470,12 +464,12 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
13AEE6222D2AAF160096D953 /* Kingfisher */ = {
133D7C962D2BE2AF0075467E /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 13AEE6212D2AAF160096D953 /* XCRemoteSwiftPackageReference "Kingfisher" */;
package = 133D7C952D2BE2AF0075467E /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 1329D5BB2D298198008AEDA2 /* Project object */;
rootObject = 133D7C622D2BE2500075467E /* Project object */;
}

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 384 B

View file

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 565 B

View file

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

View file

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

View file

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,8 +1,8 @@
//
// ContentView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 04/01/25.
// Created by Francesco on 06/01/25.
//
import SwiftUI

View file

@ -1,14 +1,14 @@
//
// Sora_JSApp.swift
// Sora-JS
// SoraApp.swift
// Sora
//
// Created by Francesco on 04/01/25.
// Created by Francesco on 06/01/25.
//
import SwiftUI
@main
struct Sora_JSApp: App {
struct SoraApp: App {
@StateObject private var settings = Settings()
@StateObject private var moduleManager = ModuleManager()

View file

@ -1,6 +1,6 @@
//
// JSController.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// Modules.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// HomeView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// LibraryView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// MediaInfoView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//
@ -50,4 +50,4 @@ struct MediaInfoView: View {
.navigationTitle("Media Info")
.navigationBarTitleDisplayMode(.inline)
}
}
}

View file

@ -1,6 +1,6 @@
//
// SearchView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// SettingsView.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

View file

@ -1,6 +1,6 @@
//
// SettingsViewModule.swift
// Sora-JS
// Sora
//
// Created by Francesco on 05/01/25.
//

BIN
assets/Sora_banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
assets/banner2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

View file

@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")"
WORKING_LOCATION="$(pwd)"
APPLICATION_NAME=Sora-JS
APPLICATION_NAME=Sora
if [ ! -d "build" ]; then
mkdir build
@ -35,8 +35,8 @@ fi
mkdir Payload
cp -r Sora-JS.app Payload/Sora-JS.app
strip Payload/Sora-JS.app/Sora-JS
zip -vr Sora-JS.ipa Payload
rm -rf Sora-JS.app
cp -r Sora.app Payload/Sora.app
strip Payload/Sora.app/Sora
zip -vr Sora.ipa Payload
rm -rf Sora.app
rm -rf Payload