Skip to content

Commit

Permalink
Merge pull request #44 from tyro/pla-6911-update-sample-app-minimum
Browse files Browse the repository at this point in the history
PLA-6911: Update iOS minimum version
  • Loading branch information
sanj-tyro authored Aug 2, 2024
2 parents 937c958 + e4be858 commit d2d87fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit d2d87fd

Please sign in to comment.