diff --git a/MobileNav/Info.plist b/MobileNav/Info.plist index 001b203..a47c4b7 100644 --- a/MobileNav/Info.plist +++ b/MobileNav/Info.plist @@ -2,6 +2,11 @@ + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable diff --git a/Podfile b/Podfile index 98721a8..3651d2e 100644 --- a/Podfile +++ b/Podfile @@ -10,3 +10,14 @@ target 'MobileNav' do pod 'SmartDeviceLink/Swift', '~> 7.6' pod 'Mapbox-iOS-SDK', '~> 5.7' end + +# Set pods min deployment target +post_install do |installer| + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' + end + end + end +end diff --git a/Podfile.lock b/Podfile.lock index 2fb74c3..1df4565 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -26,6 +26,6 @@ SPEC CHECKSUMS: MapboxMobileEvents: 2bc0ca2eedb627b73cf403258dce2b2fa98074a6 SmartDeviceLink: fc03b11a686231b7f15856ab494e1c3a3082cafb -PODFILE CHECKSUM: de48c70dff4892443595d460ddb4bb37d8c84a7f +PODFILE CHECKSUM: 5f344d156da2e494d3a6d0a1e56a6bd2a02a5da3 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1