Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Smith committed Jul 8, 2015
1 parent fd3f915 commit eabdf7d
Show file tree
Hide file tree
Showing 49 changed files with 34 additions and 16 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~ipad.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNBaseModalController~ipad.nib/runtime.nib
Binary file not shown.
Binary file modified Button.bundle/BTNBaseModalController~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified Button.bundle/BTNBaseModalController~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/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 added Button.bundle/Base.lproj/ButtonSDK.strings
Binary file not shown.
Binary file modified Button.bundle/Button-Info.plist
Binary file not shown.
Binary file added Button.bundle/es.lproj/ButtonSDK.strings
Binary file not shown.
Binary file added Button.bundle/pt.lproj/ButtonSDK.strings
Binary file not shown.
Binary file added Button.bundle/ru.lproj/ButtonSDK.strings
Binary file not shown.
Binary file added Button.bundle/tr.lproj/ButtonSDK.strings
Binary file not shown.
Binary file modified Button.framework/Button
Binary file not shown.
2 changes: 1 addition & 1 deletion Button.framework/Headers/BTNLocationManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;
#import <CoreLocation/CoreLocation.h>

/**
Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Headers/BTNRideService.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

typedef NS_ENUM(NSInteger, BTNRideAvailability) {
BTNRideAvailabilityUnknown,
Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Headers/BTNSerializable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

@protocol BTNSerializable <NSObject>

Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Headers/BTNView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <UIKit/UIKit.h>
@import UIKit;

@interface BTNView : UIView

Expand Down
8 changes: 7 additions & 1 deletion Button.framework/Headers/ButtonServices.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#import "DeepLinkCommerce.h"
#import "Ride.h"
#import "BTNLocationManager.h"
#import "BTNRideService.h"

@import SystemConfiguration;
@import MobileCoreServices;
@import AdSupport;
@import Security;
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
2 changes: 1 addition & 1 deletion Button.framework/Versions/A/Headers/BTNLocationManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;
#import <CoreLocation/CoreLocation.h>

/**
Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Versions/A/Headers/BTNRideService.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

typedef NS_ENUM(NSInteger, BTNRideAvailability) {
BTNRideAvailabilityUnknown,
Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Versions/A/Headers/BTNSerializable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

@protocol BTNSerializable <NSObject>

Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Versions/A/Headers/BTNView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <UIKit/UIKit.h>
@import UIKit;

@interface BTNView : UIView

Expand Down
8 changes: 7 additions & 1 deletion Button.framework/Versions/A/Headers/ButtonServices.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#import "DeepLinkCommerce.h"
#import "Ride.h"
#import "BTNLocationManager.h"
#import "BTNRideService.h"

@import SystemConfiguration;
@import MobileCoreServices;
@import AdSupport;
@import Security;
Binary file modified Button.framework/Versions/Current/Button
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;
#import <CoreLocation/CoreLocation.h>

/**
Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Versions/Current/Headers/BTNRideService.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

typedef NS_ENUM(NSInteger, BTNRideAvailability) {
BTNRideAvailabilityUnknown,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

@protocol BTNSerializable <NSObject>

Expand Down
2 changes: 1 addition & 1 deletion Button.framework/Versions/Current/Headers/BTNView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <UIKit/UIKit.h>
@import UIKit;

@interface BTNView : UIView

Expand Down
8 changes: 7 additions & 1 deletion Button.framework/Versions/Current/Headers/ButtonServices.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#import "DeepLinkCommerce.h"
#import "Ride.h"
#import "BTNLocationManager.h"
#import "BTNRideService.h"

@import SystemConfiguration;
@import MobileCoreServices;
@import AdSupport;
@import Security;
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.2.0"
s.version = "3.3.0"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down

0 comments on commit eabdf7d

Please sign in to comment.