Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Smith committed Sep 15, 2015
1 parent 02eeb6c commit 0bb718c
Show file tree
Hide file tree
Showing 41 changed files with 51 additions and 108 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/BTNAppCard~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNAppCard~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNAppCard~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified 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/BTNGroupNameCell~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNGroupNameCell~ipad.nib/objects.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/objects.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/objects.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/objects.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.framework/Button
Binary file not shown.
27 changes: 0 additions & 27 deletions Button.framework/Headers/BTNEventTracker.h

This file was deleted.

24 changes: 16 additions & 8 deletions Button.framework/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (void)setThirdPartyId:(NSString *)thirdPartyId;


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


/**
Reports an order to Button.
@param orderValue The value of the order in pennies.
Expand All @@ -93,6 +85,21 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (BOOL)handleLocalNotification:(UILocalNotification *)notification;


///------------------
/// @name Debugging
///------------------


/**
Sets whether the Button SDK will output debug log messages to the console.
@discussion You should ship to the App Store with this disabled.
@param enabled Pass YES to enable debug log messages to the console.
@note The default value is NO.
*/
- (void)setDebugLoggingEnabled:(BOOL)enabled;


///------------------
/// @name Permissions
///------------------
Expand All @@ -107,4 +114,5 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
*/
+ (void)allowButtonToRequestLocationPermission:(BOOL)isAllowed;


@end
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
27 changes: 0 additions & 27 deletions Button.framework/Versions/A/Headers/BTNEventTracker.h

This file was deleted.

24 changes: 16 additions & 8 deletions Button.framework/Versions/A/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (void)setThirdPartyId:(NSString *)thirdPartyId;


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


/**
Reports an order to Button.
@param orderValue The value of the order in pennies.
Expand All @@ -93,6 +85,21 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (BOOL)handleLocalNotification:(UILocalNotification *)notification;


///------------------
/// @name Debugging
///------------------


/**
Sets whether the Button SDK will output debug log messages to the console.
@discussion You should ship to the App Store with this disabled.
@param enabled Pass YES to enable debug log messages to the console.
@note The default value is NO.
*/
- (void)setDebugLoggingEnabled:(BOOL)enabled;


///------------------
/// @name Permissions
///------------------
Expand All @@ -107,4 +114,5 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
*/
+ (void)allowButtonToRequestLocationPermission:(BOOL)isAllowed;


@end
Binary file modified Button.framework/Versions/Current/Button
Binary file not shown.
27 changes: 0 additions & 27 deletions Button.framework/Versions/Current/Headers/BTNEventTracker.h

This file was deleted.

24 changes: 16 additions & 8 deletions Button.framework/Versions/Current/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (void)setThirdPartyId:(NSString *)thirdPartyId;


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


/**
Reports an order to Button.
@param orderValue The value of the order in pennies.
Expand All @@ -93,6 +85,21 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
- (BOOL)handleLocalNotification:(UILocalNotification *)notification;


///------------------
/// @name Debugging
///------------------


/**
Sets whether the Button SDK will output debug log messages to the console.
@discussion You should ship to the App Store with this disabled.
@param enabled Pass YES to enable debug log messages to the console.
@note The default value is NO.
*/
- (void)setDebugLoggingEnabled:(BOOL)enabled;


///------------------
/// @name Permissions
///------------------
Expand All @@ -107,4 +114,5 @@ typedef void(^BTNConfigurationCompletionBlock)(NSError *error);
*/
+ (void)allowButtonToRequestLocationPermission:(BOOL)isAllowed;


@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 = "3.5.0"
s.version = "3.5.1"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Examples/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Button (3.5.0)
- Button (3.5.1)

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

SPEC CHECKSUMS:
Button: 1481c44c7ad0bcff1fcc4ddd5612703b40a9a9c5
Button: eb815a37e96d0ef1d140988b91593bc0222f0128

COCOAPODS: 0.37.2

0 comments on commit 0bb718c

Please sign in to comment.