Skip to content

Commit

Permalink
Release v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Button Bot authored and pavelpantus committed Sep 1, 2016
1 parent e582963 commit fbfdab3
Show file tree
Hide file tree
Showing 57 changed files with 1,850 additions and 883 deletions.
Binary file modified Button.bundle/BTNAlertView~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNAlertView~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNAlertView~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNAlertView~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNBaseModalController.nib
Binary file not shown.
Binary file modified Button.bundle/BTNDefaultItemButton~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNDefaultItemButton~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNDefaultItemButton~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNDefaultItemButton~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInstallBannerView~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInstallBannerView~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInstallBannerView~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInstallBannerView~iphone.nib/runtime.nib
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 modified Button.bundle/BTNInventoryItemCell~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryItemCell~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryItemCell~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryItemCell~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryListCell~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryListCell~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryListCell~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryListCell~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryPreviewView~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryPreviewView~ipad.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryPreviewView~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryView~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryView~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryView~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryView~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNLocationRequestView~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNLocationRequestView~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNLocationRequestView~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNLocationRequestView~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNSandboxAppStoreController.nib
Binary file not shown.
Binary file modified Button.bundle/BTNSimulatorInstallView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNTextBannerView.nib
Binary file not shown.
Binary file modified Button.bundle/Button-Info.plist
Binary file not shown.
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
17 changes: 17 additions & 0 deletions Button.framework/Versions/A/Headers/BTNInteractiveButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,21 @@
*/
@property (nonatomic, assign) CGFloat inventoryLeftPadding;


/**
The font face name used for all text (default: System font).
@note If the font name is not correct, the system font will be used.
@see +[UIFont familyNames] and +[UIFont fontNamesForFamilyName:] to find the correct font name.
*/
@property (nonatomic, copy) NSString *fontName;


/**
Adjusts the point size of all text up or down relative to the current point size.
@discussion Some fonts may be a bit larger or smaller than the system font. This property provides
a way to make slight adjustments to the point size to accomodate such cases. It is not intended to be
used for large changes in either direction and doing so may have unexpected results.
*/
@property (nonatomic, assign) NSInteger relativeFontPointSize;

@end
2 changes: 1 addition & 1 deletion Button.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Button"
s.version = "4.12.0"
s.version = "4.13.0"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down
1,502 changes: 1,020 additions & 482 deletions Examples/Objective-C/Button-CocoaPods/CocoaPodsExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "QA"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
6 changes: 3 additions & 3 deletions Examples/Objective-C/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Button (4.12.0)
- Button (4.13.0)

DEPENDENCIES:
- Button (from `../../../`)

EXTERNAL SOURCES:
Button:
:path: ../../../
:path: "../../../"

SPEC CHECKSUMS:
Button: 3a525ecf5e24672bfe19e26c74200f1cce0fbdfe
Button: b2bb30c9581edb0bc596dee9387643e2c21a9392

COCOAPODS: 0.39.0
6 changes: 3 additions & 3 deletions Examples/Swift/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Button (4.12.0)
- Button (4.13.0)

DEPENDENCIES:
- Button (from `../../../`)

EXTERNAL SOURCES:
Button:
:path: ../../../
:path: "../../../"

SPEC CHECKSUMS:
Button: 3a525ecf5e24672bfe19e26c74200f1cce0fbdfe
Button: b2bb30c9581edb0bc596dee9387643e2c21a9392

COCOAPODS: 0.39.0
Loading

0 comments on commit fbfdab3

Please sign in to comment.