Skip to content

Commit d8258b2

Browse files
Update version 1.0.0
1 parent 6cc31c5 commit d8258b2

4 files changed

Lines changed: 4 additions & 122 deletions

File tree

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 = '0.1.0'
11+
s.version = '1.0.0'
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@
920920
DEVELOPMENT_TEAM = Y7546NLJW9;
921921
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
922922
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
923+
MARKETING_VERSION = 1.0.0;
923924
MODULE_NAME = ExampleApp;
924925
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
925926
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -940,6 +941,7 @@
940941
DEVELOPMENT_TEAM = Y7546NLJW9;
941942
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
942943
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
944+
MARKETING_VERSION = 1.0.0;
943945
MODULE_NAME = ExampleApp;
944946
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
945947
PRODUCT_NAME = "$(TARGET_NAME)";

Example/ButtonClickStyle/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/ButtonClickStyle/README.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)