Remove macOS debugging workflow and update distribution ID in configuration

This commit is contained in:
mr. M
2024-12-30 23:51:47 +01:00
parent 23a1bc2595
commit 41f94f2be5
3 changed files with 10 additions and 25 deletions

View File

@@ -1,20 +0,0 @@
name: Dbg macos
on:
workflow_dispatch:
jobs:
mac-build:
runs-on: macos-14
steps:
- name: Dbgh
run: |
echo ${{ secrets.macOS_AppleDeveloperIdTeamId }} >> test.txt
echo ${{ secrets.macOS_AppleAccountId }} >> test.txt
cat test.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2

View File

@@ -1,8 +1,8 @@
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index 06281a55f43ddff4f4d4a09ba05e9a830a221415..269728dccdd8a286b563a5d20da5280b7b3b1639 100644
index 9c3bb513537f1efc44788fc3efb9f7561eca9c0e..dcada8742c5ea147d2378357c86c9a8b7dc639db 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -81,6 +81,9 @@ option(
@@ -81,10 +81,13 @@ option(
)
set_config("MOZ_INCLUDE_SOURCE_INFO", True, when="MOZ_INCLUDE_SOURCE_INFO")
@@ -12,7 +12,12 @@ index 06281a55f43ddff4f4d4a09ba05e9a830a221415..269728dccdd8a286b563a5d20da5280b
option(
"--with-distribution-id",
nargs=1,
@@ -886,9 +889,9 @@ set_define("MOZ_AV1", av1)
- default="org.mozilla",
+ default="app.zen-browser",
help="Set distribution-specific id",
)
set_config("MOZ_DISTRIBUTION_ID", depends("--with-distribution-id")(lambda v: v[0]))
@@ -869,9 +872,9 @@ set_define("MOZ_AV1", av1)
option("--disable-jxl", help="Disable jxl image support")
@@ -25,7 +30,7 @@ index 06281a55f43ddff4f4d4a09ba05e9a830a221415..269728dccdd8a286b563a5d20da5280b
return True
@@ -2036,7 +2039,7 @@ set_define("A11Y_LOG", True, when=a11y_log)
@@ -2012,7 +2015,7 @@ set_define("A11Y_LOG", True, when=a11y_log)
# ==============================================================
@depends(milestone)
def require_signing(milestone):

View File

@@ -1,7 +1,7 @@
{
"name": "Zen Browser",
"vendor": "Zen OSS Team",
"appId": "app.zen-browser.zen",
"appId": "zen",
"binaryName": "zen",
"version": {
"product": "firefox",