Skip to content

Commit 82d6549

Browse files
committed
Update iOS snapshot
1 parent db55ff3 commit 82d6549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ target 'Runner' do
3131
use_frameworks!
3232
use_modular_headers!
3333

34-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.4/Instabug.podspec'
34+
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-add-more-languages/11.10.5/Instabug.podspec'
3535

3636
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3737
end

ios/Classes/Util/ArgsRegistry.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ + (ArgsDictionary *)locales {
155155
@"IBGLocale.spanish" : @(IBGLocaleSpanish),
156156
@"IBGLocale.swedish" : @(IBGLocaleSwedish),
157157
@"IBGLocale.turkish" : @(IBGLocaleTurkish),
158-
@"IBGLocale.ukrainian" : @(IBGLocaleUkranian),
158+
@"IBGLocale.ukrainian" : @(IBGLocaleUkrainian),
159159
};
160160
}
161161

0 commit comments

Comments
 (0)