Bumping MACOSX_DEPLOYMENT_TARGET to 11.0 (#6911)

* Bumping MACOSX_DEPLOYMENT_TARGET to 11.0

* removing obsolete code and resources

* Add a build action for Transmission.xcodeproj

* removing obsolete code
This commit is contained in:
Cœur
2024-08-22 22:07:17 +02:00
committed by GitHub
parent 173c19eb5a
commit d9d87eddd8
85 changed files with 83 additions and 692 deletions

View File

@@ -3,8 +3,8 @@ The source code for both official and nightly releases can be found on our [down
## On macOS ##
Software prerequisites:
* macOS 10.14.4 or newer
* Xcode 11.3.1 or newer
* macOS 11.0 or newer
* Xcode 12.5.1 or newer
Building the project on Mac requires the source to be retrieved from GitHub. Pre-packaged source code will not compile.
```bash