Downgrade required macOS version (#69)
This commit is contained in:
parent
04fde2a33b
commit
28a379d1d4
|
@ -105,7 +105,7 @@ jobs:
|
||||||
macos:
|
macos:
|
||||||
name: macOS
|
name: macOS
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
|
|
|
@ -267,7 +267,7 @@ if(APPLE)
|
||||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.alexbatalov.fallout2-ce")
|
set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.alexbatalov.fallout2-ce")
|
||||||
set(MACOSX_BUNDLE_BUNDLE_NAME "${EXECUTABLE_NAME}")
|
set(MACOSX_BUNDLE_BUNDLE_NAME "${EXECUTABLE_NAME}")
|
||||||
set(MACOSX_BUNDLE_DISPLAY_NAME "Fallout 2")
|
set(MACOSX_BUNDLE_DISPLAY_NAME "Fallout 2")
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory("third_party/fpattern")
|
add_subdirectory("third_party/fpattern")
|
||||||
|
|
|
@ -30,7 +30,7 @@ $ sudo apt install libsd2-2.0-0
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
> **NOTE**: macOS Monterey is required. The app is not universal. It should run on Apple Silicon under Rosetta 2, but I haven't tried it. The app is neither signed, nor notarized.
|
> **NOTE**: macOS 11 or higher is required. The app is not universal. It should run on Apple Silicon under Rosetta 2, but I haven't tried it. The app is neither signed, nor notarized.
|
||||||
|
|
||||||
- Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout2` folder somewhere, for example `/Applications/Fallout2`.
|
- Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout2` folder somewhere, for example `/Applications/Fallout2`.
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<string>True</string>
|
<string>True</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>12</string>
|
<string>11</string>
|
||||||
<key>SDL_FILESYSTEM_BASE_DIR_TYPE</key>
|
<key>SDL_FILESYSTEM_BASE_DIR_TYPE</key>
|
||||||
<string>parent</string>
|
<string>parent</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue