Skip to content

Commit

Permalink
update sdk version to v4.0.5 publish for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
HeraShowFeng committed Jul 1, 2024
1 parent 5287890 commit adcc634
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 4 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions APIDiffs/api-diffs-4.0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# QNRTCKit 4.0.3 to 4.0.4 API Differences

## General Headers
Binary file modified Pod/iphoneos/QNRTCKit.framework/Info.plist
Binary file not shown.
Binary file modified Pod/universal/QNRTCKit.framework/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions QNRTCKit-iOS-universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Pod::Spec.new do |s|
s.name = 'QNRTCKit-iOS'
s.version = '4.0.4'
s.version = '4.0.5'
s.summary = 'Qiniu RTC SDK for iOS.'
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS'
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili-coresdk@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTCKit-universal-v4.0.4.zip"}
s.source = { :http => "https://sdk-release.qiniushawn.top/QNRTCKit-universal-v4.0.5.zip"}


s.platform = :ios
Expand Down
4 changes: 2 additions & 2 deletions QNRTCKit-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Pod::Spec.new do |s|
s.name = 'QNRTCKit-iOS'
s.version = '4.0.4'
s.version = '4.0.5'
s.summary = 'Qiniu RTC SDK for iOS.'
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS'
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili-coresdk@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTCKit-iphoneos-v4.0.4.zip"}
s.source = { :http => "https://sdk-release.qiniushawn.top/QNRTCKit-iphoneos-v4.0.5.zip"}
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

Expand Down
23 changes: 23 additions & 0 deletions ReleaseNotes/release-notes-4.0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# QNRTCKit Release Notes for 4.0.5

## 内容

- [简介](#简介)
- [问题反馈](#问题反馈)
- [记录](#记录)

## 简介

QNRTCKit 是七牛推出的一款适用于 iOS 平台的音视频通话 SDK,提供了包括美颜、滤镜、水印、音视频通话等多种功能,提供灵活的接口,支持高度定制以及二次开发。

## 记录

- 问题
- 更新 cocoapods 版本发布域名


## 问题反馈

当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。

[通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-iOS/issues)

0 comments on commit adcc634

Please sign in to comment.