Skip to content

Commit

Permalink
Release 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Smith committed Sep 18, 2015
1 parent 0bb718c commit 50f0a73
Show file tree
Hide file tree
Showing 84 changed files with 1,565 additions and 94 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.DS_Store
.localized
*.xccheckout
*.xcscmblueprint
build/
xcuserdata
*.xcworkspacedata
*.pbxuser
Pods/
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.
3 changes: 1 addition & 2 deletions Button.framework/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Copyright Button, Inc. 2015
*/
@import Foundation;
#import "ButtonServices.h"
#import "BTNSession.h"
#import "Button_Public.h"

@class BTNSession;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

// Session
#import "BTNSession.h"

// UI Components
#import "BTNDropinButton.h"
#import "BTNDropinButtonCell.h"
Expand All @@ -17,5 +20,8 @@
// System
@import SystemConfiguration;
@import MobileCoreServices;
@import Security;
@import StoreKit;
@import AdSupport;
@import Security;
@import Accelerate;
@import AVFoundation.AVUtilities;
6 changes: 6 additions & 0 deletions Button.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module Button {
umbrella header "Button.h"

export *
module * { export * }
}
Binary file modified Button.framework/Versions/A/Button
Binary file not shown.
3 changes: 1 addition & 2 deletions Button.framework/Versions/A/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Copyright Button, Inc. 2015
*/
@import Foundation;
#import "ButtonServices.h"
#import "BTNSession.h"
#import "Button_Public.h"

@class BTNSession;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

// Session
#import "BTNSession.h"

// UI Components
#import "BTNDropinButton.h"
#import "BTNDropinButtonCell.h"
Expand All @@ -17,5 +20,8 @@
// System
@import SystemConfiguration;
@import MobileCoreServices;
@import Security;
@import StoreKit;
@import AdSupport;
@import Security;
@import Accelerate;
@import AVFoundation.AVUtilities;
Binary file modified Button.framework/Versions/Current/Button
Binary file not shown.
3 changes: 1 addition & 2 deletions Button.framework/Versions/Current/Headers/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Copyright Button, Inc. 2015
*/
@import Foundation;
#import "ButtonServices.h"
#import "BTNSession.h"
#import "Button_Public.h"

@class BTNSession;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

// Session
#import "BTNSession.h"

// UI Components
#import "BTNDropinButton.h"
#import "BTNDropinButtonCell.h"
Expand All @@ -17,5 +20,8 @@
// System
@import SystemConfiguration;
@import MobileCoreServices;
@import Security;
@import StoreKit;
@import AdSupport;
@import Security;
@import Accelerate;
@import AVFoundation.AVUtilities;
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.1"
s.version = "3.5.2"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down
14 changes: 0 additions & 14 deletions Examples/Button-CocoaPods/Podfile.lock

This file was deleted.

This file was deleted.

14 changes: 11 additions & 3 deletions Examples/Example-Source/Info.plist → Examples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.usebutton.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -22,6 +26,8 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to get you a ride.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -36,7 +42,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need you location to get you a ride.</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>uber</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
DE5AF1971B4DC53E006F2210 /* TableCellButtonExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableCellButtonExampleViewController.h; path = "../Example-Source/Table Cell Button/TableCellButtonExampleViewController.h"; sourceTree = SOURCE_ROOT; };
DE5AF1981B4DC53E006F2210 /* TableCellButtonExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableCellButtonExampleViewController.m; path = "../Example-Source/Table Cell Button/TableCellButtonExampleViewController.m"; sourceTree = SOURCE_ROOT; };
DEC2AAD31ADC278900ED8393 /* CocoaPodsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CocoaPodsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
DEC2AAD71ADC278900ED8393 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Example-Source/Info.plist"; sourceTree = SOURCE_ROOT; };
DEC2AAD71ADC278900ED8393 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../../Info.plist; sourceTree = SOURCE_ROOT; };
DEC2AAD81ADC278900ED8393 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "../Example-Source/main.m"; sourceTree = SOURCE_ROOT; };
DEC2AADA1ADC278900ED8393 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "../Example-Source/AppDelegate.h"; sourceTree = SOURCE_ROOT; };
DEC2AADB1ADC278900ED8393 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = "../Example-Source/AppDelegate.m"; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -171,7 +171,7 @@
DEC2AACB1ADC278900ED8393 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0620;
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Button, Inc";
TargetAttributes = {
DEC2AAD21ADC278900ED8393 = {
Expand Down Expand Up @@ -291,6 +291,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -353,9 +354,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "$(SRCROOT)/../Example-Source/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
INFOPLIST_FILE = "$(SRCROOT)/../../Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.usebutton.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = CocoaPodsExample;
};
name = Debug;
Expand All @@ -366,9 +368,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "$(SRCROOT)/../Example-Source/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
INFOPLIST_FILE = "$(SRCROOT)/../../Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.usebutton.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = CocoaPodsExample;
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0620"
LastUpgradeVersion = "0700"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -23,10 +23,10 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
Expand All @@ -38,15 +38,18 @@
ReferencedContainer = "container:CocoaPodsExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand All @@ -66,10 +69,10 @@
</LocationScenarioReference>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
platform :ios, '7.0'

target 'CocoaPodsExample' do
pod 'Button', :path => '../../'
pod 'Button', :path => '../../../'
end

14 changes: 14 additions & 0 deletions Examples/Objective-C/Button-CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PODS:
- Button (3.5.2)

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

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

SPEC CHECKSUMS:
Button: 6f7c087a224305e67107d421f2d07a0f1a73f241

COCOAPODS: 0.37.2
Loading

0 comments on commit 50f0a73

Please sign in to comment.