Skip to content

Commit

Permalink
Release v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Button Bot authored and pavelpantus committed Jan 27, 2017
1 parent 045b2ce commit 5f04fa0
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 9 deletions.
Binary file modified Button.bundle/BTNBaseModalController.nib
Binary file not shown.
Binary file modified Button.bundle/BTNDefaultItemButton.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInstallBannerView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInteractiveButtonContentView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInteractiveButtonInventoryCell.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryItemCell.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryListCell.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryPreviewView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNInventoryView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNLocationRequestView.nib
Binary file not shown.
Binary file modified Button.bundle/BTNNavigationHeaderView.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/BTNWebViewInstallAppController.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.
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 = "5.4.0"
s.version = "5.4.1"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Examples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to get you a ride.</string>
Expand Down
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,15 +1,15 @@
PODS:
- Button (5.4.0)
- Button (5.4.1)

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

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

SPEC CHECKSUMS:
Button: 81cd6febcc7cbad497df2f5fa6460d5e43cfc66a
Button: c39ad3fbb7cae55569ae57770daabeea9ec92c70

PODFILE CHECKSUM: b62f13ba0b325840ecb1fce12a2403f20a0d77fe

Expand Down
6 changes: 3 additions & 3 deletions Examples/Swift/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- Button (5.4.0)
- Button (5.4.1)

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

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

SPEC CHECKSUMS:
Button: 81cd6febcc7cbad497df2f5fa6460d5e43cfc66a
Button: c39ad3fbb7cae55569ae57770daabeea9ec92c70

PODFILE CHECKSUM: 293fc3ed68c3abd2dca24349c320c6f18e87dbfc

Expand Down

0 comments on commit 5f04fa0

Please sign in to comment.