Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Smith committed Dec 3, 2015
1 parent 49d1898 commit 8ad66fd
Show file tree
Hide file tree
Showing 54 changed files with 20 additions and 9 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 removed Button.bundle/BTNAppCard~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file removed Button.bundle/BTNAppCard~ipad.nib/runtime.nib
Binary file not shown.
Binary file removed Button.bundle/BTNAppCard~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file removed Button.bundle/BTNAppCard~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/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/Button-Info.plist
Binary file not shown.
Binary file modified Button.bundle/ic_compass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_compass@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_compass@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_disclosure@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_disclosure@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_dismiss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_dismiss@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Button.bundle/ic_dismiss@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Button.bundle/tx_ride.png
Binary file not shown.
Binary file removed Button.bundle/tx_ride@2x.png
Binary file not shown.
Binary file removed Button.bundle/tx_ride@3x.png
Binary file not shown.
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
19 changes: 15 additions & 4 deletions Button.framework/Versions/A/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
/**
Configures a Button instance with the provided applicationId
@param applicationId Your applicationId (required)
@param completionBlock block to execute when completed (optional)
@param completionHandler A block to be executed upon completion. (optional)
**/
- (void)configureWithApplicationId:(NSString *)applicationId
completion:(void(^)(NSError *error))completionBlock;
completion:(void(^)(NSError *error))completionHandler;


/**
Checks whether Button has an action available for a buttonId and contextually relevant data.
@param buttonId The identifier for a button (e.g. btn-xxxxxxxxxxxx).
@param context A BTNContext object providing context about your user's current activity.
@param completionHandler A block to be executed upon completion of preparation.
@param completionHandler A block to be executed upon completion.
*/
- (void)willDisplayButtonWithId:(NSString *)buttonId
context:(BTNContext *)context
Expand Down Expand Up @@ -61,8 +61,19 @@


/**
The Button referrer token `btn_ref` indicating the last referrer.
Checks for any deferred deep links.
@param completionBlock A block to be executed once the check has completed.
If deeplinkURL is not nil, your application should open the url and update the UI accordingly.
@note This should be called after -configureWithApplicationId:completion:
*/
- (void)checkForDeeplinkWithCompletion:(void(^)(NSURL *deeplinkURL))completionBlock;


/**
Returns the current referrerToken for the last inbound link from
the Button marketplace or nil if none is present.
@return String value of the last inbound referrerToken
**/
- (NSString *)referrerToken;


Expand Down
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.0.1"
s.version = "4.1.0"
s.summary = "Button iOS SDK."

s.description = <<-DESC
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 (4.0.1)
- Button (4.1.0)

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

SPEC CHECKSUMS:
Button: 8a5a4a7610b1a860b08a1371c12ff183470116a6
Button: f9017378d2838ba3fec70ac043dcd00067434c15

COCOAPODS: 0.39.0
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 (4.0.1)
- Button (4.1.0)

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

SPEC CHECKSUMS:
Button: 8a5a4a7610b1a860b08a1371c12ff183470116a6
Button: f9017378d2838ba3fec70ac043dcd00067434c15

COCOAPODS: 0.39.0

0 comments on commit 8ad66fd

Please sign in to comment.