Skip to content

Commit

Permalink
build version 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshunxing committed Mar 24, 2023
1 parent 6ff1ee6 commit 055e622
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Meiqia-SDK-Demo/Meiqia-SDK-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@
"$(SRCROOT)/../Meiqia-SDK-files/MQChatViewController/Vendors/MLAudioRecorder/amr_en_de/**",
"$(PROJECT_DIR)/MeiqiaSDK/MQChatViewController/Vendors/MLAudioRecorder/amr_en_de/lib",
);
MARKETING_VERSION = 3.9.1;
MARKETING_VERSION = 3.9.2;
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = com.meiqia.sdk.test.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2245,7 +2245,7 @@
"$(SRCROOT)/../Meiqia-SDK-files/MQChatViewController/Vendors/MLAudioRecorder/amr_en_de/**",
"$(PROJECT_DIR)/MeiqiaSDK/MQChatViewController/Vendors/MLAudioRecorder/amr_en_de/lib",
);
MARKETING_VERSION = 3.9.1;
MARKETING_VERSION = 3.9.2;
OTHER_LDFLAGS = "-all_load";
PRODUCT_BUNDLE_IDENTIFIER = com.meiqia.sdk.test.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Meiqia-SDK-files/MeiQiaSDK.framework/Headers/MQManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import "MQPreChatData.h"


#define MQSDKVersion @"3.9.1"
#define MQSDKVersion @"3.9.2"
@protocol MQManagerDelegate <NSObject>

/**
Expand Down
Binary file modified Meiqia-SDK-files/MeiQiaSDK.framework/Info.plist
Binary file not shown.
Binary file modified Meiqia-SDK-files/MeiQiaSDK.framework/MeiQiaSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions Meiqia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

Pod::Spec.new do |s|
s.name = "Meiqia"
s.version = "3.9.1"
s.version = "3.9.2"
s.summary = "美洽官方 SDK for iOS"
s.description = "美洽官方的 iOS SDK"

s.homepage = "https://github.com/Meiqia/MeiqiaSDK-iOS"
s.license = 'MIT'
s.author = { "zhangshunxing" => "[email protected]" }
s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.9.1" }
s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.9.2" }
s.social_media_url = "https://meiqia.com"
s.documentation_url = "https://github.com/Meiqia/MeiqiaSDK-iOS/wiki"
s.platform = :ios, '8.0'
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ edition: m2016
在 Podfile 中加入:

```
pod 'Meiqia', '~> 3.9.1'
pod 'Meiqia', '~> 3.9.2'
```
接着安装美洽 pod 即可:

Expand Down Expand Up @@ -924,6 +924,8 @@ VoiceConvert | N/A | AMR 和 WAV 语音格式的互转;没找到出处,哪

# 十一 更新日志

**v3.9.2 2023 年 3 月 24 日**

**v3.9.1 2023 年 3 月 24 日**
* 支持armv7
* 支持讯前表单标题显示富文本
Expand Down

0 comments on commit 055e622

Please sign in to comment.