File tree Expand file tree Collapse file tree 9 files changed +21
-14
lines changed
Expand file tree Collapse file tree 9 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.14.5 (2023-07-06)
6+
7+ - fix: pypi publishing for macos
8+
59## 1.14.4 (2023-07-06)
610
711- fix: docker auth during publishing
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ Legacy command (compatible with prior versions):
3434
3535` docker run -it --rm icloudpd:icloudpd icloud --help `
3636
37- ` icloudpd-1.14.4 -windows-amd64 --help `
37+ ` icloudpd-1.14.5 -windows-amd64 --help `
3838
3939Help:
4040
4141` docker run -it --rm icloudpd:icloudpd `
4242
43- ` icloudpd-ex-1.14.4 -windows-amd64 --help `
43+ ` icloudpd-ex-1.14.5 -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.14.4 -windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m} ` 49+ ` icloudpd-ex-1.14.5 -windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m} ` 5050
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ iOS 16 feature to share libraries between accounts is [not supported](https://gi
5959
6060Here are the steps to make it working:
6161- download binary from Github [ Releases] ( https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases ) into desired local folder
62- - add executable flag by running ` chmod +x icloudpd-1.14.4 -macos-amd64 `
63- - start it from the terminal: ` icloudpd-1.14.4 -macos-amd64 `
62+ - add executable flag by running ` chmod +x icloudpd-1.14.5 -macos-amd64 `
63+ - start it from the terminal: ` icloudpd-1.14.5 -macos-amd64 `
6464- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok"
65- - Open "System Settings"/"Privacy & Security" and find ` icloudpd-1.14.4 -macos-amd64 ` as blocked app; Click "Allow"
66- - Start ` icloudpd-1.14.4 -macos-amd64 ` from the terminal again
65+ - Open "System Settings"/"Privacy & Security" and find ` icloudpd-1.14.5 -macos-amd64 ` as blocked app; Click "Allow"
66+ - Start ` icloudpd-1.14.5 -macos-amd64 ` from the terminal again
6767- Apple will show another warning; click "Open"
68- - After that you can run ` icloudpd-1.14.4 -macos-amd64 icloudpd --help ` or any other supported command/option
68+ - After that you can run ` icloudpd-1.14.5 -macos-amd64 icloudpd --help ` or any other supported command/option
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ pip install icloudpd
1414pip install icloudpd --user
1515```
1616
17- Plus add ` C:\Users\<YourUserAccountHere>\AppData\Roaming\Python\Python311 \Scripts ` to PATH
17+ Plus add ` C:\Users\<YourUserAccountHere>\AppData\Roaming\Python\Python<YourPythonVersionHere> \Scripts ` to PATH. The exact path will be given at the end of ` icloudpd ` installation.
1818
19+ ### MacOS
20+
21+ Add ` /Users/<YourUserAccountHere>/Library/Python/<YourPythonVersionHere>/bin ` to PATH. The exact path will be given at the end of ` icloudpd ` installation.
1922
2023## Usage
2124
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66build-backend = " setuptools.build_meta"
77
88[project ]
9- version =" 1.14.4 "
9+ version =" 1.14.5 "
1010name = " icloudpd"
1111description = " icloudpd is a command-line tool to download photos and videos from iCloud."
1212readme = " README_PYPI.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66build-backend = " setuptools.build_meta"
77
88[project ]
9- version =" 1.14.4 "
9+ version =" 1.14.5 "
1010name = " icloudpd"
1111description = " icloudpd is a command-line tool to download photos and videos from iCloud."
1212readme = " README_PYPI.md"
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ cp dist/icloudpd-$1-macos-amd64 dist/binary_dist/src/icloudpd/icloudpd
1515cp dist/icloud-$1 -macos-amd64 dist/binary_dist/src/icloud/icloud
1616python3 -m pip wheel dist/binary_dist/ -w dist/binary_dist --no-deps --no-build-isolation
1717
18- mv -f dist/binary_dist/icloudpd-$1 -py2.py3-none-any.whl dist/icloudpd-$1 -py2.py3-none-macos_11_0_x86_64.macos_11_0_arm64 .whl
18+ mv -f dist/binary_dist/icloudpd-$1 -py2.py3-none-any.whl dist/icloudpd-$1 -py2.py3-none-macosx_11_0_x86_64.macosx_11_0_arm64 .whl
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ set -euo pipefail
1111# cleint use: pip install --index http://192.168.1.20:4880 --trusted-host 192.168.1.20 icloudpd
1212
1313# linux
14- twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.14.4 -py2.py3-none-manylinux* .whl dist/icloudpd-1.14.4 -py2.py3-none-macos* .whl dist/icloudpd-1.14.4 -py2.py3-none-win* .whl dist/icloudpd-1.14.4 -py3-none-any.whl
14+ twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.14.5 -py2.py3-none-manylinux* .whl dist/icloudpd-1.14.5 -py2.py3-none-macos* .whl dist/icloudpd-1.14.5 -py2.py3-none-win* .whl dist/icloudpd-1.14.5 -py3-none-any.whl
Original file line number Diff line number Diff line change 216216 type = click .IntRange (1 ),
217217 )
218218# a hacky way to get proper version because automatic detection does not work for some reason
219- @click .version_option (version = "1.14.4 " )
219+ @click .version_option (version = "1.14.5 " )
220220# pylint: disable-msg=too-many-arguments,too-many-statements
221221# pylint: disable-msg=too-many-branches,too-many-locals
222222def main (
You can’t perform that action at this time.
0 commit comments