Skip to content

Commit 0c2911b

Browse files
committed
attempted fixes for ios builds
1 parent 96043b8 commit 0c2911b

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

Directory.Build.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Copyright>Copyright 2014-2025 SourceGear, LLC</Copyright>
55
<Company>SourceGear</Company>
66
<Authors>Eric Sink</Authors>
7-
<Version>3.0.2</Version>
8-
<AssemblyVersion>3.0.2.2801</AssemblyVersion>
9-
<FileVersion>3.0.2.2801</FileVersion>
7+
<Version>3.0.3-pre20260205160124</Version>
8+
<AssemblyVersion>3.0.3.2957</AssemblyVersion>
9+
<FileVersion>3.0.3.2957</FileVersion>
1010
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
1111
<ProviderLangVersion>10.0</ProviderLangVersion>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
@@ -26,9 +26,9 @@
2626
<tfm_net>net8.0</tfm_net>
2727
<tfm_framework>net471</tfm_framework>
2828
<tfm_windows>net8.0-windows</tfm_windows>
29-
<tfm_ios>net8.0-ios18.0</tfm_ios>
30-
<tfm_tvos>net8.0-tvos18.0</tfm_tvos>
31-
<tfm_maccatalyst>net8.0-maccatalyst18.0</tfm_maccatalyst>
29+
<tfm_ios>net10.0-ios26.0</tfm_ios>
30+
<tfm_tvos>net10.0-tvos26.0</tfm_tvos>
31+
<tfm_maccatalyst>net10.0-maccatalyst26.0</tfm_maccatalyst>
3232
<!--The NoNFloatUsing below is a workaround for xamarin/xamarin-macios/#14434-->
3333
<NoNFloatUsing>true</NoNFloatUsing>
3434
</PropertyGroup>

global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

version_stamp/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ private static void gen_directory_build_props(string root, string nupkgs_dir_nam
112112
f.WriteElementString("tfm_net", "net8.0");
113113
f.WriteElementString("tfm_framework", "net471");
114114
f.WriteElementString("tfm_windows", "net8.0-windows");
115-
f.WriteElementString("tfm_ios", "net9.0-ios18.2");
116-
f.WriteElementString("tfm_tvos", "net9.0-tvos18.0");
117-
f.WriteElementString("tfm_maccatalyst", "net9.0-maccatalyst18.2");
115+
f.WriteElementString("tfm_ios", "net10.0-ios26.0");
116+
f.WriteElementString("tfm_tvos", "net10.0-tvos26.0");
117+
f.WriteElementString("tfm_maccatalyst", "net10.0-maccatalyst26.0");
118118

119119
f.WriteComment("The NoNFloatUsing below is a workaround for xamarin/xamarin-macios/#14434");
120120
f.WriteElementString("NoNFloatUsing", "true");

0 commit comments

Comments
 (0)