Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 9, 2023
1 parent fa752fb commit dd62fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@ jobs:
run: find ${{ github.workspace }}/output/ios/ -name 'devices.py' -exec sed -i '' 's/\/usr\/bin\/python/\/usr\/bin\/python3/g' {} \;

- name: fix qt
run: find ${{ github.workspace }}/output/ios/ -name 'xcodebuild.mk' -exec sed -i '' 's/GENERIC_DEVICE_DESTINATION := $(EXPORT_GENERIC_DEVICE_DESTINATION)/GENERIC_DEVICE_DESTINATION := dvtdevice-DVTiPhonePlaceholder-iphoneos/g' {} \;
run: find ${{ github.workspace }}/output/ios/ -name 'xcodebuild.mk' -exec sed -i '' 's/GENERIC_DEVICE_DESTINATION := $(EXPORT_GENERIC_DEVICE_DESTINATION)/GENERIC_DEVICE_DESTINATION := dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder/g' {} \;

- name: fix qt
run: find ${{ github.workspace }}/output/ios/ -name 'xcodebuild.mk' -exec sed -i '' 's/GENERIC_SIMULATOR_DESTINATION := "id=$(shell $(MAKEFILE_DIR)devices.py $(EXPORT_DEVICE_FILTER) | tail -n 1)"/GENERIC_SIMULATOR_DESTINATION := "id=dvtdevice-DVTiPhonePlaceholder-iphoneos"/g' {} \;
run: find ${{ github.workspace }}/output/ios/ -name 'xcodebuild.mk' -exec sed -i '' 's/GENERIC_SIMULATOR_DESTINATION := "id=$(shell $(MAKEFILE_DIR)devices.py $(EXPORT_DEVICE_FILTER) | tail -n 1)"/GENERIC_SIMULATOR_DESTINATION := "id=dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder"/g' {} \;

- name: fix qt
run: find ./ -name 'qdomyos-zwift-lib.pro' -exec sed -i '' 's/TARGET = qdomyos-zwift/TARGET = qdomyoszwift/g' {} \;
Expand Down

0 comments on commit dd62fbd

Please sign in to comment.