JLChen
2021-11-29 06c09ecbdf83cc5cc33971ffb75ba81e85b6eb33
2021-11-29 1.更新
6个文件已修改
14 ■■■■■ 已修改文件
HDLSceneSiri/HDLSceneSiri/HDLSiriSceneListCell.m 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLSceneSiri/HDLSceneSiri/HDLSiriShortcutModel.m 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriShortcutModel.m 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Shared.IOS.HDLSceneSiri/Shared.IOS.HDLSceneSiri/Library/libHDLSceneSiri.a 补丁 | 查看 | 原始文档 | blame | 历史
Shared.IOS.HDLSceneSiri/Shared.IOS.HDLSceneSiri/Properties/AssemblyInfo.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLSceneSiri/HDLSceneSiri/HDLSiriSceneListCell.m
@@ -106,7 +106,7 @@
    intent.controlId = sceneModel.controlId;
    intent.controlName = title;
    intent.homeId = self.homeId;
    intent.actionName =
    intent.actionName = sceneModel.actionName;
    intent.controlType = sceneModel.controlType;
    intent.controlJSONStr = sceneModel.controlJSONStr;
    INShortcut *shortCut = [[INShortcut alloc] initWithIntent:intent];
HDLSceneSiri/HDLSceneSiri/HDLSiriShortcutModel.m
@@ -8,7 +8,9 @@
#import "HDLSiriShortcutModel.h"
@implementation HDLSiriShortcutModel
+ (NSDictionary *)modelContainerPropertyGenericClass {
    return @{@"list" : [HDLSiriControlModel class]};
}
@end
@implementation HDLSiriControlModel
HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m
@@ -106,7 +106,7 @@
    intent.controlId = sceneModel.controlId;
    intent.controlName = title;
    intent.homeId = self.homeId;
    intent.actionName =
    intent.actionName = sceneModel.actionName;
    intent.controlType = sceneModel.controlType;
    intent.controlJSONStr = sceneModel.controlJSONStr;
    INShortcut *shortCut = [[INShortcut alloc] initWithIntent:intent];
HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriShortcutModel.m
@@ -8,7 +8,9 @@
#import "HDLSiriShortcutModel.h"
@implementation HDLSiriShortcutModel
+ (NSDictionary *)modelContainerPropertyGenericClass {
    return @{@"list" : [HDLSiriControlModel class]};
}
@end
@implementation HDLSiriControlModel
Shared.IOS.HDLSceneSiri/Shared.IOS.HDLSceneSiri/Library/libHDLSceneSiri.a
Binary files differ
Shared.IOS.HDLSceneSiri/Shared.IOS.HDLSceneSiri/Properties/AssemblyInfo.cs
@@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.1")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.