Revert "Support Artifact Bundle (#1388)"

This reverts commit 2c1500761d.

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Yonas Kolb
2024-02-15 21:26:35 +11:00
parent d1110b1a72
commit 084fd01c30
7 changed files with 3 additions and 24 deletions
-1
View File
@@ -1 +0,0 @@
../../SettingPresets/
@@ -249,9 +249,6 @@ extension SettingsPresetFile {
symlink.parent() + relativePath,
] + possibleSettingsPaths
}
if let moduleResourcePath = Bundle.module.path(forResource: "SettingPresets", ofType: nil) {
possibleSettingsPaths.append(Path(moduleResourcePath) + "\(path).yml")
}
guard let settingsPath = possibleSettingsPaths.first(where: { $0.exists }) else {
switch self {