Skip to content

Commit 0b24afb

Browse files
committed
Make sure we delete any existing framework file before extracting the new one.
1 parent 244d84e commit 0b24afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"author": "Gerson Alexander Pardo Gamez <[email protected]>",
1818
"scripts": {
19-
"postinstall": "cd ios && extract-zip Openpgp.framework.zip",
19+
"postinstall": "cd ios && rm -rf Openpgp.framework && extract-zip Openpgp.framework.zip",
2020
"prepare": "npm run build",
2121
"build": "tsc",
2222
"watch": "tsc --watch",

0 commit comments

Comments
 (0)