Skip to content

Commit

Permalink
Mac: SDK: Update version to 4.6.51
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxzhang committed Dec 24, 2019
1 parent c0eab38 commit bf6e2ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mac/ImSDK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## 下载地址

[最新ImSDK.framework下载](https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.6.50/TIM_SDK_Mac_latest_framework.zip)
[最新ImSDK.framework下载](https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.6.51/TIM_SDK_Mac_latest_framework.zip)
4 changes: 2 additions & 2 deletions Mac/TUIKitDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- TXIMSDK_Mac (4.6.50)
- TXIMSDK_Mac (4.6.51)

DEPENDENCIES:
- TXIMSDK_Mac
Expand All @@ -9,7 +9,7 @@ SPEC REPOS:
- TXIMSDK_Mac

SPEC CHECKSUMS:
TXIMSDK_Mac: f94b057eb471693103b3cb7e28e0ce0b6878ce14
TXIMSDK_Mac: db90898f6e296e38a9c7dd466c5e3f4acb8a3646

PODFILE CHECKSUM: 0c88f6ca862b7c2352a7f12a7cd8e2e22db41b5a

Expand Down
4 changes: 2 additions & 2 deletions Mac/TXIMSDK_Mac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'TXIMSDK_Mac'
spec.version = '4.6.50'
spec.version = '4.6.51'
spec.platform = :osx
spec.osx.deployment_target = '10.10'
spec.license = { :type => 'Proprietary',
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|

spec.requires_arc = true

spec.source = { :http => 'https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.6.50/TIM_SDK_Mac_latest_framework.zip'}
spec.source = { :http => 'https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.6.51/TIM_SDK_Mac_latest_framework.zip'}
spec.preserve_paths = '**/ImSDKForMac.framework'
spec.source_files = '**/ImSDKForMac.framework/Versions/A/Headers/*.h'
spec.public_header_files = '**/ImSDKForMac.framework/Versions/A/Headers/*.h'
Expand Down

0 comments on commit bf6e2ea

Please sign in to comment.