-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
def6ebf
commit 1517e18
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,30 +34,30 @@ Legacy command (compatible with prior versions): | |
|
||
`docker run -it --rm icloudpd:icloudpd icloud --help` | ||
|
||
`icloudpd-1.11.0-windows-amd64 --help` | ||
`icloudpd-1.12.0-windows-amd64 --help` | ||
|
||
Help: | ||
|
||
`docker run -it --rm icloudpd:icloudpd` | ||
|
||
`icloudpd-ex-1.11.0-windows-amd64 --help` | ||
`icloudpd-ex-1.12.0-windows-amd64 --help` | ||
|
||
Example: | ||
|
||
`docker run -it --rm icloudpd:icloudpd copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
|
||
`icloudpd-ex-1.11.0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
`icloudpd-ex-1.12.0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
|
||
## MacOS binary | ||
|
||
Experiemental binary is available as MacOS binary. It is available as Intel 64bit binary, but works on M1 macs too. | ||
|
||
Here are the steps to make it working: | ||
- download into desired folder | ||
- add executable flag by running `chmod +x icloudpd-ex-1.11.0-macos-amd64` | ||
- start it from the terminal: `icloudpd-ex-1.11.0-macos-amd64` | ||
- add executable flag by running `chmod +x icloudpd-ex-1.12.0-macos-amd64` | ||
- start it from the terminal: `icloudpd-ex-1.12.0-macos-amd64` | ||
- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok" | ||
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.11.0-macos-amd64` as blocked app; Click "Allow" | ||
- Start `icloudpd-ex-1.11.0-macos-amd64` from the terminal again | ||
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.12.0-macos-amd64` as blocked app; Click "Allow" | ||
- Start `icloudpd-ex-1.12.0-macos-amd64` from the terminal again | ||
- Apple will show another warning; click "Open" | ||
- After that you can run `icloudpd-ex-1.11.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option | ||
- After that you can run `icloudpd-ex-1.12.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters