diff --git a/SGPlayer.xcodeproj/project.pbxproj b/SGPlayer.xcodeproj/project.pbxproj index 9c1f6854..6b9b1d12 100644 --- a/SGPlayer.xcodeproj/project.pbxproj +++ b/SGPlayer.xcodeproj/project.pbxproj @@ -2485,6 +2485,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; @@ -2538,6 +2539,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; diff --git a/SGPlayerVR.podspec b/SGPlayerVR.podspec index b742d1f3..77f55a52 100644 --- a/SGPlayerVR.podspec +++ b/SGPlayerVR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SGPlayerVR' - s.version = '2.0.2' + s.version = '2.0.3' s.summary = 'A media player framework for iOS, macOS, and tvOS.' s.homepage = 'https://github.com/nickarora/SGPlayer' @@ -8,9 +8,9 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.platform = :ios - s.source = { :http => 'https://github.com/nickarora/SGPlayer/releases/download/v2.0.2/SGPlayerVR.zip' } + s.source = { :http => 'https://github.com/nickarora/SGPlayer/releases/download/2.0.3/SGPlayerVR.zip' } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.ios.vendored_frameworks = 'SGPlayer.framework' s.static_framework = true; end \ No newline at end of file