Skip to content

Commit 69c3449

Browse files
committed
Change bundle id in safari build to prevent old permission and duplicate script injection
1 parent 16733d1 commit 69c3449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-rel-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip3 install setuptools
3232
yarn install --immutable
3333
- name: Build webextension
34-
run: yarn run wp-build --env BROWSER=safari
34+
run: yarn run wp-build --env BROWSER=safari --mode=production
3535
- name: Read manifest
3636
id: manifest
3737
uses: zoexx/github-action-json-file-properties@release
@@ -40,7 +40,7 @@ jobs:
4040
- name: Convert to safari ext
4141
working-directory: ./dist
4242
run: |
43-
xcrun safari-web-extension-converter . --ios-only --force --no-prompt --no-open --bundle-identifier me.octonezd.oldlander
43+
xcrun safari-web-extension-converter . --ios-only --force --no-prompt --no-open --bundle-identifier me.octonezd.addon.oldlander
4444
export OL_VERSION=${{steps.manifest.outputs.version}}
4545
cat ../dev/ios/index.html | envsubst > OldLander/OldLander/Base.lproj/Main.html
4646
sed -i '' 's/MARKETING_VERSION = 1.0;/MARKETING_VERSION = ${{steps.manifest.outputs.version}};/g' OldLander/OldLander.xcodeproj/project.pbxproj

0 commit comments

Comments
 (0)