Skip to content

Commit

Permalink
1.3.8 修复崩溃问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 26, 2020
1 parent 9c7e427 commit 9066a41
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 23 deletions.
8 changes: 4 additions & 4 deletions Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.7;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlert;
MARKETING_VERSION = 1.3.8;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.alert;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7s armv7";
Expand All @@ -325,8 +325,8 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.7;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlert;
MARKETING_VERSION = 1.3.8;
PRODUCT_BUNDLE_IDENTIFIER = com.lee.alert;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7s armv7";
Expand Down
2 changes: 1 addition & 1 deletion LEEAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LEEAlert"
s.version = "1.3.7"
s.version = "1.3.8"
s.summary = "优雅的Alert ActionSheet"

s.homepage = "https://github.com/lixiang1994/LEEAlert"
Expand Down
2 changes: 1 addition & 1 deletion LEEAlert/LEEAlert.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.3.7
* @version V1.3.8
*/

#import <Foundation/Foundation.h>
Expand Down
14 changes: 7 additions & 7 deletions LEEAlert/LEEAlert.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.3.7
* @version V1.3.8
*/

#import "LEEAlert.h"
Expand Down Expand Up @@ -1219,7 +1219,7 @@ + (void)load{

[selStringsArray enumerateObjectsUsingBlock:^(NSString *selString, NSUInteger idx, BOOL *stop) {

NSString *leeSelString = [@"lee_alert_" stringByAppendingString:selString];
NSString *leeSelString = [@"lee_alert_view_" stringByAppendingString:selString];

Method originalMethod = class_getInstanceMethod(self, NSSelectorFromString(selString));

Expand Down Expand Up @@ -1276,9 +1276,9 @@ - (void)lee_alert_updateCornerRadii{

}

- (void)lee_alert_layoutSubviews{
- (void)lee_alert_view_layoutSubviews{

[self lee_alert_layoutSubviews];
[self lee_alert_view_layoutSubviews];

[self lee_alert_updateCornerRadii];
}
Expand Down Expand Up @@ -1325,7 +1325,7 @@ + (void)load{

[selStringsArray enumerateObjectsUsingBlock:^(NSString *selString, NSUInteger idx, BOOL *stop) {

NSString *leeSelString = [@"lee_alert_" stringByAppendingString:selString];
NSString *leeSelString = [@"lee_alert_button_" stringByAppendingString:selString];

Method originalMethod = class_getInstanceMethod(self, NSSelectorFromString(selString));

Expand All @@ -1348,9 +1348,9 @@ + (void)load{

}

- (void)lee_alert_layoutSubviews{
- (void)lee_alert_button_layoutSubviews{

[self lee_alert_layoutSubviews];
[self lee_alert_button_layoutSubviews];

[self lee_alert_updateCornerRadii];
}
Expand Down
2 changes: 1 addition & 1 deletion LEEAlert/LEEAlertHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author LEE
* @copyright Copyright © 2016 - 2019年 lee. All rights reserved.
* @version V1.3.7
* @version V1.3.8
*/

#ifndef LEEAlertHelper_h
Expand Down
18 changes: 9 additions & 9 deletions LEEAlertDemo/LEEAlertDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -441,18 +441,18 @@
TargetAttributes = {
9B0BB2241E8E28760087D231 = {
CreatedOnToolsVersion = 8.3;
DevelopmentTeam = J3LFY9VS6Z;
DevelopmentTeam = B9D8DJR5J5;
ProvisioningStyle = Automatic;
};
9B0BB23D1E8E28760087D231 = {
CreatedOnToolsVersion = 8.3;
DevelopmentTeam = 8K4E58U732;
DevelopmentTeam = B9D8DJR5J5;
ProvisioningStyle = Automatic;
TestTargetID = 9B0BB2241E8E28760087D231;
};
9B0BB2481E8E28760087D231 = {
CreatedOnToolsVersion = 8.3;
DevelopmentTeam = 8K4E58U732;
DevelopmentTeam = B9D8DJR5J5;
ProvisioningStyle = Automatic;
TestTargetID = 9B0BB2241E8E28760087D231;
};
Expand Down Expand Up @@ -707,7 +707,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
DEVELOPMENT_TEAM = J3LFY9VS6Z;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -722,7 +722,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
DEVELOPMENT_TEAM = J3LFY9VS6Z;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -736,7 +736,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = 8K4E58U732;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlertDemoTests;
Expand All @@ -749,7 +749,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = 8K4E58U732;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlertDemoTests;
Expand All @@ -761,7 +761,7 @@
9B0BB2591E8E28760087D231 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 8K4E58U732;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemoUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlertDemoUITests;
Expand All @@ -773,7 +773,7 @@
9B0BB25A1E8E28760087D231 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 8K4E58U732;
DEVELOPMENT_TEAM = B9D8DJR5J5;
INFOPLIST_FILE = LEEAlertDemoUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEEAlertDemoUITests;
Expand Down
4 changes: 4 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# LEEAlert - 更新日志

V1.3.8
==============
修复崩溃问题

V1.3.7
==============
修复Button圆角失效问题
Expand Down

0 comments on commit 9066a41

Please sign in to comment.