Skip to content

Commit

Permalink
U 更新版本
Browse files Browse the repository at this point in the history
U 更新版本
  • Loading branch information
DamonHu committed Dec 26, 2019
1 parent 8c48616 commit 449b9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HDWindowLoggerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'HDWindowLoggerSwift'
s.swift_version = '5.0'
s.version = '1.2.4'
s.version = '1.2.5'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information'
s.homepage = 'https://github.com/DamonHu/HDWindowLoggerSwift'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ extension URL: LogContent {
If there is sensitive information that you don't want users to see when debugging, you can set encryption in two simple steps

```
// 1. Set the encryption password, don't exceed 32 characters
HDWindowLoggerSwift.mPrivacyPassword = "123456"
// 1. Set the encryption password, 32 characters
HDWindowLoggerSwift.mPrivacyPassword = "12345678901234561234567890123456"
// 2, output encrypted content
HDPrivacyLog ("This is test data 222 for encrypted data")
Expand Down Expand Up @@ -337,8 +337,8 @@ extension URL: LogContent {
如果存在敏感信息,不希望用户或者手机调试时看到,简单两步就可以设置加密

```
//1、设置加密密码,不要超过32个字符数字
HDWindowLoggerSwift.mPrivacyPassword = "123456"
//1、设置加密密码,32个字符数字
HDWindowLoggerSwift.mPrivacyPassword = "12345678901234561234567890123456"
//2、输出加密内容
HDPrivacyLog("这个是加密数据的测试数据222")
Expand Down

0 comments on commit 449b9fc

Please sign in to comment.