Skip to content

Commit b555bc9

Browse files
author
xiaocui0803
committed
release:更新SDK版本号至2.8.0-beta.3
1 parent c920125 commit b555bc9

12 files changed

Lines changed: 16 additions & 9 deletions

File tree

BuglyPro.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.authors = "Tencent"
33
s.name = "BuglyPro"
4-
s.version = "2.8.0-beta.2"
4+
s.version = "2.8.0-beta.3"
55
s.summary = "BuglyPro iOS SDK"
66
s.description = "iOS library for Bugly Service. Sign up for a service at https://bugly.tds.qq.com."
77
s.homepage = "http://bugly.tds.qq.com/"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# SDK更新日志
22

3+
## Version 2.8.0-beta.3
4+
5+
Release on 2024.08.28
6+
7+
### Fix
8+
* 修复网络质量监控的一些问题;
9+
310
## Version 2.8.0-beta.2
411

512
Release on 2024.08.23

release/BuglyPro-2.8.0-beta.2.zip

31.6 MB
Binary file not shown.

release/BuglyPro-2.8.0-beta.3.zip

31.6 MB
Binary file not shown.

source/BuglyPro.xcframework/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_armv7</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>BuglyPro.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>armv7</string>
15+
<string>x86_64</string>
1616
</array>
1717
<key>SupportedPlatform</key>
1818
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1921
</dict>
2022
<dict>
2123
<key>LibraryIdentifier</key>
22-
<string>ios-arm64_x86_64-simulator</string>
24+
<string>ios-arm64_x86_64-maccatalyst</string>
2325
<key>LibraryPath</key>
2426
<string>BuglyPro.framework</string>
2527
<key>SupportedArchitectures</key>
@@ -30,22 +32,20 @@
3032
<key>SupportedPlatform</key>
3133
<string>ios</string>
3234
<key>SupportedPlatformVariant</key>
33-
<string>simulator</string>
35+
<string>maccatalyst</string>
3436
</dict>
3537
<dict>
3638
<key>LibraryIdentifier</key>
37-
<string>ios-arm64_x86_64-maccatalyst</string>
39+
<string>ios-arm64_armv7</string>
3840
<key>LibraryPath</key>
3941
<string>BuglyPro.framework</string>
4042
<key>SupportedArchitectures</key>
4143
<array>
4244
<string>arm64</string>
43-
<string>x86_64</string>
45+
<string>armv7</string>
4446
</array>
4547
<key>SupportedPlatform</key>
4648
<string>ios</string>
47-
<key>SupportedPlatformVariant</key>
48-
<string>maccatalyst</string>
4949
</dict>
5050
</array>
5151
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)