Skip to content

Commit

Permalink
removed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 25, 2024
1 parent 0dfecac commit ee8ac79
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 164 deletions.
5 changes: 1 addition & 4 deletions Sources/ReleaseTools/Commands/BootstrapCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct BootstrapCommand: ParsableCommand {

static var configuration = CommandConfiguration(
commandName: "bootstrap",
abstract: "Copy xcconfig and script files into the current project."
abstract: "Copy script files into the current project."
)

@OptionGroup() var options: CommonOptions
Expand All @@ -37,9 +37,6 @@ struct BootstrapCommand: ParsableCommand {
command: Self.configuration
)

// parsed.log("Copying .xcconfig files to \(Self.localConfigFolder).")
// try Resources.configsPath.merge(into: Self.localConfigFolder)

parsed.log("Copying scripts to \(Self.localScriptsFolder).")
try Resources.scriptsPath.merge(into: Self.localScriptsFolder)

Expand Down
13 changes: 0 additions & 13 deletions Sources/Resources/Configs/RTBaseline.xcconfig

This file was deleted.

10 changes: 0 additions & 10 deletions Sources/Resources/Configs/RTCatalyst.xcconfig

This file was deleted.

80 changes: 0 additions & 80 deletions Sources/Resources/Configs/RTCommon.xcconfig

This file was deleted.

12 changes: 0 additions & 12 deletions Sources/Resources/Configs/RTMac.xcconfig

This file was deleted.

12 changes: 0 additions & 12 deletions Sources/Resources/Configs/RTMobile.xcconfig

This file was deleted.

13 changes: 0 additions & 13 deletions Sources/Resources/Configs/RTTV.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions Sources/Resources/Configs/RTTests.xcconfig

This file was deleted.

4 changes: 0 additions & 4 deletions Sources/Resources/Resources.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import Files
import Foundation

public struct Resources {
public static var configsPath: Folder {
return ThrowingManager.folder(for: Bundle.module.url(forResource: "Configs", withExtension: nil)!)
}

public static var scriptsPath: Folder {
return ThrowingManager.folder(for: Bundle.module.url(forResource: "Scripts", withExtension: nil)!)
}
Expand Down

0 comments on commit ee8ac79

Please sign in to comment.