Skip to content

Commit cf7b3ca

Browse files
committed
add demo projects (used in 'pod try')
1 parent 672aaea commit cf7b3ca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

build.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ lipos.forEach { $0.launch() }
207207
cp(from: "LICENSE", to: BuiltProductsDir)
208208
cp(from: "README.md", to: BuiltProductsDir)
209209

210+
// copy sample projects
211+
cp(from: "samples", to: BuiltProductsDir)
212+
210213
// clean up build artifacts afterward
211214

212215
/// Moves files to trash
350 KB
Binary file not shown.
350 KB
Binary file not shown.

0 commit comments

Comments
 (0)