Skip to content

Commit f688a9a

Browse files
committed
GitHub上の証明書のURLを変更。
1 parent 4a652fa commit f688a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectSDK/dConnectBrowserForIOS9/dConnectBrowserForIOS9/classes/GHSettingViewModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ - (void)showRootCertInstallDialog
383383
preferredStyle:UIAlertControllerStyleAlert];
384384
[alertController addTextFieldWithConfigurationHandler:^(UITextField * textField) {
385385
textField.placeholder = @"URL";
386-
textField.text = @"https://raw.githubusercontent.com/TakayukiHoshi1984/DeviceConnect-iOS/modify_https_server/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
386+
textField.text = @"https://raw.githubusercontent.com/TakayukiHoshi1984/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
387387
}];
388388
UIAlertAction * cancelAction =
389389
[UIAlertAction actionWithTitle:@"キャンセル"

0 commit comments

Comments
 (0)