Skip to content

Commit

Permalink
Version 4.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
penthera-bots committed Nov 4, 2024
1 parent f6d1b9d commit ba3a3a6
Show file tree
Hide file tree
Showing 755 changed files with 143,600 additions and 141,130 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.3.3/VirtuosoClientDownloadEngine-spm.xcframework.zip",
checksum: "e403f5d61f66c3dfca4f1471e12fa15c5a420a55fda34a7aafd2859bbaa1bacb"
url: "https://github.com/penthera/Download2Go-ios/releases/download/v4.4.0/VirtuosoClientDownloadEngine-spm.xcframework.zip",
checksum: "c1db0b8f828957cdb4453c4e69361cab1aad60f62b90403974264addbb4635d4"
)
]
)
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.3.3'
s.version = '4.4.0'
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.3.3/VirtuosoClientDownloadEngine.xcframework.zip' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.4.0/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.3.3'
s.version = '4.4.0'
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.3.3/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.4.0/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }

s.ios.deployment_target = '11.0'

Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,86 @@
*/
- (void)resetDownloadOverCellularToDefault;

/*!
* @abstract Allows you to override Virtuoso's default value for the maximum offline viewing period setting.
*
* @note Calling this method has no effect if you are connecting to Penthera's Backplane.
*
* @param offlineViewingPeriod The new offline viewing period setting
*
* @see defaultOfflineViewingPeriod
* @see resetOfflineViewingPeriodToDefault
*/
- (void)overrideOfflineViewingPeriod:(long long)offlineViewingPeriod;

/*!
* @abstract Reset Virtuoso's offline viewing period setting to the default (unlimited)
*
* @see defaultOfflineViewingPeriod
* @see overrideOfflineViewingPeriod:
*/
- (void)resetOfflineViewingPeriodToDefault;

/*!
* @abstract Allows you to override Virtuoso's default value for the expiry after download setting.
*
* @note Calling this method has no effect if you are connecting to Penthera's Backplane.
*
* @param expiryAfterDownload The new expiry after download setting
*
* @see defaultExpiryAfterDownload
* @see resetExpiryAfterDownloadToDefault
*/
- (void)overrideExpiryAfterDownload:(long long)expiryAfterDownload;

/*!
* @abstract Reset Virtuoso's expiry after download setting to the default (unlimited)
*
* @see defaultExpiryAfterDownload
* @see overrideExpiryAfterDownload:
*/
- (void)resetExpiryAfterDownloadToDefault;

/*!
* @abstract Allows you to override Virtuoso's default value for the expiry after play setting.
*
* @note Calling this method has no effect if you are connecting to Penthera's Backplane.
*
* @param expiryAfterPlay The new expiry after play setting
*
* @see defaultExpiryAfterPlay
* @see resetExpiryAfterPlayToDefault
*/
- (void)overrideExpiryAfterPlay:(long long)defaultExpiryAfterPlay;

/*!
* @abstract Reset Virtuoso's expiry after play setting to the default (unlimited)
*
* @see defaultExpiryAfterPlay
* @see overrideExpiryAfterPlay:
*/
- (void)resetExpiryAfterPlayToDefault;

/*!
* @abstract Allows you to override Virtuoso's default value for the max assets on device setting.
*
* @note Calling this method has no effect if you are connecting to Penthera's Backplane.
*
* @param maxDownloads The new max assets on device setting
*
* @see maxDownloadedAssetsOnDevice
* @see resetMaxAssetsOnDeviceToDefault
*/
- (void)overrideMaxAssetsOnDevice:(long long)maxDownloads;

/*!
* @abstract Reset Virtuoso's max assets on device setting to the default (unlimited)
*
* @see maxDownloadedAssetsOnDevice
* @see overrideMaxAssetsOnDevice:
*/
- (void)resetMaxAssetsOnDeviceToDefault;


/**---------------------------------------------------------------------------------------
* @name Advanced Policy/Configuration - stuff you probably should leave alone
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ba3a3a6

Please sign in to comment.