Skip to content

Commit

Permalink
Use Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Feb 9, 2024
1 parent 035b3af commit 20832af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Set XCode Version
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_14.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_14.2.app" >> $GITHUB_ENV
sudo xcode-select -s "/Applications/Xcode_15.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.2.app" >> $GITHUB_ENV
if: ${{ matrix.os == 'macos-latest' }}

- name: Install .NET 8 SDK
Expand Down
5 changes: 0 additions & 5 deletions MauiCSharpInteropWebView/MauiCSharpInteropWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<MtouchLink>None</MtouchLink>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 20832af

Please sign in to comment.