We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fed6c commit 045e3ffCopy full SHA for 045e3ff
Sources/RanasaCore/Actions/RanasaCore.swift
@@ -128,6 +128,11 @@ public extension RanasaCore {
128
],
129
output: storePath.addingTreePath(.fat_simulator).addingComponent(libraryName),
130
log?.indented())
131
+ } else {
132
+ try copyItem(
133
+ current: thinBinary,
134
+ destination: storePath.addingTreePath(.fat_simulator).addingComponent(libraryName),
135
+ log?.indented())
136
}
137
138
0 commit comments