Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLA-6911: Update iOS minimum version #44

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
iOS SDK for Tap To Pay on iPhone using Tyro Payments as the Payment Service Provider (PSP)

[![Swift](https://img.shields.io/badge/Swift-5.10-blue?style=flat-squre)](https://swift.org)
![Static Badge](https://img.shields.io/badge/iOS-16.4+-purple)
![Static Badge](https://img.shields.io/badge/iOS-17.0+-purple)
![Static Badge](https://img.shields.io/badge/Xcode-15.3+-green)
<!-- [![License][license-image]][license-url] -->

## Requirements

- [Xcode](https://xcodereleases.com/?scope=release) or above
- iPhone with `Tap to Pay on iPhone` hardware capability (iPhone XS or above)
- [iOS 16.4][min-ios-version] or above
- [iOS 17.0][min-ios-version] or above

## Installation

Expand Down Expand Up @@ -79,4 +79,4 @@ Tap to Pay on iPhone requires the latest version of iOS. Update to the latest ve

[repo-url]:https://github.com/tyro/tyro-tap-to-pay-sdk-ios (Tyro Tap to Pay SDK iOS GitHub Repository)
[Tap to Pay Marketing Guidelines]:https://developer.apple.com/tap-to-pay/marketing-guidelines/
[min-ios-version]: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-16_4-release-notes (iOS 16.4)
[min-ios-version]: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-17-release-notes (iOS 17.0)
4 changes: 2 additions & 2 deletions SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
Expand Down Expand Up @@ -447,7 +447,7 @@
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.2;
Expand Down