mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: MacCloud/DropBox step-11: update official DC DropBox Account data
This commit is contained in:
parent
50bad64956
commit
afd10c3c40
2 changed files with 12 additions and 1 deletions
|
|
@ -77,6 +77,17 @@
|
|||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>DoubleCommand</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>dc2ea085a05ac273a</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSServices</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ begin
|
|||
|
||||
TLogUtil.setLogProc( @wfxLogProc );
|
||||
|
||||
config:= TDropBoxConfig.Create( '10mwuvryt76yise', 'dc-10mwuvryt76yise://dropbox/auth' );
|
||||
config:= TDropBoxConfig.Create( 'ahj0s9xia6i61gh', 'dc2ea085a05ac273a://dropbox/auth' );
|
||||
client:= TDropBoxClient.Create( config );
|
||||
try
|
||||
client.authorize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue