Skip to content

Commit

Permalink
Mac: SDK: Update version to 4.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxzhang committed Apr 23, 2020
1 parent 13523fd commit 3821b0b
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.7.2/TIM_SDK_Mac_latest_framework.zip)
[最新ImSDK.framework下载](https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.7.10/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.7.2)
- TXIMSDK_Mac (4.7.10)

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

SPEC CHECKSUMS:
TXIMSDK_Mac: ca52081571db3d9f41da6641bd4a339536a219fa
TXIMSDK_Mac: 7466340d188f2bfd9a3dca899970a14ce91babef

PODFILE CHECKSUM: 562802054bc7b78e7fa5ab4c969480672fae3aba

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.7.2'
spec.version = '4.7.10'
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.7.2/TIM_SDK_Mac_latest_framework.zip'}
spec.source = { :http => 'https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/4.7.10/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 3821b0b

Please sign in to comment.