From 82d6549c213c1c653731dbe3efff4b09f16458a3 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Thu, 18 May 2023 19:25:46 +0300 Subject: [PATCH] Update iOS snapshot --- example/ios/Podfile | 2 +- ios/Classes/Util/ArgsRegistry.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 5ed1956e1..82ff4ef6e 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec' + pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.5/Instabug.podspec' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end diff --git a/ios/Classes/Util/ArgsRegistry.m b/ios/Classes/Util/ArgsRegistry.m index da88b508d..064b2f681 100644 --- a/ios/Classes/Util/ArgsRegistry.m +++ b/ios/Classes/Util/ArgsRegistry.m @@ -155,7 +155,7 @@ + (ArgsDictionary *)locales { @"IBGLocale.spanish" : @(IBGLocaleSpanish), @"IBGLocale.swedish" : @(IBGLocaleSwedish), @"IBGLocale.turkish" : @(IBGLocaleTurkish), - @"IBGLocale.ukrainian" : @(IBGLocaleUkranian), + @"IBGLocale.ukrainian" : @(IBGLocaleUkrainian), }; }