Skip to content

Commit

Permalink
bump version to 1.8.7 and add support for provisioning profile in pac…
Browse files Browse the repository at this point in the history
…kage command
  • Loading branch information
mauro-balades committed Jan 7, 2025
1 parent ba777e4 commit 88db993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.8.6",
"version": "1.8.7",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export const surferPackage = async () => {
'-i',
process.env.MACOS_APPLE_DEVELOPER_ID,
'-b',
'-f',
'zen.provisionprofile',
'../build/codesign/browser.developer.entitlements.xml',
'-p',
'../build/codesign/plugin-container.developer.entitlements.xml',
Expand Down

0 comments on commit 88db993

Please sign in to comment.