File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments