Skip to content

Commit

Permalink
Release v4.2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
markstevenlee committed Sep 8, 2023
1 parent 95851cf commit 29b7d28
Show file tree
Hide file tree
Showing 171 changed files with 630 additions and 630 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "VirtuosoClientDownloadEngine",
url: "https://github.com/penthera/Download2Go-ios/releases/download/v4.2.45/VirtuosoClientDownloadEngine-spm.xcframework.zip",
checksum: "c467e53589c823bb546a812452c882b36818dc6def210ddc3f297aeb9cdfd537"
url: "https://github.com/penthera/Download2Go-ios/releases/download/v4.2.46/VirtuosoClientDownloadEngine-spm.xcframework.zip",
checksum: "1427c58d6ac7b65619c2b1bc7d766f376aad7ed1e229d80d69dc8fd4f6f02300"
)
]
)
8 changes: 4 additions & 4 deletions Tutorials/Podspecs/VirtuosoClientDownloadEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

Pod::Spec.new do |s|
s.name = 'VirtuosoClientDownloadEngine'
s.version = '4.2.45'
s.version = '4.2.46'
s.summary = 'A best-of-breed download and offline viewing solution for video.'
s.homepage = 'http://penthera.com'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'josh-penthera' => '[email protected]' }
s.source = { :http => 'file:' + __dir__ + '/../../VirtuosoClientEngine/CocoaPodsProducts/VirtuosoClientDownloadEngine.xcframework.zip' }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'

s.source_files = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64_armv7/VirtuosoClientDownloadEngine.framework/Headers/*'
s.source_files = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Headers/*'

s.ios.vendored_frameworks = 'VirtuosoClientDownloadEngine.xcframework'
s.preserve_path = 'VirtuosoClientDownloadEngine.xcframework/*'
s.module_map = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64_armv7/VirtuosoClientDownloadEngine.framework/Modules/module.modulemap'
s.module_map = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Modules/module.modulemap'

end
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

Pod::Spec.new do |s|
s.name = 'VirtuosoClientDownloadEngineWidevine'
s.version = '4.2.45'
s.version = '4.2.46'
s.summary = 'A best-of-breed download and offline viewing solution for video.'
s.homepage = 'http://penthera.com'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'josh-penthera' => '[email protected]' }
s.source = { :http => 'file:' + __dir__ + '/../../VirtuosoClientEngine/CocoaPodsProducts/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'

s.source_files = 'VirtuosoClientDownloadEngine.xcframework/ios-armv7/VirtuosoClientDownloadEngine.framework/Headers/*'
s.source_files = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Headers/*'

s.ios.vendored_frameworks = 'VirtuosoClientDownloadEngine.xcframework'
s.preserve_path = 'VirtuosoClientDownloadEngine.xcframework/*'
s.module_map = 'VirtuosoClientDownloadEngine.xcframework/ios-armv7/VirtuosoClientDownloadEngine.framework/Modules/module.modulemap'
s.module_map = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Modules/module.modulemap'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
Expand Down
4 changes: 2 additions & 2 deletions VirtuosoClientDownloadEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Pod::Spec.new do |s|
s.name = 'VirtuosoClientDownloadEngine'
s.version = '4.2.45'
s.version = '4.2.46'
s.summary = 'A best-of-breed download and offline viewing solution for video.'
s.homepage = 'http://penthera.com'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'josh-penthera' => '[email protected]' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.2.45/VirtuosoClientDownloadEngine.xcframework.zip' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.2.46/VirtuosoClientDownloadEngine.xcframework.zip' }

s.ios.deployment_target = '11.0'

Expand Down
4 changes: 2 additions & 2 deletions VirtuosoClientDownloadEngineWidevine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Pod::Spec.new do |s|
s.name = 'VirtuosoClientDownloadEngineWidevine'
s.version = '4.2.45'
s.version = '4.2.46'
s.summary = 'A best-of-breed download and offline viewing solution for video.'
s.homepage = 'http://penthera.com'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'josh-penthera' => '[email protected]' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.2.45/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.2.46/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }

s.ios.deployment_target = '11.0'

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>VirtuosoClientDownloadEngine.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>VirtuosoClientDownloadEngine.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22F82</string>
<string>22G90</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Loading

0 comments on commit 29b7d28

Please sign in to comment.