Skip to content

Commit a914fc8

Browse files
committed
Attempt to fix build
1 parent 299c71b commit a914fc8

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

templates/minimal/src/InterstellarApp.macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleVersion</key>
1212
<string>1</string>
1313
<key>LSMinimumSystemVersion</key>
14-
<string>10.12</string>
14+
<string>10.14</string>
1515
<key>CFBundleDevelopmentRegion</key>
1616
<string>en</string>
1717
<key>CFBundleInfoDictionaryVersion</key>

templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="MSBuild.Sdk.Extras" ToolsVersion="4.0">
2+
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{F2A71F9B-5D33-465A-A702-920D77279786}</ProjectTypeGuids>
4+
<TargetFramework>net6.0-macos</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<RootNamespace>InterstellarApp.macOS</RootNamespace>
77
<AssemblyName>InterstellarApp</AssemblyName>
8-
<TargetFramework>xamarin.mac20</TargetFramework>
9-
<SupportedOSPlatformVersion>10.12</SupportedOSPlatformVersion>
10-
<ErrorReport>prompt</ErrorReport>
8+
<SupportedOSPlatformVersion>10.14</SupportedOSPlatformVersion>
119
</PropertyGroup>
1210
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1311
<CodeSigningKey>Mac Developer</CodeSigningKey>

0 commit comments

Comments
 (0)