Skip to content

Commit

Permalink
chore :: cicd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cyj513 committed Nov 1, 2024
1 parent 866964b commit 49f2b17
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tuist/ProjectDescriptionHelpers/Project+Module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ extension Project {

let scripts: [TargetScript] = isCI ? [] : [.swiftLint]

let ldFlagsSettings: SettingsDictionary = product == .framework ?
["OTHER_LDFLAGS": .string("$(inherited) -all_load")] :
["OTHER_LDFLAGS": .string("$(inherited)")]

let configurations: [Configuration] = isCI ?
[
.debug(name: .stage),
Expand All @@ -42,8 +38,7 @@ extension Project {
let settings: Settings = .settings(
base: env.baseSetting
.merging(.codeSign)
.merging(settings)
.merging(ldFlagsSettings),
.merging(settings),
configurations: configurations,
defaultSettings: .recommended
)
Expand Down

0 comments on commit 49f2b17

Please sign in to comment.