mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Revert "Support Artifact Bundle (#1388)"
This reverts commit 2c1500761d.
# Conflicts:
# CHANGELOG.md
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user