diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02a583b..b82b9b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/iOSLogBrowserSDK.podspec b/iOSLogBrowserSDK.podspec
index db1cfbb..16b1f6c 100644
--- a/iOSLogBrowserSDK.podspec
+++ b/iOSLogBrowserSDK.podspec
@@ -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 控制台一样自动滚动。
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist b/iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist
index 0da7af4..aa48274 100644
--- a/iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist
+++ b/iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.0
+ 1.0.1
CFBundleSupportedPlatforms
iPhoneOS
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
index 8be9ee7..681d7a1 100644
--- a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
+++ b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
@@ -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
#import
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Info.plist b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Info.plist
index 3d31f41..9ab8955 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Info.plist and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Info.plist differ
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/iOSLogBrowserSDK b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/iOSLogBrowserSDK
index a45e007..e5c6cf4 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/iOSLogBrowserSDK and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/iOSLogBrowserSDK differ
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
index 8be9ee7..681d7a1 100644
--- a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
+++ b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h
@@ -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
#import
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Info.plist b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Info.plist
index 116a828..597de64 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Info.plist and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Info.plist differ
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeDirectory b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeDirectory
index 97e08c0..ba9b8b3 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeDirectory and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeDirectory differ
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeRequirements-1 b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeRequirements-1
index baa223a..15a0e3e 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeRequirements-1 and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeRequirements-1 differ
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeResources b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeResources
index cacc25b..7e3abe5 100644
--- a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeResources
+++ b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/_CodeSignature/CodeResources
@@ -10,7 +10,7 @@
Headers/iOSLogBrowserSDK.h
- BNy0Q7mb/2+h18lsOFZB1+5m1A4=
+ Y6cExb2jRXzS/KZaoa9vs7jml54=
Headers/iOSLogBrowserSDKDefines.h
@@ -18,7 +18,7 @@
Info.plist
- 6Nt5N4MD+Oop4vBc8373jVDXAXg=
+ EfGTFi1kDdhCb6+vabyM0lB6BfM=
Modules/module.modulemap
@@ -42,11 +42,11 @@
hash
- BNy0Q7mb/2+h18lsOFZB1+5m1A4=
+ Y6cExb2jRXzS/KZaoa9vs7jml54=
hash2
- Lkbg4iaJEJ07C+iLUFvQPINfNApViOuIKtq9AzoP+3Q=
+ pfoCNTHVf8PMHGKxOcD501zLLuN6zBe72A8BU1uewGY=
Headers/iOSLogBrowserSDKDefines.h
diff --git a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/iOSLogBrowserSDK b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/iOSLogBrowserSDK
index 9cbef60..cf37800 100644
Binary files a/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/iOSLogBrowserSDK and b/iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/iOSLogBrowserSDK differ