Update Realm lib to version 10.30.0.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2022-10-05 13:29:35 +02:00
Родитель 9cabc58fa1
Коммит 0b2469a4c5
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -8,7 +8,7 @@ pod 'JDStatusBarNotification'
pod 'SocketRocket'
pod 'DBImageColorPicker'
pod 'UICKeyChainStore'
pod 'Realm', '10.18.0'
pod 'Realm', '10.30.0'
pod 'MaterialComponents/ActivityIndicator'
pod 'Toast', '~> 4.0.0'
pod "PulsingHalo"
@ -21,13 +21,13 @@ end
target "NotificationServiceExtension" do
pod 'AFNetworking', "3.1.0"
pod 'UICKeyChainStore'
pod 'Realm', '10.18.0'
pod 'Realm', '10.30.0'
end
target "ShareExtension" do
pod 'AFNetworking', "3.1.0"
pod 'UICKeyChainStore'
pod 'Realm', '10.18.0'
pod 'Realm', '10.30.0'
pod 'MBProgressHUD', '~> 1.2.0'
pod 'TOCropViewController', '~> 2.6.0'
end