Files
recipe/iosApp/Podfile
ulfrxdev ac9fc61410 feat(02-05): implement iOS AppAuth client
- Add AppAuth login, refresh, logout actual
- Add iOS Keychain auth state store to unblock native compile
- Add iOS Podfile AppAuth integration
2026-04-28 16:14:04 +02:00

8 lines
81 B
Ruby

platform :ios, '15.0'
target 'iosApp' do
use_frameworks!
pod 'AppAuth'
end