File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 if : ${{ matrix.make_target == 'ios' }}
4040 run : yarn run wp-build --env BROWSER=safari --mode=production
4141 - name : Read manifest
42- id : manifest
42+ id : manifest_ios
4343 uses : zoexx/github-action-json-file-properties@release
4444 if : ${{ matrix.make_target == 'ios' }}
4545 with :
4949 working-directory : ./dist
5050 run : |
5151 xcrun safari-web-extension-converter . --ios-only --force --no-prompt --no-open --bundle-identifier me.octonezd.addon.oldlander
52- export OL_VERSION=${{steps.manifest .outputs.version}}
52+ export OL_VERSION=${{steps.manifest_ios .outputs.version}}
5353 cat ../dev/ios/index.html | envsubst > OldLander/OldLander/Base.lproj/Main.html
54- sed -i '' 's/MARKETING_VERSION = 1.0;/MARKETING_VERSION = ${{steps.manifest .outputs.version}};/g' OldLander/OldLander.xcodeproj/project.pbxproj
54+ sed -i '' 's/MARKETING_VERSION = 1.0;/MARKETING_VERSION = ${{steps.manifest_ios .outputs.version}};/g' OldLander/OldLander.xcodeproj/project.pbxproj
5555 cp ../dev/ios/ViewController.swift OldLander/OldLander/
5656 - name : Build ipa
5757 working-directory : ./dist/OldLander
You can’t perform that action at this time.
0 commit comments