Skip to content

Commit 6fc72a3

Browse files
Merge pull request #287 from TakayukiHoshi1984/modify_https_server_cert_url
GitHub上の証明書のURLを変更。
2 parents 4a652fa + 0c57ef5 commit 6fc72a3

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/DeviceConnect/DeviceConnect-iOS/master/dConnectSDK/dConnectSDKForIOS/DConnectSDK/Resources/dconnect-ios.crt";
387387
}];
388388
UIAlertAction * cancelAction =
389389
[UIAlertAction actionWithTitle:@"キャンセル"

0 commit comments

Comments
 (0)