Skip to content

Commit 6baf0f5

Browse files
committed
fix(zip): use public headers with swift package
1 parent 7752667 commit 6baf0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/zip/nativescript.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export default {
66
{
77
name: 'ZipArchive',
88
libs: ['ZipArchive'],
9-
repositoryURL: 'https://github.com/ZipArchive/ZipArchive',
10-
version: '2.6.0',
9+
repositoryURL: 'https://github.com/NathanWalker/ZipArchive',
10+
version: '3.0.0',
1111
},
1212
],
1313
},

0 commit comments

Comments
 (0)