@@ -34,30 +34,30 @@ Legacy command (compatible with prior versions):
3434
3535` docker run -it --rm icloudpd:icloudpd icloud --help `
3636
37- ` icloudpd-1.11 .0-windows-amd64 --help `
37+ ` icloudpd-1.12 .0-windows-amd64 --help `
3838
3939Help:
4040
4141` docker run -it --rm icloudpd:icloudpd `
4242
43- ` icloudpd-ex-1.11 .0-windows-amd64 --help `
43+ ` icloudpd-ex-1.12 .0-windows-amd64 --help `
4444
4545Example:
4646
4747` docker run -it --rm icloudpd:icloudpd copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m} ` 4848
49- ` icloudpd-ex-1.11 .0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m} ` 49+ ` icloudpd-ex-1.12 .0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m} ` 5050
5151## MacOS binary
5252
5353Experiemental binary is available as MacOS binary. It is available as Intel 64bit binary, but works on M1 macs too.
5454
5555Here are the steps to make it working:
5656- download into desired folder
57- - add executable flag by running ` chmod +x icloudpd-ex-1.11 .0-macos-amd64 `
58- - start it from the terminal: ` icloudpd-ex-1.11 .0-macos-amd64 `
57+ - add executable flag by running ` chmod +x icloudpd-ex-1.12 .0-macos-amd64 `
58+ - start it from the terminal: ` icloudpd-ex-1.12 .0-macos-amd64 `
5959- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok"
60- - Open "System Settings"/"Privacy & Security" and find ` icloudpd-ex-1.11 .0-macos-amd64 ` as blocked app; Click "Allow"
61- - Start ` icloudpd-ex-1.11 .0-macos-amd64 ` from the terminal again
60+ - Open "System Settings"/"Privacy & Security" and find ` icloudpd-ex-1.12 .0-macos-amd64 ` as blocked app; Click "Allow"
61+ - Start ` icloudpd-ex-1.12 .0-macos-amd64 ` from the terminal again
6262- Apple will show another warning; click "Open"
63- - After that you can run
` icloudpd-ex-1.11 .0-macos-amd64 icloudpd --username [email protected] --list-albums ` or any other supported command/option
63+ - After that you can run
` icloudpd-ex-1.12 .0-macos-amd64 icloudpd --username [email protected] --list-albums ` or any other supported command/option
0 commit comments