Skip to content

Commit

Permalink
V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Nov 17, 2024
1 parent a40890a commit a504704
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG

## pcjbird 2024-11-18 Version:1.0.0 Build:20241118001
## pcjbird 2024-11-18 Version:1.0.1 Build:20241118001

- First release of the SDK version.
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.0"
s.version = "1.0.1"
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日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像 Xcode 控制台一样自动滚动。
Expand Down
2 changes: 1 addition & 1 deletion iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
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.0 Build:20241118001
// pcjbird 2024-11-18 Version:1.0.1 Build:20241118001

#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.0 Build:20241118001
// pcjbird 2024-11-18 Version:1.0.1 Build:20241118001

#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>
BNy0Q7mb/2+h18lsOFZB1+5m1A4=
Y6cExb2jRXzS/KZaoa9vs7jml54=
</data>
<key>Headers/iOSLogBrowserSDKDefines.h</key>
<data>
x8jkPEGI7Gs0va8423IWiq7uKh8=
</data>
<key>Info.plist</key>
<data>
6Nt5N4MD+Oop4vBc8373jVDXAXg=
EfGTFi1kDdhCb6+vabyM0lB6BfM=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -42,11 +42,11 @@
<dict>
<key>hash</key>
<data>
BNy0Q7mb/2+h18lsOFZB1+5m1A4=
Y6cExb2jRXzS/KZaoa9vs7jml54=
</data>
<key>hash2</key>
<data>
Lkbg4iaJEJ07C+iLUFvQPINfNApViOuIKtq9AzoP+3Q=
pfoCNTHVf8PMHGKxOcD501zLLuN6zBe72A8BU1uewGY=
</data>
</dict>
<key>Headers/iOSLogBrowserSDKDefines.h</key>
Expand Down
Binary file not shown.

0 comments on commit a504704

Please sign in to comment.