Skip to content

Commit 7877784

Browse files
committed
Clearing mac catalyst support from demo.
1 parent 28d6b9b commit 7877784

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

PowerSync/PowerSync.Common/PowerSync.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
3232
</ItemGroup>
3333

34-
<!-- Check allows us to skip for all MAUI targets-->
34+
<!-- Check allows us to skip for all MAUI targets-->
3535
<!-- For monorepo-->
3636
<ItemGroup Condition="!$(TargetFramework.Contains('-'))">
3737
<Content Include="runtimes\**\*.*">

demos/TodoSQLite/TodoSQLite.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55

66
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
77

8-
<!-- Note for MacCatalyst:
9-
The default runtime is maccatalyst-x64, except in Release config, in which case the default is maccatalyst-x64;maccatalyst-arm64.
10-
When specifying both architectures, use the plural <RuntimeIdentifiers> instead of the singular <RuntimeIdentifier>.
11-
The Mac App Store will NOT accept apps with ONLY maccatalyst-arm64 indicated;
12-
either BOTH runtimes must be indicated or ONLY macatalyst-x64. -->
13-
<!-- For example: <RuntimeIdentifiers>maccatalyst-x64;maccatalyst-arm64</RuntimeIdentifiers> -->
14-
158
<OutputType>Exe</OutputType>
169
<RootNamespace>TodoSQLite</RootNamespace>
1710
<UseMaui>true</UseMaui>
@@ -29,7 +22,6 @@
2922
<ApplicationVersion>1</ApplicationVersion>
3023

3124
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
32-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
3325
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
3426
</PropertyGroup>
3527
<ItemGroup>

0 commit comments

Comments
 (0)