Skip to content

Commit

Permalink
[Fix] #188 - 아카이브 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c committed Apr 19, 2023
1 parent b62d882 commit c18e1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public extension SettingsDictionary {

static let baseSettings: Self = [
"OTHER_LDFLAGS" : [
"-Xlinker -interposable"
"$(inherited)"
]
]

Expand Down
4 changes: 2 additions & 2 deletions SOPT-iOS/Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ let spm = SwiftPackageManagerDependencies([
.remote(url: "https://github.com/SnapKit/SnapKit.git", requirement: .upToNextMinor(from: "5.0.0")),
.remote(url: "https://github.com/Moya/Moya.git", requirement: .upToNextMajor(from: "15.0.0")),
.remote(url: "https://github.com/devxoul/Then", requirement: .upToNextMajor(from: "2")),
.remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.0.0")),
.remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.6.2")),
.remote(url: "https://github.com/FLEXTool/FLEX.git", requirement: .upToNextMajor(from: "4.3.0")),
.remote(url: "https://github.com/krzysztofzablocki/Inject.git", requirement: .upToNextMajor(from: "1.0.5")),
.remote(url: "https://github.com/Quick/Quick.git", requirement: .upToNextMajor(from: "5.0.0")),
.remote(url: "https://github.com/Quick/Nimble.git", requirement: .upToNextMajor(from: "10.0.0")),
.remote(url: "https://github.com/airbnb/lottie-ios", requirement: .upToNextMajor(from: "3.0.0"))
.remote(url: "https://github.com/airbnb/lottie-ios", requirement: .upToNextMajor(from: "4.1.3"))
], baseSettings: Settings.settings(
configurations: XCConfig.framework
))
Expand Down

0 comments on commit c18e1a2

Please sign in to comment.