Bump minimum supported macOS target to 10.15
This commit is contained in:
parent
6ff82c66aa
commit
a83dcb2849
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue