Skip to content

Commit 6a0105f

Browse files
Update version 1.0.3
1 parent 087172e commit 6a0105f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

ButtonClickStyle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ButtonClickStyle'
11-
s.version = '1.0.2'
11+
s.version = '1.0.3'
1212
s.summary = 'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 9 click animation styles'
1313

1414
# This description is used to generate tags and improve search results.

Example/ButtonClickStyle.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -927,9 +927,9 @@
927927
DEVELOPMENT_TEAM = Y7546NLJW9;
928928
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
929929
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
930-
MARKETING_VERSION = 1.0.2;
930+
MARKETING_VERSION = 1.0.3;
931931
MODULE_NAME = ExampleApp;
932-
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
932+
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
933933
PRODUCT_NAME = "$(TARGET_NAME)";
934934
PROVISIONING_PROFILE_SPECIFIER = "";
935935
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -948,9 +948,9 @@
948948
DEVELOPMENT_TEAM = Y7546NLJW9;
949949
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
950950
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
951-
MARKETING_VERSION = 1.0.2;
951+
MARKETING_VERSION = 1.0.3;
952952
MODULE_NAME = ExampleApp;
953-
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
953+
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
954954
PRODUCT_NAME = "$(TARGET_NAME)";
955955
PROVISIONING_PROFILE_SPECIFIER = "";
956956
SWIFT_SWIFT3_OBJC_INFERENCE = Default;

Example/ButtonClickStyle/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>ButtonClickStyle</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>

Example/ButtonClickStyle/UI/Screen/ButtonList/ButtonListViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ButtonListViewController: StoryboardController {
130130
exampleView.update()
131131
exampleView.frame = .init(x: 0, y: 60, width: UIScreen.main.bounds.size.width, height: 223)
132132

133-
exampleView.endAnimationCallback = { [weak self] in
133+
exampleView.endAnimationCallback = { // [weak self] in
134134

135135
// main { [weak self] in
136136
// guard let mSelf = self else { return }

0 commit comments

Comments
 (0)