Skip to content

Commit

Permalink
Update workflow files for version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
squatto committed Feb 11, 2021
1 parent 3c4d7d1 commit b520270
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "squatto/alfred-imessage-2fa",
"description": "Find two-factor authentication codes in your recent iMessage messages",
"version": "1.2.0",
"version": "1.2.5",
"keywords": [
"alfred",
"alfred-workflow",
Expand Down
Binary file modified iMessage.2FA.alfredworkflow
Binary file not shown.
17 changes: 14 additions & 3 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<key>runningsubtext</key>
<string>Finding two-factor authentication codes...</string>
<key>script</key>
<string>php find-messages.php</string>
<string>php find-messages.php $look_back_minutes</string>
<key>scriptargtype</key>
<integer>0</integer>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
Expand Down Expand Up @@ -229,6 +229,12 @@
<key>readme</key>
<string>Find two-factor authentication codes in your recent iMessage messages.
## Configuration
* By default, only messages received in the past 15 minutes will be searched
* You can change how many minutes to look back by changing the `look_back_minutes` workflow variable
* Tutorial: [How to set workflow variables](https://www.alfredapp.com/help/workflows/advanced/variables/#environment)
## Usage
Type `2fm` to view the most recent two-factor authentication codes from iMessage messages.
Expand Down Expand Up @@ -291,10 +297,15 @@ Select a 2FA code and do one of the following:
<integer>335</integer>
</dict>
</dict>
<key>variables</key>
<dict>
<key>look_back_minutes</key>
<string>15</string>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.2.4</string>
<string>1.2.5</string>
<key>webaddress</key>
<string>https://github.com/squatto/alfred-imessage-2fa/</string>
</dict>
Expand Down

0 comments on commit b520270

Please sign in to comment.