diff --git a/README.md b/README.md index b8d2cfb..c264a1d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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) @@ -11,7 +11,7 @@ iOS SDK for Tap To Pay on iPhone using Tyro Payments as the Payment Service Prov - [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 @@ -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) diff --git a/SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj b/SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj index d79b02b..a0c81a7 100644 --- a/SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj +++ b/SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj @@ -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; @@ -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;