Skip to content

Commit

Permalink
XCConfig 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
gnksbm committed Apr 12, 2024
1 parent d0df0e7 commit f3cfaf0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/XCConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ public extension Settings {
.setUserScriptSandboxing(),
// .setClangModuleDebugging(),
configurations: [
.debug(
name: .debug,
xcconfig: .relativeToRoot("XCConfig/App_Debug.xcconfig")
),
.release(
name: .release,
xcconfig: .relativeToRoot("XCConfig/App_Release.xcconfig")
),
],
defaultSettings: .recommended
)
Expand All @@ -51,14 +43,6 @@ public extension Settings {
.setProvisioning()
.enableTestabilty(),
configurations: [
.debug(
name: .debug,
xcconfig: .relativeToRoot("XCConfig/App_Debug.xcconfig")
),
.release(
name: .release,
xcconfig: .relativeToRoot("XCConfig/App_Release.xcconfig")
),
],
defaultSettings: .recommended
)
Expand Down

0 comments on commit f3cfaf0

Please sign in to comment.