Skip to content

Commit

Permalink
Copy resources into XCode project. +semver:patch
Browse files Browse the repository at this point in the history
  • Loading branch information
willson556 committed Jan 15, 2024
1 parent 12d8383 commit 93b50dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"start": "node --loader ts-node/esm scripts/build.ts --dev",
"build": "node --loader ts-node/esm scripts/build.ts",
"build-safari": "rm -rf dist/safari-xcode && xcrun safari-web-extension-converter --swift --force --project-location xcode --app-name \"Jira Minute7 Autocomplete\" --bundle-identifier \"com.staflsystems.jira-minute7-autocomplete\" --no-open dist/safari/"
"build-safari": "xcrun safari-web-extension-converter --copy-resources --swift --force --project-location xcode --app-name \"Jira Minute7 Autocomplete\" --bundle-identifier \"com.staflsystems.jira-minute7-autocomplete\" --no-open dist/safari/"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 93b50dd

Please sign in to comment.