File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201
201
// lipo everything
202
202
lipos. forEach { $0. launch ( ) }
203
203
204
- // copy license file
204
+ // copy license, readme file
205
205
cp ( from: " LICENSE " , to: BuiltProductsDir)
206
+ cp ( from: " README.md " , to: BuiltProductsDir)
206
207
207
208
// clean up build artifacts afterward
208
209
Original file line number Diff line number Diff line change @@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201
201
// lipo everything
202
202
lipos. forEach { $0. launch ( ) }
203
203
204
- // copy license file
204
+ // copy license, readme file
205
205
cp ( from: " LICENSE " , to: BuiltProductsDir)
206
+ cp ( from: " README.md " , to: BuiltProductsDir)
206
207
207
208
// clean up build artifacts afterward
208
209
You can’t perform that action at this time.
0 commit comments