Skip to content

Commit 279ba82

Browse files
committed
copy readme into built frameworks
1 parent c30a978 commit 279ba82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build-2.2.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201201
// lipo everything
202202
lipos.forEach { $0.launch() }
203203

204-
// copy license file
204+
// copy license, readme file
205205
cp(from: "LICENSE", to: BuiltProductsDir)
206+
cp(from: "README.md", to: BuiltProductsDir)
206207

207208
// clean up build artifacts afterward
208209

build.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ let lipos: [Lipo] = Array(staticLibs.keys).map { scheme in
201201
// lipo everything
202202
lipos.forEach { $0.launch() }
203203

204-
// copy license file
204+
// copy license, readme file
205205
cp(from: "LICENSE", to: BuiltProductsDir)
206+
cp(from: "README.md", to: BuiltProductsDir)
206207

207208
// clean up build artifacts afterward
208209

0 commit comments

Comments
 (0)