Skip to content

Commit

Permalink
Bumps to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Oct 16, 2019
1 parent 6b597af commit 9d0aba4
Show file tree
Hide file tree
Showing 26 changed files with 2,594 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Carthage/Build/.Stevia.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

883 changes: 883 additions & 0 deletions Carthage/Build/iOS/9252E99F-C46D-3381-B04E-7442A52F5B83.bcsymbolmap

Large diffs are not rendered by default.

959 changes: 959 additions & 0 deletions Carthage/Build/iOS/F39E7717-657F-3E65-A3CD-5A63D890990F.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/Stevia.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
741 changes: 741 additions & 0 deletions Carthage/Build/tvOS/19ECEC48-7099-3A03-A5F0-F2663781E784.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/tvOS/Stevia.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ Become a sponsor and get your logo on our README on Github with a link to your s
- Swift 4.1 -> [v**4.3.2**](https://github.com/freshOS/Stevia/releases/tag/4.3.2)
- Swift 4.2 -> [v**4.4.4**](https://github.com/freshOS/Stevia/releases/tag/4.4.4)
- Swift 5.0 -> [v**4.5.0**](https://github.com/freshOS/Stevia/releases/tag/4.5.0)
- Swift 5.1 -> [v**4.6.0**](https://github.com/freshOS/Stevia/releases/tag/4.6.0)
- Swift 5.1 -> [v**4.6.1**](https://github.com/freshOS/Stevia/releases/tag/4.6.1)
8 changes: 4 additions & 4 deletions Stevia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
INFOPLIST_FILE = SteviaTV/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.SteviaTV;
PRODUCT_MODULE_NAME = Stevia;
PRODUCT_NAME = Stevia;
Expand Down Expand Up @@ -516,7 +516,7 @@
INFOPLIST_FILE = SteviaTV/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.SteviaTV;
PRODUCT_MODULE_NAME = Stevia;
PRODUCT_NAME = Stevia;
Expand Down Expand Up @@ -657,7 +657,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.freshOS.Stevia;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -679,7 +679,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.freshOS.Stevia;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion SteviaLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SteviaLayout'
s.version = "4.6.0"
s.version = "4.6.1"
s.summary = "Elegant view layout for iOS"
s.homepage = "https://github.com/s4cha/Stevia"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 9d0aba4

Please sign in to comment.