Bump minimum supported macOS target to 10.15

This commit is contained in:
Majd Alfhaily 2021-05-25 23:49:17 +02:00
parent 6ff82c66aa
commit a83dcb2849
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# IPATool
[![Release](https://img.shields.io/github/release/majd/ipatool.svg)](https://GitHub.com/majd/ipatool/releases/)
![Swift](https://img.shields.io/badge/Swift-5.x-green.svg)
![macOS](https://img.shields.io/badge/macOS-10.11%2B-green.svg)
![Swift](https://img.shields.io/badge/Swift-5.4-green.svg)
![macOS](https://img.shields.io/badge/macOS-10.15%2B-green.svg)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/majd/ipatool/blob/main/LICENSE)
`ipatool` is a command line tool that allows you to search for iOS apps on the [App Store](https://apps.apple.com) and download a copy of the app package, known as an _ipa_ file.
@ -9,7 +9,7 @@
![Demo](./demo.gif)
## Requirements
* macOS 10.11 or later.
* macOS 10.15 or later.
* Apple ID set up to use the App Store.
## Installation

View File

@ -397,7 +397,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = ipatool;
SWIFT_VERSION = 5.0;
};
@ -407,7 +407,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = ipatool;
SWIFT_VERSION = 5.0;
};