Skip to content

Commit

Permalink
Merge pull request #586 from DimensionDev/feature/guest_enhance
Browse files Browse the repository at this point in the history
add custom host support for guest mode
  • Loading branch information
Tlaster authored Dec 5, 2024
2 parents 6e508b1 + 831fc84 commit 1833730
Show file tree
Hide file tree
Showing 35 changed files with 739 additions and 968 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# - name: Select Xcode 15.1
# run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: Set Default Scheme
working-directory: ./iosApp
run: |
Expand All @@ -49,4 +47,4 @@ jobs:
if [ $scheme = default ]; then scheme=$(cat default); fi
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=iPhone 16"

This file was deleted.

Loading

0 comments on commit 1833730

Please sign in to comment.