We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217a5e5 commit 22906f7Copy full SHA for 22906f7
Info.plist
@@ -13,9 +13,9 @@
13
<key>CFBundleName</key>
14
<string>launchctl</string>
15
<key>CFBundleShortVersionString</key>
16
- <string>1.1.1</string>
+ <string>1.2.0</string>
17
<key>CFBundleVersion</key>
18
19
<key>DarwinVariant</key>
20
<string>RELEASE</string>
21
<key>NSHumanReadableCopyright</key>
launchctl.c
@@ -44,7 +44,7 @@
44
#include "launchctl.h"
45
#include "xpc_private.h"
46
47
-__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.1.1");
+__SCCSID("@(#)PROGRAM:launchctl PROJECT:ProcursusTeam/launchctl VERSION:1.2.0");
48
49
char launchctl __attribute__((section("__TEXT,__launchctl"))) = 1;
50
0 commit comments