Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
test new native releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Oct 2, 2022
1 parent 2ee6265 commit e87a0de
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion android/test-app-maven-central/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android.applicationVariants.all { variant ->
}

dependencies {
implementation 'com.arthenica:ffmpeg-kit-full:5.1.LTS'
implementation 'com.arthenica:ffmpeg-kit-full:5.1'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}
16 changes: 8 additions & 8 deletions ios/test-app-cocoapods/FFmpegKitIOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,14 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-FFmpegKitIOS/Pods-FFmpegKitIOS-frameworks.sh",
"${PODS_ROOT}/ffmpeg-kit-ios-full/ffmpegkit.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libavcodec.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libavdevice.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libavfilter.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libavformat.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libavutil.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libswresample.framework",
"${PODS_ROOT}/ffmpeg-kit-ios-full/libswscale.framework",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/ffmpegkit.framework/ffmpegkit",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libavcodec.framework/libavcodec",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libavdevice.framework/libavdevice",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libavfilter.framework/libavfilter",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libavformat.framework/libavformat",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libavutil.framework/libavutil",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libswresample.framework/libswresample",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-ios-full/libswscale.framework/libswscale",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/test-app-cocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :ios, '12.1'
use_frameworks!

target "FFmpegKitIOS" do
pod 'ffmpeg-kit-ios-full', '5.1.LTS'
pod 'ffmpeg-kit-ios-full', '5.1'
end
8 changes: 4 additions & 4 deletions ios/test-app-cocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- ffmpeg-kit-ios-full (5.1.LTS)
- ffmpeg-kit-ios-full (5.1)

DEPENDENCIES:
- ffmpeg-kit-ios-full (= 5.1.LTS)
- ffmpeg-kit-ios-full (= 5.1)

SPEC REPOS:
trunk:
- ffmpeg-kit-ios-full

SPEC CHECKSUMS:
ffmpeg-kit-ios-full: 700cfc7875827573940deb58d00fbc3c48701e42
ffmpeg-kit-ios-full: 4a02624db22a9ea1e92e3b6707bffe67c76f4aad

PODFILE CHECKSUM: fe256f51705c33be529bce12006b34c8a29b71eb
PODFILE CHECKSUM: d33ad1ed4542f47af092078dbea2f23d511b1388

COCOAPODS: 1.11.3
Binary file not shown.
2 changes: 1 addition & 1 deletion macos/test-app-cocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :osx, '10.15'
use_frameworks!

target "FFmpegKitMACOS" do
pod 'ffmpeg-kit-macos-full', '5.1.LTS'
pod 'ffmpeg-kit-macos-full', '5.1'
end
8 changes: 4 additions & 4 deletions macos/test-app-cocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- ffmpeg-kit-macos-full (5.1.LTS)
- ffmpeg-kit-macos-full (5.1)

DEPENDENCIES:
- ffmpeg-kit-macos-full (= 5.1.LTS)
- ffmpeg-kit-macos-full (= 5.1)

SPEC REPOS:
trunk:
- ffmpeg-kit-macos-full

SPEC CHECKSUMS:
ffmpeg-kit-macos-full: 1918729d4569ebd1b8597df20d1e5c7bf596b908
ffmpeg-kit-macos-full: c292021070be5472e9c855bd59bd44fa75352c84

PODFILE CHECKSUM: 4791fae53199fd666897f15c2e0bbe84b2000297
PODFILE CHECKSUM: 8e96a72264bd9abe608123afbbde893bc39b2ebc

COCOAPODS: 1.11.3
16 changes: 8 additions & 8 deletions tvos/test-app-cocoapods/FFmpegKitTVOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-FFmpegKitTVOS/Pods-FFmpegKitTVOS-frameworks.sh",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/ffmpegkit.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libavcodec.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libavdevice.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libavfilter.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libavformat.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libavutil.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libswresample.framework",
"${PODS_ROOT}/ffmpeg-kit-tvos-full/libswscale.framework",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/ffmpegkit.framework/ffmpegkit",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libavcodec.framework/libavcodec",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libavdevice.framework/libavdevice",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libavfilter.framework/libavfilter",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libavformat.framework/libavformat",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libavutil.framework/libavutil",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libswresample.framework/libswresample",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ffmpeg-kit-tvos-full/libswscale.framework/libswscale",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions tvos/test-app-cocoapods/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
platform :tvos, '10.2'
platform :tvos, '11.0'

use_frameworks!

target "FFmpegKitTVOS" do
pod 'ffmpeg-kit-tvos-full', '5.1.LTS'
pod 'ffmpeg-kit-tvos-full', '5.1'
end
8 changes: 4 additions & 4 deletions tvos/test-app-cocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- ffmpeg-kit-tvos-full (5.1.LTS)
- ffmpeg-kit-tvos-full (5.1)

DEPENDENCIES:
- ffmpeg-kit-tvos-full (= 5.1.LTS)
- ffmpeg-kit-tvos-full (= 5.1)

SPEC REPOS:
trunk:
- ffmpeg-kit-tvos-full

SPEC CHECKSUMS:
ffmpeg-kit-tvos-full: 73d952e5fee45e0b60357ea91df2da56396ace7d
ffmpeg-kit-tvos-full: f98fd71a863bd7278bdbd57a8215fa2871c53c82

PODFILE CHECKSUM: 711cea7ff5169ad0e46156ad86a8f171bb8f6771
PODFILE CHECKSUM: f6debb332e46b18eac87c8576514513247ab7f80

COCOAPODS: 1.11.3

0 comments on commit e87a0de

Please sign in to comment.