Kris Kline
Kris Kline
Just a bump...hoping to get an updated release out to Cocoapods? -Thanks!
Another bump... the Cocoapods version is getting pretty old...
https://c.tenor.com/EWFiAD0KtbkAAAAd/sad-panda.gif Since github doesn't have a "sad" reaction option... 😢
In addition, we see a compile error when building with cocoapods - The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions...
As a note, would be good to publish 1.0.3 to cocoapods, now - #348
@paween , @olejnjak , @iziz - Would any of the maintainers be able to push the updated versions into cocoapods? Thanks!
Does this actually alleviate the warning in the code? or is this just defensive coding incase that function totally goes away in iOS 16?
I don't know who has the authority to make the decision...but...I would propose we just set iOS 12 as the minimum supported OS version (more than 3 years old at...
Also, I guess another option would be something like this - - (NSString *)countryCodeByCarrier { #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000 NSDictionary *serviceSubscriberCellularProviders = [self.telephonyNetworkInfo serviceSubscriberCellularProviders]; CTCarrier *carrier = serviceSubscriberCellularProviders.allValues.firstObject; if (nil==carrier)...
Thank you, @FONickReichard for taking the initiative! Now just need to get his merged and get an updated cocoapod release out the door... 😄