From dde3bcb30f5aefc804740c975dca6e9e5c4b6810 Mon Sep 17 00:00:00 2001 From: Miepee Date: Sat, 28 Jan 2023 10:52:58 +0100 Subject: [PATCH] Make mac compatible with eto.macOS --- AM2RLauncher/AM2RLauncher.Mac/AM2RLauncher.Mac.csproj | 5 ++--- AM2RLauncher/AM2RLauncher.Mac/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/AM2RLauncher/AM2RLauncher.Mac/AM2RLauncher.Mac.csproj b/AM2RLauncher/AM2RLauncher.Mac/AM2RLauncher.Mac.csproj index c8974e9..1069b3c 100644 --- a/AM2RLauncher/AM2RLauncher.Mac/AM2RLauncher.Mac.csproj +++ b/AM2RLauncher/AM2RLauncher.Mac/AM2RLauncher.Mac.csproj @@ -1,8 +1,8 @@  - WinExe - net6.0 + Exe + net6.0-macos osx-x64;osx-arm64 LatestMajor Debug;Release @@ -18,7 +18,6 @@ - diff --git a/AM2RLauncher/AM2RLauncher.Mac/Info.plist b/AM2RLauncher/AM2RLauncher.Mac/Info.plist index 130f17d..715d57c 100644 --- a/AM2RLauncher/AM2RLauncher.Mac/Info.plist +++ b/AM2RLauncher/AM2RLauncher.Mac/Info.plist @@ -9,7 +9,7 @@ CFBundleShortVersionString 1.0 LSMinimumSystemVersion - 10.12 + 10.14 CFBundleDevelopmentRegion en NSHumanReadableCopyright @@ -17,4 +17,4 @@ CFBundleIconFile Icon.icns - + \ No newline at end of file