Skip to content

Commit 7443b9e

Browse files
committed
更新至1.0.2
1 parent 5cfb866 commit 7443b9e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Framework/LLDynamicLaunchScreen.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
isa = XCBuildConfiguration;
282282
buildSettings = {
283283
CODE_SIGN_STYLE = Automatic;
284-
CURRENT_PROJECT_VERSION = 1.0.0;
284+
CURRENT_PROJECT_VERSION = 1.0.2;
285285
DEFINES_MODULE = YES;
286286
DYLIB_COMPATIBILITY_VERSION = 1;
287287
DYLIB_CURRENT_VERSION = 1;
@@ -295,7 +295,7 @@
295295
"@executable_path/Frameworks",
296296
"@loader_path/Frameworks",
297297
);
298-
MARKETING_VERSION = 1.0.0;
298+
MARKETING_VERSION = 1.0.2;
299299
OTHER_CFLAGS = "-fembed-bitcode";
300300
OTHER_LDFLAGS = "-all_load";
301301
PRODUCT_BUNDLE_IDENTIFIER = com.internetwei.launchScreen;
@@ -309,7 +309,7 @@
309309
isa = XCBuildConfiguration;
310310
buildSettings = {
311311
CODE_SIGN_STYLE = Automatic;
312-
CURRENT_PROJECT_VERSION = 1.0.0;
312+
CURRENT_PROJECT_VERSION = 1.0.2;
313313
DEFINES_MODULE = YES;
314314
DYLIB_COMPATIBILITY_VERSION = 1;
315315
DYLIB_CURRENT_VERSION = 1;
@@ -323,7 +323,7 @@
323323
"@executable_path/Frameworks",
324324
"@loader_path/Frameworks",
325325
);
326-
MARKETING_VERSION = 1.0.0;
326+
MARKETING_VERSION = 1.0.2;
327327
OTHER_CFLAGS = "-fembed-bitcode";
328328
OTHER_LDFLAGS = "-all_load";
329329
PRODUCT_BUNDLE_IDENTIFIER = com.internetwei.launchScreen;

LLDynamicLaunchScreen.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'LLDynamicLaunchScreen'
3-
s.version = '1.0.1'
4-
s.summary = '不更新APP修改iPhone启动图'
3+
s.version = '1.0.2'
4+
s.summary = '不更新APP版本也能修改iPhone启动图'
55
s.homepage = 'https://github.com/internetWei/LLDynamicLaunchScreen'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'internetwei' => 'internetwei@foxmail.com' }

LLDynamicLaunchScreen/LLDynamicLaunchScreen.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ + (void)load {
6262
}
6363

6464

65-
+ (NSString *)version { return @"1.0.1"; }
65+
+ (NSString *)version { return @"1.0.2"; }
6666

6767

6868
+ (void)setReplaceLaunchImageBackupPath:(NSString *)backupPath {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
LLDynamicLaunchScreen
22
==============
3-
[![LLDynamicLaunchScreen CI](https://github.com/internetWei/LLDynamicLaunchScreen/workflows/LLDynamicLaunchScreen%20CI/badge.svg)](https://github.com/internetWei/LLDynamicLaunchScreen/actions)   [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/internetWei/LLDynamicLaunchScreen/blob/master/LICENSE)   [![Carthage](https://img.shields.io/badge/Carthage-compatible-green)](https://github.com/Carthage/Carthage)   [![CocoaPods](https://img.shields.io/badge/pod-1.0.1-blue)](http://cocoapods.org/pods/LLDynamicLaunchScreen)   [![Platform](https://img.shields.io/badge/platform-ios-blue)](https://www.apple.com/nl/ios)   [![blog](https://img.shields.io/badge/blog-buDo-blue)](https://juejin.cn/user/2418581312385288/posts)
3+
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/internetWei/LLDynamicLaunchScreen/blob/master/LICENSE)   [![Carthage](https://img.shields.io/badge/Carthage-compatible-green)](https://github.com/Carthage/Carthage)   [![CocoaPods](https://img.shields.io/badge/pod-1.0.2-blue)](http://cocoapods.org/pods/LLDynamicLaunchScreen)   [![Platform](https://img.shields.io/badge/platform-ios-blue)](https://www.apple.com/nl/ios)   [![blog](https://img.shields.io/badge/blog-buDo-blue)](https://juejin.cn/user/2418581312385288/posts)
44

5-
__LLDynamicLaunchScreen__ 是1个专注于解决iOS上各种启动图问题的框架,它仅有 __78kb__,但这并不影响它的强大(`这绝对是你在iOS平台上能找到的最好的关于启动图的解决框架`)。
5+
__LLDynamicLaunchScreen__ 是1个专注于解决iOS上启动图各种问题的框架,它仅有 __78kb__,但这并不影响它的强大(`这绝对是你在iOS平台上能找到的最好的关于启动图的解决框架`)。
66

77
特性
88
==============

0 commit comments

Comments
 (0)