Skip to content

Commit 6471a47

Browse files
committed
V1.0.9
- Fixed app icon.
1 parent 1935a33 commit 6471a47

14 files changed

Lines changed: 32 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## pcjbird 2026-02-12 Version:1.0.9 Build:20260212001
4+
5+
- Fixed app icon.
6+
37
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
48

59
- Fixed telnet server logger format issue.

RELEASE_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 版本更新日志
22

3+
## pcjbird 2026-02-12 Version:1.0.9 Build:20260212001
4+
5+
- 修复部分情况下获取 App 图标失败的问题。
6+
37
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
48

59
- 修复了 telnet 服务器日志格式的问题。

RELEASE_EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RELEASES
22

3+
## pcjbird 2026-02-12 Version:1.0.9 Build:20260212001
4+
5+
- Fixed app icon.
6+
37
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
48

59
- Fixed telnet server logger format issue.

iOSLogBrowserSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSLogBrowserSDK"
3-
s.version = "1.0.8"
3+
s.version = "1.0.9"
44
s.summary = "Real-time iOS log viewer via LAN browser, auto-scrolls like Xcode console."
55
s.description = <<-DESC
66
A real-time iOS log tracing tool that lets you view iOS app logs live in a browser over the LAN. No Mac or cable required; multiple devices can listen simultaneously, logs auto-scroll, and it’s simple to operate—perfect for mobile QA engineers.

iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>25B78</string>
6+
<string>25C56</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleIdentifier</key>
@@ -15,29 +15,29 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.8</string>
18+
<string>1.0.9</string>
1919
<key>CFBundleSupportedPlatforms</key>
2020
<array>
2121
<string>iPhoneOS</string>
2222
</array>
2323
<key>CFBundleVersion</key>
24-
<string>20251124002</string>
24+
<string>20260212001</string>
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTPlatformBuild</key>
28-
<string>23B77</string>
28+
<string>23C53</string>
2929
<key>DTPlatformName</key>
3030
<string>iphoneos</string>
3131
<key>DTPlatformVersion</key>
32-
<string>26.1</string>
32+
<string>26.2</string>
3333
<key>DTSDKBuild</key>
34-
<string>23B77</string>
34+
<string>23C53</string>
3535
<key>DTSDKName</key>
36-
<string>iphoneos26.1</string>
36+
<string>iphoneos26.2</string>
3737
<key>DTXcode</key>
38-
<string>2611</string>
38+
<string>2620</string>
3939
<key>DTXcodeBuild</key>
40-
<string>17B100</string>
40+
<string>17C52</string>
4141
<key>MinimumOSVersion</key>
4242
<string>18.1</string>
4343
<key>UIDeviceFamily</key>

iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>iOSLogBrowserSDK.framework/iOSLogBrowserSDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>iOSLogBrowserSDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>iOSLogBrowserSDK.framework/iOSLogBrowserSDK</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>iOSLogBrowserSDK.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
1010
//
1111
// 构建版本:
12-
// pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
12+
// pcjbird 2026-02-12 Version:1.0.9 Build:20260212001
1313

1414
#import <Foundation/Foundation.h>
1515
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>
Binary file not shown.

iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
1010
//
1111
// 构建版本:
12-
// pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
12+
// pcjbird 2026-02-12 Version:1.0.9 Build:20260212001
1313

1414
#import <Foundation/Foundation.h>
1515
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>

0 commit comments

Comments
 (0)