Skip to content

Commit

Permalink
添加隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 17, 2024
1 parent e04129f commit 8da92fb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.1.11;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -326,7 +326,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.1.11;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
12 changes: 6 additions & 6 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.2.0"
s.version = "1.2.1"
s.summary = "最好用的轻量级主题管理库"

s.homepage = "https://github.com/lixiang1994/LEETheme"
Expand All @@ -20,9 +20,9 @@ s.source_files = "LEETheme/**/*.{h,m}"

s.requires_arc = true

s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
"Privacy" => 'LEETheme/PrivacyInfo.xcprivacy'
}
end
s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
"LEETheme" => 'LEETheme/PrivacyInfo.xcprivacy'
}
end
end
2 changes: 1 addition & 1 deletion LEETheme/LEETheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
* @version V1.2.1
*/

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion LEETheme/LEETheme.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
* @version V1.2.1
*/

#import "LEETheme.h"
Expand Down
2 changes: 1 addition & 1 deletion LEETheme/LEEThemeHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2024年 lee. All rights reserved.
* @version V1.2.0
* @version V1.2.1
*/

FOUNDATION_EXPORT double LEEThemeVersionNumber;
Expand Down
2 changes: 1 addition & 1 deletion UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# LEETheme - 更新日志

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

Expand Down

0 comments on commit 8da92fb

Please sign in to comment.