Skip to content

Commit

Permalink
Update iOS snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev committed Jul 13, 2023
1 parent db55ff3 commit 82d6549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/Util/ArgsRegistry.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ + (ArgsDictionary *)locales {
@"IBGLocale.spanish" : @(IBGLocaleSpanish),
@"IBGLocale.swedish" : @(IBGLocaleSwedish),
@"IBGLocale.turkish" : @(IBGLocaleTurkish),
@"IBGLocale.ukrainian" : @(IBGLocaleUkranian),
@"IBGLocale.ukrainian" : @(IBGLocaleUkrainian),
};
}

Expand Down

0 comments on commit 82d6549

Please sign in to comment.