From f209b952170248dab9e43fbe4ffd56a727ef4a12 Mon Sep 17 00:00:00 2001 From: LEE <18611401994@163.com> Date: Wed, 10 Apr 2024 11:49:01 +0800 Subject: [PATCH] =?UTF-8?q?1.2.0=20=E6=B7=BB=E5=8A=A0=E9=9A=90=E7=A7=81?= =?UTF-8?q?=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEETheme.podspec | 9 ++++++--- LEETheme/LEETheme.h | 6 +++--- LEETheme/LEETheme.m | 4 ++-- LEETheme/LEEThemeHelper.h | 4 ++-- LEETheme/PrivacyInfo.xcprivacy | 14 ++++++++++++++ .../LEEThemeDemo.xcodeproj/project.pbxproj | 2 ++ UPDATELOG.md | 8 ++++++++ 7 files changed, 37 insertions(+), 10 deletions(-) create mode 100755 LEETheme/PrivacyInfo.xcprivacy diff --git a/LEETheme.podspec b/LEETheme.podspec index 8a4407b..5d687eb 100644 --- a/LEETheme.podspec +++ b/LEETheme.podspec @@ -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" @@ -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 diff --git a/LEETheme/LEETheme.h b/LEETheme/LEETheme.h index 390afe6..1d53146 100644 --- a/LEETheme/LEETheme.h +++ b/LEETheme/LEETheme.h @@ -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 @@ -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 diff --git a/LEETheme/LEETheme.m b/LEETheme/LEETheme.m index a54c4de..78ee90f 100644 --- a/LEETheme/LEETheme.m +++ b/LEETheme/LEETheme.m @@ -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" diff --git a/LEETheme/LEEThemeHelper.h b/LEETheme/LEEThemeHelper.h index ebe0a44..41b5f0f 100644 --- a/LEETheme/LEEThemeHelper.h +++ b/LEETheme/LEEThemeHelper.h @@ -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; diff --git a/LEETheme/PrivacyInfo.xcprivacy b/LEETheme/PrivacyInfo.xcprivacy new file mode 100755 index 0000000..86768b9 --- /dev/null +++ b/LEETheme/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyAccessedAPITypes + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + + diff --git a/LEEThemeDemo/LEEThemeDemo.xcodeproj/project.pbxproj b/LEEThemeDemo/LEEThemeDemo.xcodeproj/project.pbxproj index cc6e565..ba6801f 100644 --- a/LEEThemeDemo/LEEThemeDemo.xcodeproj/project.pbxproj +++ b/LEEThemeDemo/LEEThemeDemo.xcodeproj/project.pbxproj @@ -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", @@ -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", diff --git a/UPDATELOG.md b/UPDATELOG.md index 1d52d24..7eccd6c 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,6 +1,14 @@ # LEETheme - 更新日志 +V1.2.0 +============== +添加隐私清单 + +V1.1.11 +============== +增加Swift Package Manager支持 + V1.1.10 ============== - 内部优化 顺便修复后台系统APP进程页面 无法跟随系统主题更新截图样式的问题.