Skip to content

Commit

Permalink
Release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Button Bot authored and pavelpantus committed Nov 25, 2016
1 parent 381e14e commit 92ff767
Show file tree
Hide file tree
Showing 23 changed files with 8 additions and 11 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/Info.plist
Binary file not shown.
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
3 changes: 2 additions & 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.2.0"
s.version = "5.2.1"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand All @@ -23,6 +23,7 @@ Pod::Spec.new do |s|

s.preserve_paths = 'Button.framework'
s.public_header_files = 'Button.framework/Versions/A/Headers/*.h'
s.source_files = 'Button.framework/Versions/A/Headers/*.h'
s.vendored_frameworks = 'Button.framework'
s.resource = 'Button.bundle'

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>
<true/>
<false/>
</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 @@ -164,7 +164,6 @@
TargetAttributes = {
DEC2AAD21ADC278900ED8393 = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = 39F27QYP2C;
};
};
};
Expand Down Expand Up @@ -340,7 +339,6 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
BTN_ARBITRARY_LOADS = YES;
DEVELOPMENT_TEAM = 39F27QYP2C;
GCC_PREFIX_HEADER = "$(SRCROOT)/../../../../.qa/QA-prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/../../Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down Expand Up @@ -438,7 +436,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = 39F27QYP2C;
INFOPLIST_FILE = "$(SRCROOT)/../../Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -454,7 +451,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = 39F27QYP2C;
INFOPLIST_FILE = "$(SRCROOT)/../../Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "QA"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
4 changes: 2 additions & 2 deletions Examples/Objective-C/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Button (5.2.0)
- Button (5.2.1)

DEPENDENCIES:
- Button (from `../../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../../"

SPEC CHECKSUMS:
Button: ddac64efcaecb50bd74d49228d5a65c5ee4bf4ad
Button: b3cfc666eb439e682576938d8e0108d51c83678a

PODFILE CHECKSUM: b62f13ba0b325840ecb1fce12a2403f20a0d77fe

Expand Down
4 changes: 2 additions & 2 deletions Examples/Swift/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Button (5.2.0)
- Button (5.2.1)

DEPENDENCIES:
- Button (from `../../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../../"

SPEC CHECKSUMS:
Button: ddac64efcaecb50bd74d49228d5a65c5ee4bf4ad
Button: b3cfc666eb439e682576938d8e0108d51c83678a

PODFILE CHECKSUM: 293fc3ed68c3abd2dca24349c320c6f18e87dbfc

Expand Down

0 comments on commit 92ff767

Please sign in to comment.