Skip to content

Commit 045e3ff

Browse files
author
arayama-kyo
committed
fix single
1 parent 81fed6c commit 045e3ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/RanasaCore/Actions/RanasaCore.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ public extension RanasaCore {
128128
],
129129
output: storePath.addingTreePath(.fat_simulator).addingComponent(libraryName),
130130
log?.indented())
131+
} else {
132+
try copyItem(
133+
current: thinBinary,
134+
destination: storePath.addingTreePath(.fat_simulator).addingComponent(libraryName),
135+
log?.indented())
131136
}
132137
}
133138
}

0 commit comments

Comments
 (0)