Skip to content

Commit

Permalink
bump version to 1.8.9 and remove provisioning profile handling 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 d796555 commit 2a429f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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.8",
"version": "1.8.9",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 0 additions & 2 deletions src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ export const surferPackage = async () => {
join(zenMacDestDir, `${getCurrentBrandName()}.app`),
'-i',
process.env.MACOS_APPLE_DEVELOPER_ID,
'-f',
'zen.provisionprofile',
'-b',
'../build/codesign/browser.developer.entitlements.xml',
'-p',
Expand Down

0 comments on commit 2a429f3

Please sign in to comment.