Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
Fix for cookielib python2 version

1.2.2
remove unused import statement,
Remove Cypto Libraries; Enables ongoing support for OSX moving forward (removes support for old OSX versions)
Finalise Two Factor Authenication support
Ideally better to have this disabled for account using FindFriends as per instructions.
This version adds support for accounts with 2FA enabled.   Enables Plugin Config support for code entry etc.
Issue still will be frequency of emails regarding login (apparently still happening for some), and time frame when renewal will be required.
Add Trigger, triggered when 2FA code expires

Adds Own Devices Indigo Device - eg. This account Devices - in cases wish to locate specific devices.
These devices are not included currently in the Geofence calculations
  • Loading branch information
Ghawken committed Jun 19, 2021
1 parent 2c833c7 commit 333be6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iFindFriendsMini.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.2.2</string>
<string>1.2.3</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>CFBundleDisplayName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from tempfile import gettempdir
from os import path, mkdir
from re import match
import http.cookiejar as cookielib
import cookielib

#import http.cookiejar as cookielib

from pyicloud.exceptions import (
PyiCloudFailedLoginException,
Expand Down

0 comments on commit 333be6c

Please sign in to comment.