Skip to content

Commit

Permalink
1.2.0 添加隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 10, 2024
1 parent 7b1e6ba commit f209b95
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
9 changes: 6 additions & 3 deletions LEETheme.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LEETheme"
s.version = "1.1.11"
s.version = "1.2.0"
s.summary = "最好用的轻量级主题管理库"

s.homepage = "https://github.com/lixiang1994/LEETheme"
Expand All @@ -18,8 +18,11 @@ s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag =

s.source_files = "LEETheme/**/*.{h,m}"

# s.public_header_files = "Classes/**/*.h"

s.requires_arc = true

s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
"Privacy" => 'LEETheme/PrivacyInfo.xcprivacy'
}
end
end
6 changes: 3 additions & 3 deletions LEETheme/LEETheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2020年 lee. All rights reserved.
* @version V1.1.11
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
*/

#import <Foundation/Foundation.h>
Expand All @@ -27,7 +27,7 @@
*
* 在使用LEETheme的过程中如果出现bug请及时以以下任意一种方式联系我,我会及时修复bug
*
* QQ : 可以添加SDAutoLayout群 497140713 在这里找到我(LEE 332459523)
* QQ : 可以添加Swift交流群 750649813 在这里找到我(LEE 332459523)
* Email : 18611401994@163.com
* GitHub: https://github.com/lixiang1994/LEETheme
* 简书: http://www.jianshu.com/users/a6da0db100c8
Expand Down
4 changes: 2 additions & 2 deletions LEETheme/LEETheme.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2020年 lee. All rights reserved.
* @version V1.1.11
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
*/

#import "LEETheme.h"
Expand Down
4 changes: 2 additions & 2 deletions LEETheme/LEEThemeHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @brief LEE主题管理
*
* @author LEE
* @copyright Copyright © 2016 - 2020年 lee. All rights reserved.
* @version V1.1.11
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
*/

FOUNDATION_EXPORT double LEEThemeVersionNumber;
Expand Down
14 changes: 14 additions & 0 deletions LEETheme/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions LEEThemeDemo/LEEThemeDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3190,6 +3190,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = MHW5BL2Z4W;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/LEEThemeDemo/YYKitDemo/Vendor",
Expand Down Expand Up @@ -3218,6 +3219,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = MHW5BL2Z4W;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/LEEThemeDemo/YYKitDemo/Vendor",
Expand Down
8 changes: 8 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# LEETheme - 更新日志

V1.2.0
==============
添加隐私清单

V1.1.11
==============
增加Swift Package Manager支持

V1.1.10
==============
- 内部优化 顺便修复后台系统APP进程页面 无法跟随系统主题更新截图样式的问题.
Expand Down

0 comments on commit f209b95

Please sign in to comment.