File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SourceCode/Private/Core/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111NSString *const kUnityServicesLocalStorageFilePrefix = @" UnityAdsStorage-" ;
1212NSString *const kUnityServicesWebviewBranchInfoDictionaryKey = @" UADSWebviewBranch" ;
1313NSString *const kUnityServicesWebviewConfigInfoDictionaryKey = @" UADSWebviewConfig" ;
14- NSString *const kUnityServicesVersionName = @" 4.9.0 " ;
14+ NSString *const kUnityServicesVersionName = @" 4.9.1 " ;
1515NSString *const kUnityServicesFlavorDebug = @" debug" ;
1616NSString *const kUnityServicesFlavorRelease = @" release" ;
1717NSString *const kChinaIsoAlpha2Code = @" CN" ;
1818NSString *const kChinaIsoAlpha3Code = @" CHN" ;
19- int const kUnityServicesVersionCode = 4900 ;
19+ int const kUnityServicesVersionCode = 4910 ;
2020
2121@implementation USRVSdkProperties
2222
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'UnityAds'
3- s . version = '4.9.0 '
3+ s . version = '4.9.1 '
44 s . license = { :type => 'Unity License' , :file => 'LICENSE' }
55 s . author = { 'UnityAds' => '[email protected] ' } 66 s . homepage = 'https://unity3d.com/services/ads'
77 s . summary = 'Monetize your entire player base and reach new audiences with video ads.'
88 s . platform = :ios
9- s . source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.0 /UnityAds.zip' }
9+ s . source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.1 /UnityAds.zip' }
1010 s . ios . deployment_target = '9.0'
1111 s . ios . vendored_frameworks = 'UnityAds.xcframework'
1212 s . swift_version = '5.0'
You can’t perform that action at this time.
0 commit comments