Skip to content

Commit

Permalink
V1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Nov 18, 2024
1 parent 1e69b7e commit f77cd4f
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## pcjbird 2024-11-18 Version:1.0.3 Build:20241118003

- Migrated log level styling configurations to HTML template to optimize log display effects in dark mode.

## pcjbird 2024-11-18 Version:1.0.2 Build:20241118002

- Removed dependency on `XLFacility` header files from SDK public headers, now import these headers directly in your own projects for better modularity and flexibility.
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 版本更新日志

## pcjbird 2024-11-18 Version:1.0.3 Build:20241118003

- 将日志等级的样式配置迁移至 HTML 模版中,实现暗黑模式下的日志显示效果优化。

## pcjbird 2024-11-18 Version:1.0.2 Build:20241118002

- 从 SDK 公共头文件中移除了对 `XLFacility` 头文件的依赖,现在您需要在自己的项目中直接导入这些头文件以获得更好的模块化和灵活性。
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RELEASES

## pcjbird 2024-11-18 Version:1.0.3 Build:20241118003

- Migrated log level styling configurations to HTML template to optimize log display effects in dark mode.

## pcjbird 2024-11-18 Version:1.0.2 Build:20241118002

- Removed dependency on `XLFacility` header files from SDK public headers, now import these headers directly in your own projects for better modularity and flexibility.
Expand Down
2 changes: 1 addition & 1 deletion iOSLogBrowserSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "iOSLogBrowserSDK"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "A real-time iOS log tracing tool that enables viewing iOS logs on a PC web browser within a local area network. The log display automatically scrolls similar to Xcode console."
s.description = <<-DESC
一个实时的iOS日志跟踪工具,让您在局域网内通过浏览器实时查看iOS应用日志。无需Mac电脑和数据线连接,支持多台设备同时监听,日志自动滚动显示,操作便捷,是移动测试人员的理想选择。
Expand Down
4 changes: 2 additions & 2 deletions iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>20241118002</string>
<string>20241118003</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
47 changes: 47 additions & 0 deletions iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,53 @@
td {
padding: 2px 10px;
}

.log-verbose {
color: #000000;
}
.log-debug {
color: #46C2F2;
}
.log-info {
color: green;
}
.log-warning {
color: orange;
}
.log-error {
color: red;
}
.log-exception {
color: red;
font-weight: bold;
}
.log-default {
color: dimgray;
}

body.dark-mode .log-verbose {
color: #808080;
}
body.dark-mode .log-debug {
color: #46C2F2;
}
body.dark-mode .log-info {
color: #00FF00;
}
body.dark-mode .log-warning {
color: #FFFF00;
}
body.dark-mode .log-error {
color: #FF0000;
}
body.dark-mode .log-exception {
color: #FF0000;
font-weight: bold;
}
body.dark-mode .log-default {
color: #808080;
}


#footer {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
//
// 构建版本:
// pcjbird 2024-11-18 Version:1.0.2 Build:20241118002
// pcjbird 2024-11-18 Version:1.0.3 Build:20241118003

#import <Foundation/Foundation.h>
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
//
// 构建版本:
// pcjbird 2024-11-18 Version:1.0.2 Build:20241118002
// pcjbird 2024-11-18 Version:1.0.3 Build:20241118003

#import <Foundation/Foundation.h>
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</data>
<key>Headers/iOSLogBrowserSDK.h</key>
<data>
q7y79TZQPw8m0RRgxLbghqOgq2k=
D++5JaGd8RR0lW+LpyphkF5Jn1k=
</data>
<key>Headers/iOSLogBrowserSDKDefines.h</key>
<data>
x8jkPEGI7Gs0va8423IWiq7uKh8=
</data>
<key>Info.plist</key>
<data>
RP04K0tg+LIdoiSfKCDTBQ9ZIVM=
nwW6Vex5/vlfVjtVydK+1whPBYg=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -42,11 +42,11 @@
<dict>
<key>hash</key>
<data>
q7y79TZQPw8m0RRgxLbghqOgq2k=
D++5JaGd8RR0lW+LpyphkF5Jn1k=
</data>
<key>hash2</key>
<data>
s/iTVPo8lMtU+LpXN3Ac/O6QPbfOsq1l0EI+JdkX7Ds=
FJPsR+75ljSBAJWWOFE+b6CcB59moguTBXxcZJYh48A=
</data>
</dict>
<key>Headers/iOSLogBrowserSDKDefines.h</key>
Expand Down
Binary file not shown.

0 comments on commit f77cd4f

Please sign in to comment.