Skip to content

Commit

Permalink
Beacon framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgritman committed Oct 24, 2018
1 parent e788d0e commit 349fbfa
Show file tree
Hide file tree
Showing 70 changed files with 3 additions and 1 deletion.
Binary file modified Beacon.framework/Beacon
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/Beacon.storyboardc/Info.plist
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 Beacon.framework/Beacon.bundle/BeaconAttachmentCell.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconContactFormField.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconDateCustomField.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconDatePicker.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconDropdownCustomField.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconDropdownPicker.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 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconMultilineCustomField.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconNumberCustomField.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconSearchFooterView.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/BeaconSinglelineCustomField.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/HSBeaconLoadingViewController.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/HSBeaconSearchResultsCell.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/HSStatusMessageViewController.nib
Binary file not shown.
Binary file modified Beacon.framework/Beacon.bundle/Info.plist
Binary file not shown.
Binary file modified Beacon.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion Beacon.framework/PrivateHeaders/HSBeaconConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN

@property (readonly, nonatomic) BOOL showGetInTouchEnabled;

@property (readonly, nonatomic) NSString *responseTimeText;
@property (readonly, nonatomic) NSString *expectedResponseTime;

@property (readonly, nonatomic) NSDictionary <NSString *, NSString *> *translations;

Expand Down
2 changes: 2 additions & 0 deletions Beacon.framework/PrivateHeaders/HSBeaconLocalizedStrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- (void)updateLocalizationStringDictionary:(NSDictionary<NSString *, NSString *> *)strings;
@required
- (NSString *)localizedStringForKey:(NSString *)key;
- (NSString *)responseTimeText:(NSString *)expectedResponseTime;

@end

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit 349fbfa

Please sign in to comment.