Released on August 22, 2023
<aside> 💡 Release requires prior migration to 1.29.0
</aside>
Fix audio track is not added from External Audio Browser(custom implementation) if a module name contains whitespace due to a replacement directory is not created in case if a module name contains whitespace.
Solution - use temporary directory for copying file if replacement directory
can’t be created.
<aside> 💡 PR addresses changes required for migrating to this release.
</aside>
CocoaPods
Below is Podfile
for 1.29.2 release with Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.29.2' #optional
pod 'BanubaVideoEditorSDK', '1.29.2'
pod 'BanubaAudioBrowserSDK', '1.29.2' #optional
pod 'BanubaSDKSimple', '1.29.2'
pod 'BanubaEffectPlayer', '1.29.2'
pod 'BanubaSDK', '1.29.2'
pod 'BanubaSDKServicing', '1.29.2'
pod 'VideoEditor', '1.29.2'
pod 'BanubaUtilities', '1.29.2'
pod 'BanubaVideoEditorGallerySDK', '1.29.2' #optional
pod 'BanubaLicenseServicingSDK', '1.29.2'
pod 'BNBLicenseUtils', '1.29.2'
pod 'VEExportSDK', '1.29.2'
pod 'VEEffectsSDK', '1.29.2'
pod 'VEPlaybackSDK', '1.29.2'
end
Below is Podfile
for 1.29.1 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.29.2' #optional
pod 'BanubaVideoEditorSDK', '1.29.2'
pod 'BanubaAudioBrowserSDK', '1.29.2' #optional
pod 'BanubaSDKSimple', '1.29.2'
pod 'BanubaSDKServicing', '1.29.2'
pod 'VideoEditor', '1.29.2'
pod 'BanubaUtilities', '1.29.2'
pod 'BanubaVideoEditorGallerySDK', '1.29.2' #optional
pod 'BanubaLicenseServicingSDK', '1.29.2'
pod 'BNBLicenseUtils', '1.29.2'
pod 'VEPlaybackSDK', '1.29.2'
pod 'VEEffectsSDK', '1.29.2'
pod 'VEEExportSDK', '1.29.2'
end