Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 2c3830d

Browse files
committed
Update TTTd.app for Apple Silicone PHP path
1 parent 49ee5d6 commit 2c3830d

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

TTTd.app/Contents/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>AMStayOpen</key>
88
<false/>
99
<key>BuildMachineOSBuild</key>
10-
<string>19A603013</string>
10+
<string>20A241128</string>
1111
<key>CFBundleAllowMixedLocalizations</key>
1212
<true/>
1313
<key>CFBundleDevelopmentRegion</key>
@@ -52,23 +52,23 @@
5252
<key>CFBundleURLTypes</key>
5353
<array/>
5454
<key>CFBundleVersion</key>
55-
<string>509</string>
55+
<string>512</string>
5656
<key>DTCompiler</key>
5757
<string>com.apple.compilers.llvm.clang.1_0</string>
5858
<key>DTPlatformBuild</key>
59-
<string>12A8179f</string>
59+
<string>13A191</string>
6060
<key>DTPlatformName</key>
6161
<string>macosx</string>
6262
<key>DTPlatformVersion</key>
63-
<string>11.1</string>
63+
<string>12.2</string>
6464
<key>DTSDKBuild</key>
65-
<string>20C62</string>
65+
<string>21D34</string>
6666
<key>DTSDKName</key>
67-
<string>macosx11.1internal</string>
67+
<string>macosx12.2.internal</string>
6868
<key>DTXcode</key>
69-
<string>1200</string>
69+
<string>1300</string>
7070
<key>DTXcodeBuild</key>
71-
<string>12A8179f</string>
71+
<string>13A191</string>
7272
<key>LSMinimumSystemVersion</key>
7373
<string>10.9</string>
7474
<key>LSUIElement</key>
0 Bytes
Binary file not shown.

TTTd.app/Contents/_CodeSignature/CodeResources

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Resources/Assets.car</key>
1212
<data>
13-
6x486X/RjFLUxX/nTxPBfMGbmCo=
13+
KrItyuwOUlACygpxJabqBV6rQlA=
1414
</data>
1515
<key>Resources/en.lproj/InfoPlist.strings</key>
1616
<dict>
@@ -39,11 +39,11 @@
3939
<dict>
4040
<key>hash</key>
4141
<data>
42-
6x486X/RjFLUxX/nTxPBfMGbmCo=
42+
KrItyuwOUlACygpxJabqBV6rQlA=
4343
</data>
4444
<key>hash2</key>
4545
<data>
46-
LnTju/BZ3F2CTA9e2XgciGp8jYhtkX/ez4o9EBeChzA=
46+
oSPo1eYsnqCUNYtKLDWeZn4vf++cqS7dQ6kPmtAN9Do=
4747
</data>
4848
</dict>
4949
<key>Resources/en.lproj/InfoPlist.strings</key>
@@ -63,10 +63,10 @@
6363
<dict>
6464
<key>cdhash</key>
6565
<data>
66-
dEpwdWqUYCU6HvGXM3CYyxnGNc4=
66+
K3dTFWDLY7kl7jXMxqot5nmV02E=
6767
</data>
6868
<key>requirement</key>
69-
<string>cdhash H"f69436f95329fc55f0641c7c7eb27c62433ce321" or cdhash H"744a70756a9460253a1ef197337098cb19c635ce"</string>
69+
<string>cdhash H"3c4256d10e1b1655f2746514680d3f1020076607" or cdhash H"2b77531560cb63b925ee35ccc6aa2de67995d361"</string>
7070
</dict>
7171
</dict>
7272
<key>rules</key>

TTTd.app/Contents/document.wflow

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>509</string>
6+
<string>512</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -65,6 +65,7 @@
6565
curr_time=$(date +"%d.%m.%Y %T")
6666
daemon_log="/tmp/TaskTimeTerminateDeamon.log"
6767
search_path=(
68+
/opt/homebrew/bin/php
6869
/usr/local/Cellar/php@7*/7.4*/bin/php
6970
/usr/local/Cellar/php@8*/*/bin/php
7071
/usr/local/Cellar/php*/*/bin/php
@@ -205,7 +206,7 @@ echo "Starting with '$php_binary' at $curr_time" &gt;&gt; $daemon_log;
205206
<key>isViewVisible</key>
206207
<true/>
207208
<key>location</key>
208-
<string>309.000000:598.000000</string>
209+
<string>309.000000:665.000000</string>
209210
<key>nibPath</key>
210211
<string>/System/Library/Automator/Run Shell Script.action/Contents/Resources/Base.lproj/main.nib</string>
211212
</dict>

core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
class Utilities {
66

7-
const VERSION = 'v1.1.2';
7+
const VERSION = 'v1.1.3';
88

99
const DEFAULT_LINE_LENGTH = 125;
1010

0 commit comments

Comments
 (0)