From fc7dd84223aaeaef6e0fb1a7d91e6848a4730acf Mon Sep 17 00:00:00 2001 From: Faiz Ahmed Date: Tue, 14 May 2024 12:45:29 +0530 Subject: [PATCH 1/2] Apple Privacy Manifest for AppAuth-iOS --- Example/ios/Podfile.lock | 20 ++++++++++---------- react-native-app-auth.podspec | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index 96e9b50d..16dd21d3 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - AppAuth (1.6.2): - - AppAuth/Core (= 1.6.2) - - AppAuth/ExternalUserAgent (= 1.6.2) - - AppAuth/Core (1.6.2) - - AppAuth/ExternalUserAgent (1.6.2): + - AppAuth (1.7.5): + - AppAuth/Core (= 1.7.5) + - AppAuth/ExternalUserAgent (= 1.7.5) + - AppAuth/Core (1.7.5) + - AppAuth/ExternalUserAgent (1.7.5): - AppAuth/Core - boost (1.76.0) - CocoaAsyncSocket (7.6.5) @@ -381,8 +381,8 @@ PODS: - React-jsinspector (0.72.4) - React-logger (0.72.4): - glog - - react-native-app-auth (7.0.0-rc2): - - AppAuth (~> 1.6) + - react-native-app-auth (7.1.3): + - AppAuth (>= 1.7.3) - React-Core - React-NativeModulesApple (0.72.4): - hermes-engine @@ -667,7 +667,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570 + AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 @@ -701,7 +701,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-app-auth: 05c3b875b27bb65fe321bd5dc38cc1c04c5158be + react-native-app-auth: 7ceb3031aa96ad0daba15bee3b379f9d106c5abd React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58 React-RCTActionSheet: 02904b932b50e680f4e26e7a686b33ebf7ef3c00 @@ -725,4 +725,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 90be020bf55058ddd450ae593af00b72ed3379ce -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2 diff --git a/react-native-app-auth.podspec b/react-native-app-auth.podspec index dee88ea6..333a991d 100644 --- a/react-native-app-auth.podspec +++ b/react-native-app-auth.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true s.dependency 'React-Core' - s.dependency 'AppAuth', '~> 1.6' + s.dependency 'AppAuth', '>= 1.7.3' end From 87e75b1f4951e62ab298cedf5d8725b85d03dbe3 Mon Sep 17 00:00:00 2001 From: Faiz Ahmed Date: Tue, 14 May 2024 18:48:31 +0530 Subject: [PATCH 2/2] Create sixty-insects-know.md --- .changeset/sixty-insects-know.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sixty-insects-know.md diff --git a/.changeset/sixty-insects-know.md b/.changeset/sixty-insects-know.md new file mode 100644 index 00000000..930ddde1 --- /dev/null +++ b/.changeset/sixty-insects-know.md @@ -0,0 +1,5 @@ +--- +'react-native-app-auth': minor +--- + +Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest.