Skip to content

Commit

Permalink
Release v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Button Bot authored and wessmith committed May 10, 2017
1 parent 574f637 commit 2741c6e
Show file tree
Hide file tree
Showing 28 changed files with 88 additions and 47 deletions.
Binary file modified Button.bundle/BTNAuthViewController.nib
Binary file not shown.
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/BTNWebViewSheetController.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.
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 = "5.11.0"
s.version = "5.11.1"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand Down
13 changes: 12 additions & 1 deletion Examples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>btn</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationQueriesSchemes</key>
Expand All @@ -42,7 +53,7 @@
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<true/>
</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,6 +164,7 @@
TargetAttributes = {
DEC2AAD21ADC278900ED8393 = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = 39F27QYP2C;
};
};
};
Expand Down Expand Up @@ -339,6 +340,7 @@
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 @@ -436,6 +438,7 @@
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 @@ -451,6 +454,7 @@
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 = "Debug"
buildConfiguration = "QA"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand All @@ -61,6 +61,13 @@
ReferencedContainer = "container:CocoaPodsExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
<LocationScenarioReference
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.11.0)
- Button (5.11.1)

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

SPEC CHECKSUMS:
Button: bb34a4c5881e2ce046c974d1848b37acd57bce41
Button: 2447b47365406916440dd8c0d268ef84472e9c16

PODFILE CHECKSUM: b62f13ba0b325840ecb1fce12a2403f20a0d77fe

Expand Down
12 changes: 9 additions & 3 deletions Examples/Objective-C/Example-Source/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ @implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

application.delegate = self;

/// This is not required if you manage your own permission requesting.
[Button allowButtonToRequestLocationPermission:YES];

Expand All @@ -22,14 +24,18 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
return YES;
}

- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
return YES;
}


- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {

[[Button sharedButton] handleURL:url];

return YES;
}

- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
return YES;
}

#pragma mark - Button Appearance Proxy Styling

Expand Down
80 changes: 44 additions & 36 deletions Examples/Objective-C/Example-Source/Base.lproj/Main.storyboard

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ - (void)viewDidLoad {
}];
}

@end

- (IBAction)logAction:(id)sender {
NSLog(@"%@", Button.sharedButton.referrerToken);
}

@end
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.11.0)
- Button (5.11.1)

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

SPEC CHECKSUMS:
Button: bb34a4c5881e2ce046c974d1848b37acd57bce41
Button: 2447b47365406916440dd8c0d268ef84472e9c16

PODFILE CHECKSUM: 293fc3ed68c3abd2dca24349c320c6f18e87dbfc

Expand Down

0 comments on commit 2741c6e

Please sign in to comment.