Skip to content

Commit 9ee5c1c

Browse files
DPLinkingSystemProfileのコンストラクタ修正
## 更新内容 * DPLinkingSystemProfileのコンストラクタ修正
1 parent 49e7094 commit 9ee5c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectDevicePlugin/dConnectDeviceLinking/dConnectDeviceLinking/Classes/profile/DPLinkingSystemProfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ - (instancetype) initWithVersion:(NSString *)version
3838

3939
+ (instancetype) systemProfile
4040
{
41-
return [[DPLinkingSystemProfile alloc] init];
41+
return [[DPLinkingSystemProfile alloc] initWithVersion:@"1.0"];
4242
}
4343

4444
#pragma mark - DConnectSystemProfileDataSource

0 commit comments

Comments
 (0)