-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
button-bot
committed
Feb 21, 2020
1 parent
908eeb3
commit 90ed6f7
Showing
119 changed files
with
19,611 additions
and
33 deletions.
There are no files selected for viewing
Binary file modified
BIN
-5 Bytes
(100%)
Button.bundle/BTNAutofillAccessoryView.nib/objects-11.0+.nib
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
Button.bundle/BTNAutofillAccessoryView.nib/objects-13.0+.nib
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
Button.bundle/BTNBaseModalController.nib/objects-13.0+.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 not shown.
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
Button.bundle/BTNInteractiveButtonContentView.nib/objects-13.0+.nib
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
Button.bundle/BTNInteractiveButtonContentView.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(100%)
Button.bundle/BTNInteractiveButtonInventoryCell.nib/objects-12.3+.nib
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
Button.bundle/BTNInteractiveButtonInventoryCell.nib/objects-13.0+.nib
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Button.bundle/BTNInteractiveButtonInventoryCell.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 modified
BIN
-5 Bytes
(100%)
Button.bundle/BTNNavigationHeaderView.nib/objects-13.0+.nib
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Button.bundle/BTNSandboxAppStoreController.nib/objects-13.0+.nib
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
Button.bundle/BTNSimulatorInstallView.nib/objects-13.0+.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
BIN
-15 Bytes
(100%)
Button.bundle/BTNWebViewSheetController.nib/objects-13.0+.nib
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
@import Foundation; | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
/** | ||
Configuration class used to provide customizable parameters to the Browser. | ||
*/ | ||
NS_SWIFT_NAME(BrowserConfig) | ||
@interface BTNBrowserConfig : NSObject | ||
|
||
/** | ||
An optional token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.) | ||
*/ | ||
@property (nullable, nonatomic, readwrite, copy) NSString *pubRef; | ||
|
||
|
||
/** | ||
The title to show in the Browser header chrome. | ||
*/ | ||
@property (nullable, nonatomic, readwrite, copy) NSString *title; | ||
|
||
|
||
/** | ||
The subtitle to show in the Browser header chrome. | ||
*/ | ||
@property (nullable, nonatomic, readwrite, copy) NSString *subtitle; | ||
|
||
|
||
/** | ||
Initializes a Browser Config object with a `pubRef`. | ||
@param pubRef The token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.) | ||
@return A configuration object populated with the provided `pubRef`. | ||
*/ | ||
- (instancetype)initWithPubRef:(NSString *)pubRef; | ||
|
||
|
||
/** | ||
Initializes a Browser Config object with a `title` and an optional `subtitle`. | ||
@param title The title to show in the Browser header chrome. | ||
@param subtitle The optional subtitle to show in the Browser header chrome. | ||
@return A configuration object populated with the provided `title` and `subtitle`. | ||
*/ | ||
- (instancetype)initWithTitle:(NSString *)title subtitle:(nullable NSString *)subtitle; | ||
|
||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
PODS: | ||
- Button (6.20.0) | ||
- Button (6.21.0-build.420) | ||
- Sourcery (0.13.1) | ||
|
||
DEPENDENCIES: | ||
- Button (= 6.20.0) | ||
- Button (from `../../`) | ||
- Sourcery | ||
|
||
SPEC REPOS: | ||
https://github.com/CocoaPods/Specs.git: | ||
- Button | ||
- Sourcery | ||
|
||
EXTERNAL SOURCES: | ||
Button: | ||
:path: "../../" | ||
|
||
SPEC CHECKSUMS: | ||
Button: 7a0284b12caa04089fd0bc1b79497589b80886ad | ||
Button: 4dc5da8d7cf56e1772e49c84ef51e55f7c39f13d | ||
Sourcery: 9ef51b8777516f204d82996441f293813158d0d7 | ||
|
||
PODFILE CHECKSUM: b58fe594bc63ca136707fda742df472057cc123c | ||
PODFILE CHECKSUM: cfe49ec404de013101464b212c5af9e01a870d7d | ||
|
||
COCOAPODS: 1.8.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.