Skip to content

Commit 17a2e41

Browse files
authored
Merge pull request #27 from zjn0505/python3
Switch to python 3 to support macOS 12.3
2 parents 0a24e97 + 74d997c commit 17a2e41

24 files changed

+1465
-1932
lines changed

info.plist

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@
26862686
<key>runningsubtext</key>
26872687
<string></string>
26882688
<key>script</key>
2689-
<string>python scripts/show_device_options.py "{query}"</string>
2689+
<string>python3 scripts/show_device_options.py "{query}"</string>
26902690
<key>scriptargtype</key>
26912691
<integer>0</integer>
26922692
<key>scriptfile</key>
@@ -2766,7 +2766,7 @@
27662766
<key>escaping</key>
27672767
<integer>102</integer>
27682768
<key>script</key>
2769-
<string>python scripts/reboot_device.py</string>
2769+
<string>python3 scripts/reboot_device.py</string>
27702770
<key>scriptargtype</key>
27712771
<integer>1</integer>
27722772
<key>scriptfile</key>
@@ -2807,7 +2807,7 @@
28072807
<key>runningsubtext</key>
28082808
<string></string>
28092809
<key>script</key>
2810-
<string>python scripts/list_devices.py "{query}"</string>
2810+
<string>python3 scripts/list_devices.py "{query}"</string>
28112811
<key>scriptargtype</key>
28122812
<integer>0</integer>
28132813
<key>scriptfile</key>
@@ -2992,7 +2992,7 @@
29922992
<key>escaping</key>
29932993
<integer>102</integer>
29942994
<key>script</key>
2995-
<string>python scripts/save_last_func.py</string>
2995+
<string>python3 scripts/save_last_func.py</string>
29962996
<key>scriptargtype</key>
29972997
<integer>1</integer>
29982998
<key>scriptfile</key>
@@ -3115,7 +3115,7 @@
31153115
<key>escaping</key>
31163116
<integer>102</integer>
31173117
<key>script</key>
3118-
<string>python scripts/toggle_debug_layout.py</string>
3118+
<string>python3 scripts/toggle_debug_layout.py</string>
31193119
<key>scriptargtype</key>
31203120
<integer>1</integer>
31213121
<key>scriptfile</key>
@@ -3264,7 +3264,7 @@
32643264
<key>escaping</key>
32653265
<integer>102</integer>
32663266
<key>script</key>
3267-
<string>python scripts/app_info.py</string>
3267+
<string>python3 scripts/app_info.py</string>
32683268
<key>scriptargtype</key>
32693269
<integer>1</integer>
32703270
<key>scriptfile</key>
@@ -3303,7 +3303,7 @@
33033303
<key>runningsubtext</key>
33043304
<string></string>
33053305
<key>script</key>
3306-
<string>python scripts/list_command_history.py</string>
3306+
<string>python3 scripts/list_command_history.py</string>
33073307
<key>scriptargtype</key>
33083308
<integer>1</integer>
33093309
<key>scriptfile</key>
@@ -3332,7 +3332,7 @@
33323332
<key>escaping</key>
33333333
<integer>102</integer>
33343334
<key>script</key>
3335-
<string>python scripts/clear_command_history.py</string>
3335+
<string>python3 scripts/clear_command_history.py</string>
33363336
<key>scriptargtype</key>
33373337
<integer>1</integer>
33383338
<key>scriptfile</key>
@@ -3374,7 +3374,7 @@
33743374
<key>escaping</key>
33753375
<integer>102</integer>
33763376
<key>script</key>
3377-
<string>python scripts/toggle_pointer_location.py</string>
3377+
<string>python3 scripts/toggle_pointer_location.py</string>
33783378
<key>scriptargtype</key>
33793379
<integer>1</integer>
33803380
<key>scriptfile</key>
@@ -3467,7 +3467,7 @@
34673467
<key>escaping</key>
34683468
<integer>102</integer>
34693469
<key>script</key>
3470-
<string>python scripts/adb_reset.py</string>
3470+
<string>python3 scripts/adb_reset.py</string>
34713471
<key>scriptargtype</key>
34723472
<integer>1</integer>
34733473
<key>scriptfile</key>
@@ -3545,7 +3545,7 @@
35453545
<key>escaping</key>
35463546
<integer>102</integer>
35473547
<key>script</key>
3548-
<string>python scripts/force_stop.py</string>
3548+
<string>python3 scripts/force_stop.py</string>
35493549
<key>scriptargtype</key>
35503550
<integer>1</integer>
35513551
<key>scriptfile</key>
@@ -3568,7 +3568,7 @@
35683568
<key>escaping</key>
35693569
<integer>102</integer>
35703570
<key>script</key>
3571-
<string>python scripts/toggle_show_taps.py</string>
3571+
<string>python3 scripts/toggle_show_taps.py</string>
35723572
<key>scriptargtype</key>
35733573
<integer>1</integer>
35743574
<key>scriptfile</key>
@@ -3629,7 +3629,7 @@
36293629
<key>escaping</key>
36303630
<integer>102</integer>
36313631
<key>script</key>
3632-
<string>python scripts/remove_history.py</string>
3632+
<string>python3 scripts/remove_history.py</string>
36333633
<key>scriptargtype</key>
36343634
<integer>1</integer>
36353635
<key>scriptfile</key>
@@ -3688,7 +3688,7 @@
36883688
<key>escaping</key>
36893689
<integer>102</integer>
36903690
<key>script</key>
3691-
<string>python scripts/launch_app.py</string>
3691+
<string>python3 scripts/launch_app.py</string>
36923692
<key>scriptargtype</key>
36933693
<integer>1</integer>
36943694
<key>scriptfile</key>
@@ -3711,7 +3711,7 @@
37113711
<key>escaping</key>
37123712
<integer>102</integer>
37133713
<key>script</key>
3714-
<string>python scripts/toggle_gpu_profile.py</string>
3714+
<string>python3 scripts/toggle_gpu_profile.py</string>
37153715
<key>scriptargtype</key>
37163716
<integer>1</integer>
37173717
<key>scriptfile</key>
@@ -3791,7 +3791,7 @@
37913791
<key>escaping</key>
37923792
<integer>102</integer>
37933793
<key>script</key>
3794-
<string>python scripts/adb_connect.py</string>
3794+
<string>python3 scripts/adb_connect.py</string>
37953795
<key>scriptargtype</key>
37963796
<integer>1</integer>
37973797
<key>scriptfile</key>
@@ -3850,7 +3850,7 @@
38503850
<key>escaping</key>
38513851
<integer>102</integer>
38523852
<key>script</key>
3853-
<string>python scripts/clear_data.py</string>
3853+
<string>python3 scripts/clear_data.py</string>
38543854
<key>scriptargtype</key>
38553855
<integer>1</integer>
38563856
<key>scriptfile</key>
@@ -3873,7 +3873,7 @@
38733873
<key>escaping</key>
38743874
<integer>102</integer>
38753875
<key>script</key>
3876-
<string>python scripts/toggle_gpu_overdraw.py</string>
3876+
<string>python3 scripts/toggle_gpu_overdraw.py</string>
38773877
<key>scriptargtype</key>
38783878
<integer>1</integer>
38793879
<key>scriptfile</key>
@@ -3972,7 +3972,7 @@
39723972
<key>escaping</key>
39733973
<integer>102</integer>
39743974
<key>script</key>
3975-
<string>python scripts/adb_disconnect.py</string>
3975+
<string>python3 scripts/adb_disconnect.py</string>
39763976
<key>scriptargtype</key>
39773977
<integer>1</integer>
39783978
<key>scriptfile</key>
@@ -4032,7 +4032,7 @@
40324032
<key>escaping</key>
40334033
<integer>102</integer>
40344034
<key>script</key>
4035-
<string>python scripts/disable_app.py</string>
4035+
<string>python3 scripts/disable_app.py</string>
40364036
<key>scriptargtype</key>
40374037
<integer>1</integer>
40384038
<key>scriptfile</key>
@@ -4055,7 +4055,7 @@
40554055
<key>escaping</key>
40564056
<integer>102</integer>
40574057
<key>script</key>
4058-
<string>python scripts/screen_shot.py</string>
4058+
<string>python3 scripts/screen_shot.py</string>
40594059
<key>scriptargtype</key>
40604060
<integer>1</integer>
40614061
<key>scriptfile</key>
@@ -4203,7 +4203,7 @@
42034203
<key>escaping</key>
42044204
<integer>102</integer>
42054205
<key>script</key>
4206-
<string>python scripts/open_settings.py</string>
4206+
<string>python3 scripts/open_settings.py</string>
42074207
<key>scriptargtype</key>
42084208
<integer>1</integer>
42094209
<key>scriptfile</key>
@@ -4226,7 +4226,7 @@
42264226
<key>escaping</key>
42274227
<integer>102</integer>
42284228
<key>script</key>
4229-
<string>python scripts/extract_apk.py</string>
4229+
<string>python3 scripts/extract_apk.py</string>
42304230
<key>scriptargtype</key>
42314231
<integer>1</integer>
42324232
<key>scriptfile</key>
@@ -4372,7 +4372,7 @@
43724372
<key>runningsubtext</key>
43734373
<string></string>
43744374
<key>script</key>
4375-
<string>python scripts/list_apks.py $1</string>
4375+
<string>python3 scripts/list_apks.py $1</string>
43764376
<key>scriptargtype</key>
43774377
<integer>1</integer>
43784378
<key>scriptfile</key>
@@ -4435,7 +4435,7 @@
44354435
<key>escaping</key>
44364436
<integer>102</integer>
44374437
<key>script</key>
4438-
<string>python scripts/demo_mode.py</string>
4438+
<string>python3 scripts/demo_mode.py</string>
44394439
<key>scriptargtype</key>
44404440
<integer>1</integer>
44414441
<key>scriptfile</key>
@@ -4477,7 +4477,7 @@
44774477
<key>escaping</key>
44784478
<integer>102</integer>
44794479
<key>script</key>
4480-
<string>python scripts/uninstall_app.py</string>
4480+
<string>python3 scripts/uninstall_app.py</string>
44814481
<key>scriptargtype</key>
44824482
<integer>1</integer>
44834483
<key>scriptfile</key>
@@ -4630,7 +4630,7 @@
46304630
<key>runningsubtext</key>
46314631
<string></string>
46324632
<key>script</key>
4633-
<string>python scripts/show_install_options.py "{query}"</string>
4633+
<string>python3 scripts/show_install_options.py "{query}"</string>
46344634
<key>scriptargtype</key>
46354635
<integer>0</integer>
46364636
<key>scriptfile</key>
@@ -4771,7 +4771,7 @@
47714771
<key>escaping</key>
47724772
<integer>102</integer>
47734773
<key>script</key>
4774-
<string>python scripts/adb_wifi.py</string>
4774+
<string>python3 scripts/adb_wifi.py</string>
47754775
<key>scriptargtype</key>
47764776
<integer>1</integer>
47774777
<key>scriptfile</key>
@@ -4959,7 +4959,7 @@ print path</string>
49594959
<key>runningsubtext</key>
49604960
<string></string>
49614961
<key>script</key>
4962-
<string>python scripts/list_apps.py "{query}"</string>
4962+
<string>python3 scripts/list_apps.py "{query}"</string>
49634963
<key>scriptargtype</key>
49644964
<integer>0</integer>
49654965
<key>scriptfile</key>
@@ -5004,7 +5004,7 @@ print path</string>
50045004
<key>runningsubtext</key>
50055005
<string></string>
50065006
<key>script</key>
5007-
<string>python scripts/show_package_options.py "{query}"</string>
5007+
<string>python3 scripts/show_package_options.py "{query}"</string>
50085008
<key>scriptargtype</key>
50095009
<integer>0</integer>
50105010
<key>scriptfile</key>
@@ -5033,7 +5033,7 @@ print path</string>
50335033
<key>escaping</key>
50345034
<integer>0</integer>
50355035
<key>script</key>
5036-
<string>python scripts/launch_avd.py "{query}"</string>
5036+
<string>python3 scripts/launch_avd.py "{query}"</string>
50375037
<key>scriptargtype</key>
50385038
<integer>0</integer>
50395039
<key>scriptfile</key>
@@ -5074,7 +5074,7 @@ print path</string>
50745074
<key>runningsubtext</key>
50755075
<string></string>
50765076
<key>script</key>
5077-
<string>python scripts/list_emulators.py "{query}"</string>
5077+
<string>python3 scripts/list_emulators.py "{query}"</string>
50785078
<key>scriptargtype</key>
50795079
<integer>0</integer>
50805080
<key>scriptfile</key>
@@ -5210,7 +5210,7 @@ print path</string>
52105210
<key>escaping</key>
52115211
<integer>102</integer>
52125212
<key>script</key>
5213-
<string>python scripts/install_apk.py</string>
5213+
<string>python3 scripts/install_apk.py</string>
52145214
<key>scriptargtype</key>
52155215
<integer>1</integer>
52165216
<key>scriptfile</key>
@@ -5298,7 +5298,7 @@ print path</string>
52985298
<key>runningsubtext</key>
52995299
<string></string>
53005300
<key>script</key>
5301-
<string>python scripts/show_install_options.py "{query}"</string>
5301+
<string>python3 scripts/show_install_options.py "{query}"</string>
53025302
<key>scriptargtype</key>
53035303
<integer>0</integer>
53045304
<key>scriptfile</key>
@@ -5402,7 +5402,7 @@ print path</string>
54025402
<key>escaping</key>
54035403
<integer>102</integer>
54045404
<key>script</key>
5405-
<string>python scripts/launch_genymotion.py "$1"</string>
5405+
<string>python3 scripts/launch_genymotion.py "$1"</string>
54065406
<key>scriptargtype</key>
54075407
<integer>1</integer>
54085408
<key>scriptfile</key>
@@ -5443,7 +5443,7 @@ print path</string>
54435443
<key>runningsubtext</key>
54445444
<string></string>
54455445
<key>script</key>
5446-
<string>python scripts/list_genymotion.py "{query}"</string>
5446+
<string>python3 scripts/list_genymotion.py "{query}"</string>
54475447
<key>scriptargtype</key>
54485448
<integer>0</integer>
54495449
<key>scriptfile</key>
@@ -5557,7 +5557,7 @@ print path</string>
55575557
<key>runningsubtext</key>
55585558
<string></string>
55595559
<key>script</key>
5560-
<string>python scripts/dump_stack.py</string>
5560+
<string>python3 scripts/dump_stack.py</string>
55615561
<key>scriptargtype</key>
55625562
<integer>1</integer>
55635563
<key>scriptfile</key>
@@ -5639,7 +5639,7 @@ print path</string>
56395639
<key>escaping</key>
56405640
<integer>102</integer>
56415641
<key>script</key>
5642-
<string>python $1</string>
5642+
<string>python3 $1</string>
56435643
<key>scriptargtype</key>
56445644
<integer>1</integer>
56455645
<key>scriptfile</key>
@@ -5859,7 +5859,7 @@ EOB</string>
58595859
<key>runningsubtext</key>
58605860
<string></string>
58615861
<key>script</key>
5862-
<string>python scripts/show_keyevent_options.py "{query}"</string>
5862+
<string>python3 scripts/show_keyevent_options.py "{query}"</string>
58635863
<key>scriptargtype</key>
58645864
<integer>0</integer>
58655865
<key>scriptfile</key>
@@ -5888,7 +5888,7 @@ EOB</string>
58885888
<key>escaping</key>
58895889
<integer>0</integer>
58905890
<key>script</key>
5891-
<string>python scripts/execute_input.py</string>
5891+
<string>python3 scripts/execute_input.py</string>
58925892
<key>scriptargtype</key>
58935893
<integer>1</integer>
58945894
<key>scriptfile</key>
@@ -5997,7 +5997,7 @@ EOB</string>
59975997
<key>escaping</key>
59985998
<integer>102</integer>
59995999
<key>script</key>
6000-
<string>python scripts/custom_command.py $1</string>
6000+
<string>python3 scripts/custom_command.py $1</string>
60016001
<key>scriptargtype</key>
60026002
<integer>1</integer>
60036003
<key>scriptfile</key>
@@ -6041,7 +6041,7 @@ EOB</string>
60416041
<key>escaping</key>
60426042
<integer>102</integer>
60436043
<key>script</key>
6044-
<string>python scripts/custom_command_convert.py</string>
6044+
<string>python3 scripts/custom_command_convert.py</string>
60456045
<key>scriptargtype</key>
60466046
<integer>0</integer>
60476047
<key>scriptfile</key>
@@ -7804,7 +7804,7 @@ Use keyword "geny" to list and start Genymotion emulator</string>
78047804
<string>aapt_path</string>
78057805
</array>
78067806
<key>version</key>
7807-
<string>1.12.3</string>
7807+
<string>1.13.0</string>
78087808
<key>webaddress</key>
78097809
<string>https://github.com/zjn0505/adb-alfred</string>
78107810
</dict>

0 commit comments

Comments
 (0)