From 6a7c8085cd99108a4bb21e506a7c8cdbf61a2d86 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Fri, 20 Jun 2025 10:47:02 -0700 Subject: [PATCH 1/3] Adding vision entitlements for multiple scene windows --- OAuthSample/Info.plist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OAuthSample/Info.plist b/OAuthSample/Info.plist index 84260e8..f7061ca 100644 --- a/OAuthSample/Info.plist +++ b/OAuthSample/Info.plist @@ -2,6 +2,13 @@ + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UIApplicationPreferredDefaultSceneSessionRole + UIWindowSceneSessionRoleApplication + CFBundleURLTypes From 8e608088d2bed894b1ad7e9ca5e7563033df6047 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Fri, 20 Jun 2025 11:52:48 -0700 Subject: [PATCH 2/3] Bumping OAuthKit Version. --- OAuthSample.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuthSample.xcodeproj/project.pbxproj b/OAuthSample.xcodeproj/project.pbxproj index c80aa7f..2db54aa 100644 --- a/OAuthSample.xcodeproj/project.pbxproj +++ b/OAuthSample.xcodeproj/project.pbxproj @@ -394,7 +394,7 @@ repositoryURL = "https://github.com/codefiesta/OAuthKit.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.2.0; + minimumVersion = 1.2.2; }; }; /* End XCRemoteSwiftPackageReference section */ From 821c907d449f341b89295dd6051a8c79f843bf76 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Fri, 20 Jun 2025 12:08:34 -0700 Subject: [PATCH 3/3] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e30f2..d6903a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Build](https://github.com/codefiesta/OAuthSample/actions/workflows/xcodebuild.yml/badge.svg) ![Xcode 16.4+](https://img.shields.io/badge/Xcode-16.4%2B-gold.svg) -![Swift 6.0+](https://img.shields.io/badge/Swift-6.0%2B-tomato.svg) +![Swift 6.1+](https://img.shields.io/badge/Swift-6.1%2B-tomato.svg) ![iOS 18.0+](https://img.shields.io/badge/iOS-18.0%2B-crimson.svg) ![macOS 15.0+](https://img.shields.io/badge/macOS-15.0%2B-skyblue.svg) ![tvOS 18.0+](https://img.shields.io/badge/tvOS-18.0%2B-blue.svg)