We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544a014 commit 9ad1e86Copy full SHA for 9ad1e86
pip/info.plist
@@ -5,9 +5,9 @@
5
<key>Icon file</key>
6
<string>AppIcon</string>
7
<key>CFBundleVersion</key>
8
- <string>19</string>
+ <string>20</string>
9
<key>CFBundleShortVersionString</key>
10
- <string>2.50</string>
+ <string>2.60</string>
11
<key>CFBundleExecutable</key>
12
<string>$(EXECUTABLE_NAME)</string>
13
<key>CFBundleIdentifier</key>
pip/window.m
@@ -858,6 +858,7 @@ - (void)capture{
858
859
- (void)onDoubleClick:(NSEvent *)theEvent{
860
if(window_id < 0) return;
861
+ if(@available(macOS 14.0, *)) return;
862
bringWindoToForeground(window_id);
863
if(@available(macOS 11.0, *)){
864
if(!AXIsProcessTrusted()) request_permission("Accessibility");
0 commit comments