Skip to content

Commit

Permalink
alexa 加入beta string
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyu committed May 19, 2021
1 parent 845c1e9 commit 806466a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LPAlexaKit.framework/Headers/LPAlexaLoginView.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ NS_ASSUME_NONNULL_BEGIN
/// @param frame 网页Frame 一般是全屏
/// @param device 设备对象
/// @param isBeta 是否是BETA版本
- (instancetype)initAlexaLoginViewWithFrame:(CGRect)frame device:(LPDevice *)device isBeta:(BOOL)isBeta;
/// @param betaString 如果是Beta版本,默认的值是@"_BETA",
- (instancetype)initAlexaLoginViewWithFrame:(CGRect)frame device:(LPDevice *)device isBeta:(BOOL)isBeta betaString:(NSString *)betaString;

@end

Expand Down
Binary file modified LPAlexaKit.framework/Info.plist
Binary file not shown.
Binary file modified LPAlexaKit.framework/LPAlexaKit
Binary file not shown.
2 changes: 1 addition & 1 deletion LPAlexaKitiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LPAlexaKitiOS'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'LinkPlay Alexa SDK.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 806466a

Please sign in to comment.