File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
uses : actions/cache@v3
116
116
with :
117
117
path : build
118
- key : macos-cmake-v2
118
+ key : macos-cmake-v3
119
119
120
120
- name : Configure
121
121
run : |
Original file line number Diff line number Diff line change 95
95
uses : actions/cache@v3
96
96
with :
97
97
path : build
98
- key : macos-cmake-v2
98
+ key : macos-cmake-v3
99
99
100
100
- name : Configure
101
101
run : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
5
5
set (EXECUTABLE_NAME fallout2-ce )
6
6
7
7
if (APPLE )
8
- set (CMAKE_OSX_DEPLOYMENT_TARGET "11.0 " CACHE STRING "" )
8
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11 " CACHE STRING "" )
9
9
set (CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "" )
10
10
endif ()
11
11
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ sudo apt install libsdl2-2.0-0
24
24
25
25
### macOS
26
26
27
- > ** NOTE** : macOS 11 or higher is required.
27
+ > ** NOTE** : macOS 10. 11 (El Capitan) or higher is required. Runs natively on Intel-based Macs and Apple Silicon .
28
28
29
29
- Use Windows installation as a base - it contains data assets needed to play. Copy ` Fallout2 ` folder somewhere, for example ` /Applications/Fallout2 ` .
30
30
Original file line number Diff line number Diff line change 29
29
<key >NSHighResolutionCapable </key >
30
30
<string >True </string >
31
31
<key >LSMinimumSystemVersion </key >
32
- <string >11 </string >
32
+ <string >10. 11 </string >
33
33
<key >SDL_FILESYSTEM_BASE_DIR_TYPE </key >
34
34
<string >parent </string >
35
35
</dict >
You can’t perform that action at this time.
0 commit comments