Skip to content

Commit

Permalink
increase ios target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickarora committed Apr 12, 2020
1 parent 45e433b commit 5627bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions SGPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions SGPlayerVR.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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'

s.author = { 'Name' => '[email protected]' }
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

0 comments on commit 5627bd2

Please sign in to comment.