Skip to content

Commit c920125

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

11 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"
4+
s.version = "2.8.0-beta.2"
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.2
4+
5+
Release on 2024.08.23
6+
7+
### Fix
8+
* 修复网络质量监控的一些问题;
9+
310
## Version 2.8.0-beta
411

512
Release on 2024.08.20

release/BuglyPro.2.8.0-beta.2.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,22 +6,20 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64_armv7</string>
1010
<key>LibraryPath</key>
1111
<string>BuglyPro.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
15+
<string>armv7</string>
1616
</array>
1717
<key>SupportedPlatform</key>
1818
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2119
</dict>
2220
<dict>
2321
<key>LibraryIdentifier</key>
24-
<string>ios-arm64_x86_64-maccatalyst</string>
22+
<string>ios-arm64_x86_64-simulator</string>
2523
<key>LibraryPath</key>
2624
<string>BuglyPro.framework</string>
2725
<key>SupportedArchitectures</key>
@@ -32,20 +30,22 @@
3230
<key>SupportedPlatform</key>
3331
<string>ios</string>
3432
<key>SupportedPlatformVariant</key>
35-
<string>maccatalyst</string>
33+
<string>simulator</string>
3634
</dict>
3735
<dict>
3836
<key>LibraryIdentifier</key>
39-
<string>ios-arm64_armv7</string>
37+
<string>ios-arm64_x86_64-maccatalyst</string>
4038
<key>LibraryPath</key>
4139
<string>BuglyPro.framework</string>
4240
<key>SupportedArchitectures</key>
4341
<array>
4442
<string>arm64</string>
45-
<string>armv7</string>
43+
<string>x86_64</string>
4644
</array>
4745
<key>SupportedPlatform</key>
4846
<string>ios</string>
47+
<key>SupportedPlatformVariant</key>
48+
<string>maccatalyst</string>
4949
</dict>
5050
</array>
5151
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)