Skip to content

Commit

Permalink
[Setting] XCConfig 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gnksbm committed Apr 12, 2024
1 parent ae96da7 commit 5660beb
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ public extension Settings {
configurations: [
.debug(
name: .debug,
xcconfig: .relativeToRoot("XCConfig/Debug.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Debug.xcconfig")
),
.release(
name: .release,
xcconfig: .relativeToRoot("XCConfig/Release.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Release.xcconfig")
),
],
defaultSettings: .recommended
Expand All @@ -33,11 +33,11 @@ public extension Settings {
configurations: [
.debug(
name: .debug,
xcconfig: .relativeToRoot("XCConfig/Debug.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Debug.xcconfig")
),
.release(
name: .release,
xcconfig: .relativeToRoot("XCConfig/Release.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Release.xcconfig")
),
],
defaultSettings: .recommended
Expand All @@ -52,11 +52,11 @@ public extension Settings {
configurations: [
.debug(
name: .debug,
xcconfig: .relativeToRoot("XCConfig/Debug.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Debug.xcconfig")
),
.release(
name: .release,
xcconfig: .relativeToRoot("XCConfig/Release.xcconfig")
xcconfig: .relativeToRoot("XCConfig/App_Release.xcconfig")
),
],
defaultSettings: .recommended
Expand Down

0 comments on commit 5660beb

Please sign in to comment.