Skip to content

Commit e878b51

Browse files
committed
test Windows
1 parent 5f3a745 commit e878b51

27 files changed

Lines changed: 207 additions & 703 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*.4DIndx
55
*.Match
66
Logs
7-
Project/DerivedData
7+
Project/DerivedData/
88
*symbols.txt
99
userPreferences.*
1010
Libraries/

Data/data.4DD

0 Bytes
Binary file not shown.

Data/data.journal

220 Bytes
Binary file not shown.

Libraries/lib4d-arm64.dylib

-111 KB
Binary file not shown.
80 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
������������������������������������������������������������������
1+
������������������������������������������������������������������������������������������������������������
-278 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
11
{
2-
"SystemWorkerProperties": {
2+
"FileTransfer": {
33
"functions": {
4-
"onResponse": 2147483642,
5-
"onData": 2147483641,
6-
"onTerminate": 2147483640,
7-
"onDataError": 2147483639,
8-
"onError": 2147483644
4+
"validate": 2147483639,
5+
"version": 2147483638,
6+
"setConnectTimeout": 2147483637,
7+
"setMaxTime": 2147483636,
8+
"setAutoCreateRemoteDirectory": 2147483635,
9+
"setAutoCreateLocalDirectory": 2147483634,
10+
"setActiveMode": 2147483633,
11+
"setRange": 2147483632,
12+
"setCurlPrefix": 2147483631,
13+
"setCurlPath": 2147483630,
14+
"enableProgressData": 2147483629,
15+
"useCallback": 2147483628,
16+
"upload": 2147483627,
17+
"download": 2147483626,
18+
"getDirectoryListing": 2147483625,
19+
"createDirectory": 2147483624,
20+
"deleteDirectory": 2147483623,
21+
"deleteFile": 2147483622,
22+
"renameFile": 2147483621,
23+
"stop": 2147483598,
24+
"status": 2147483584,
25+
"_parseDirListing": 2147483620,
26+
"_parseFileListing": 2147483619,
27+
"_buildURL": 2147483618,
28+
"_runWorker": 2147483617
929
},
10-
"constructorID": 2147483643
30+
"constructorID": 2147483640
1131
},
12-
"FileTransfer": {
32+
"SystemWorkerProperties": {
1333
"functions": {
14-
"validate": 2147483636,
15-
"version": 2147483635,
16-
"setConnectTimeout": 2147483634,
17-
"setmaxTime": 2147483633,
18-
"setAutoCreateRemoteDirectory": 2147483618,
19-
"setAutoCreateLocalDirectory": 2147483601,
20-
"setCurlPrefix": 2147483631,
21-
"upload": 2147483630,
22-
"download": 2147483628,
23-
"getDirectoryListing": 2147483629,
24-
"createDirectory": 2147483600,
25-
"_buildURL": 2147483627,
26-
"_runWorker": 2147483626
34+
"onDataError": 2147483614,
35+
"_createFile": 2147483613
2736
},
28-
"constructorID": 2147483637
37+
"constructorID": 2147483615
2938
}
3039
}

0 commit comments

Comments
 (0)