Skip to content

Commit c0cd92b

Browse files
authored
AppAuth version updated for Apple Privacy Manifest for AppAuth-iOS (#971)
1 parent 22683e5 commit c0cd92b

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

.changeset/sixty-insects-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-app-auth': minor
3+
---
4+
5+
Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest.

Example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- AppAuth (1.6.2):
3-
- AppAuth/Core (= 1.6.2)
4-
- AppAuth/ExternalUserAgent (= 1.6.2)
5-
- AppAuth/Core (1.6.2)
6-
- AppAuth/ExternalUserAgent (1.6.2):
2+
- AppAuth (1.7.5):
3+
- AppAuth/Core (= 1.7.5)
4+
- AppAuth/ExternalUserAgent (= 1.7.5)
5+
- AppAuth/Core (1.7.5)
6+
- AppAuth/ExternalUserAgent (1.7.5):
77
- AppAuth/Core
88
- boost (1.76.0)
99
- CocoaAsyncSocket (7.6.5)
@@ -381,8 +381,8 @@ PODS:
381381
- React-jsinspector (0.72.4)
382382
- React-logger (0.72.4):
383383
- glog
384-
- react-native-app-auth (7.0.0-rc2):
385-
- AppAuth (~> 1.6)
384+
- react-native-app-auth (7.1.3):
385+
- AppAuth (>= 1.7.3)
386386
- React-Core
387387
- React-NativeModulesApple (0.72.4):
388388
- hermes-engine
@@ -667,7 +667,7 @@ EXTERNAL SOURCES:
667667
:path: "../node_modules/react-native/ReactCommon/yoga"
668668

669669
SPEC CHECKSUMS:
670-
AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
670+
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
671671
boost: 57d2868c099736d80fcd648bf211b4431e51a558
672672
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
673673
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
@@ -701,7 +701,7 @@ SPEC CHECKSUMS:
701701
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
702702
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
703703
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
704-
react-native-app-auth: 05c3b875b27bb65fe321bd5dc38cc1c04c5158be
704+
react-native-app-auth: 7ceb3031aa96ad0daba15bee3b379f9d106c5abd
705705
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
706706
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
707707
React-RCTActionSheet: 02904b932b50e680f4e26e7a686b33ebf7ef3c00
@@ -725,4 +725,4 @@ SPEC CHECKSUMS:
725725

726726
PODFILE CHECKSUM: 90be020bf55058ddd450ae593af00b72ed3379ce
727727

728-
COCOAPODS: 1.12.1
728+
COCOAPODS: 1.15.2

react-native-app-auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.source_files = 'ios/**/*.{h,m}'
1515
s.requires_arc = true
1616
s.dependency 'React-Core'
17-
s.dependency 'AppAuth', '~> 1.6'
17+
s.dependency 'AppAuth', '>= 1.7.3'
1818
end

0 commit comments

Comments
 (0)