Skip to content

Commit

Permalink
#4090 - Changed FFMpeg-Kit to the LTS version and moved the project b…
Browse files Browse the repository at this point in the history
…ack to deployment target 11.0.
  • Loading branch information
stefanceriu committed Jul 16, 2021
1 parent cf884c6 commit 488338f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
KEYCHAIN_ACCESS_GROUP = $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER).keychain.shared

// Build settings
IPHONEOS_DEPLOYMENT_TARGET = 12.1
IPHONEOS_DEPLOYMENT_TARGET = 11.0
SDKROOT = iphoneos
TARGETED_DEVICE_FAMILY = 1,2
SWIFT_VERSION = 5.3.1
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.1'
platform :ios, '11.0'

# Use frameforks to allow usage of pod written in Swift (like PiwikTracker)
use_frameworks!
Expand Down Expand Up @@ -70,7 +70,7 @@ abstract_target 'RiotPods' do
pod 'SwiftJWT', '~> 3.6.200'
pod 'SideMenu', '~> 6.5'
pod 'DSWaveformImage', '~> 6.1.1'
pod 'ffmpeg-kit-ios-audio', '~> 4.4'
pod 'ffmpeg-kit-ios-audio', '~> 4.4.LTS'

pod 'FLEX', '~> 4.4.1', :configurations => ['Debug']

Expand Down

0 comments on commit 488338f

Please sign in to comment.