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