Skip to content

Commit 8d27b53

Browse files
Update horse version 3.0
1 parent 387dcf5 commit 8d27b53

File tree

3 files changed

+134
-5
lines changed

3 files changed

+134
-5
lines changed

boss-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"hash": "8a53e9cf872feaac975a8fad2c6a5af0",
3-
"updated": "2021-10-04T08:54:27.0678585-03:00",
3+
"updated": "2022-02-16T08:58:42.6439434-03:00",
44
"installedModules": {
55
"github.com/hashload/horse": {
66
"name": "horse",
7-
"version": "v2.0.14",
8-
"hash": "38c6bebdc7b9712d6e5856d299289a26",
7+
"version": "3.0.0",
8+
"hash": "195e14c9c225f81a8c69d18b5118c149",
99
"artifacts": {},
1010
"failed": false,
1111
"changed": false

boss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"mainsrc": "/src",
77
"projects": [],
88
"dependencies": {
9-
"github.com/hashload/horse": "^v2.0.14"
9+
"github.com/hashload/horse": "^3.0.0"
1010
}
1111
}

samples/delphi/Samples.dproj

Lines changed: 130 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{02FE02F6-5093-4F25-B8E8-89AC8FA46AE5}</ProjectGuid>
4-
<ProjectVersion>18.7</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>Samples.dpr</MainSource>
77
<Base>True</Base>
@@ -156,12 +156,20 @@
156156
<RemoteDir>classes</RemoteDir>
157157
<Operation>1</Operation>
158158
</Platform>
159+
<Platform Name="Android64">
160+
<RemoteDir>classes</RemoteDir>
161+
<Operation>1</Operation>
162+
</Platform>
159163
</DeployClass>
160164
<DeployClass Name="AndroidFileProvider">
161165
<Platform Name="Android">
162166
<RemoteDir>res\xml</RemoteDir>
163167
<Operation>1</Operation>
164168
</Platform>
169+
<Platform Name="Android64">
170+
<RemoteDir>res\xml</RemoteDir>
171+
<Operation>1</Operation>
172+
</Platform>
165173
</DeployClass>
166174
<DeployClass Name="AndroidGDBServer">
167175
<Platform Name="Android">
@@ -174,138 +182,242 @@
174182
<RemoteDir>library\lib\armeabi</RemoteDir>
175183
<Operation>1</Operation>
176184
</Platform>
185+
<Platform Name="Android64">
186+
<RemoteDir>library\lib\armeabi</RemoteDir>
187+
<Operation>1</Operation>
188+
</Platform>
189+
</DeployClass>
190+
<DeployClass Name="AndroidLibnativeArmeabiv7aFile">
191+
<Platform Name="Android64">
192+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
193+
<Operation>1</Operation>
194+
</Platform>
177195
</DeployClass>
178196
<DeployClass Name="AndroidLibnativeMipsFile">
179197
<Platform Name="Android">
180198
<RemoteDir>library\lib\mips</RemoteDir>
181199
<Operation>1</Operation>
182200
</Platform>
201+
<Platform Name="Android64">
202+
<RemoteDir>library\lib\mips</RemoteDir>
203+
<Operation>1</Operation>
204+
</Platform>
183205
</DeployClass>
184206
<DeployClass Name="AndroidServiceOutput">
185207
<Platform Name="Android">
186208
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
187209
<Operation>1</Operation>
188210
</Platform>
211+
<Platform Name="Android64">
212+
<RemoteDir>library\lib\arm64-v8a</RemoteDir>
213+
<Operation>1</Operation>
214+
</Platform>
215+
</DeployClass>
216+
<DeployClass Name="AndroidServiceOutput_Android32">
217+
<Platform Name="Android64">
218+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
219+
<Operation>1</Operation>
220+
</Platform>
189221
</DeployClass>
190222
<DeployClass Name="AndroidSplashImageDef">
191223
<Platform Name="Android">
192224
<RemoteDir>res\drawable</RemoteDir>
193225
<Operation>1</Operation>
194226
</Platform>
227+
<Platform Name="Android64">
228+
<RemoteDir>res\drawable</RemoteDir>
229+
<Operation>1</Operation>
230+
</Platform>
195231
</DeployClass>
196232
<DeployClass Name="AndroidSplashStyles">
197233
<Platform Name="Android">
198234
<RemoteDir>res\values</RemoteDir>
199235
<Operation>1</Operation>
200236
</Platform>
237+
<Platform Name="Android64">
238+
<RemoteDir>res\values</RemoteDir>
239+
<Operation>1</Operation>
240+
</Platform>
201241
</DeployClass>
202242
<DeployClass Name="AndroidSplashStylesV21">
203243
<Platform Name="Android">
204244
<RemoteDir>res\values-v21</RemoteDir>
205245
<Operation>1</Operation>
206246
</Platform>
247+
<Platform Name="Android64">
248+
<RemoteDir>res\values-v21</RemoteDir>
249+
<Operation>1</Operation>
250+
</Platform>
207251
</DeployClass>
208252
<DeployClass Name="Android_Colors">
209253
<Platform Name="Android">
210254
<RemoteDir>res\values</RemoteDir>
211255
<Operation>1</Operation>
212256
</Platform>
257+
<Platform Name="Android64">
258+
<RemoteDir>res\values</RemoteDir>
259+
<Operation>1</Operation>
260+
</Platform>
213261
</DeployClass>
214262
<DeployClass Name="Android_DefaultAppIcon">
215263
<Platform Name="Android">
216264
<RemoteDir>res\drawable</RemoteDir>
217265
<Operation>1</Operation>
218266
</Platform>
267+
<Platform Name="Android64">
268+
<RemoteDir>res\drawable</RemoteDir>
269+
<Operation>1</Operation>
270+
</Platform>
219271
</DeployClass>
220272
<DeployClass Name="Android_LauncherIcon144">
221273
<Platform Name="Android">
222274
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
223275
<Operation>1</Operation>
224276
</Platform>
277+
<Platform Name="Android64">
278+
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
279+
<Operation>1</Operation>
280+
</Platform>
225281
</DeployClass>
226282
<DeployClass Name="Android_LauncherIcon36">
227283
<Platform Name="Android">
228284
<RemoteDir>res\drawable-ldpi</RemoteDir>
229285
<Operation>1</Operation>
230286
</Platform>
287+
<Platform Name="Android64">
288+
<RemoteDir>res\drawable-ldpi</RemoteDir>
289+
<Operation>1</Operation>
290+
</Platform>
231291
</DeployClass>
232292
<DeployClass Name="Android_LauncherIcon48">
233293
<Platform Name="Android">
234294
<RemoteDir>res\drawable-mdpi</RemoteDir>
235295
<Operation>1</Operation>
236296
</Platform>
297+
<Platform Name="Android64">
298+
<RemoteDir>res\drawable-mdpi</RemoteDir>
299+
<Operation>1</Operation>
300+
</Platform>
237301
</DeployClass>
238302
<DeployClass Name="Android_LauncherIcon72">
239303
<Platform Name="Android">
240304
<RemoteDir>res\drawable-hdpi</RemoteDir>
241305
<Operation>1</Operation>
242306
</Platform>
307+
<Platform Name="Android64">
308+
<RemoteDir>res\drawable-hdpi</RemoteDir>
309+
<Operation>1</Operation>
310+
</Platform>
243311
</DeployClass>
244312
<DeployClass Name="Android_LauncherIcon96">
245313
<Platform Name="Android">
246314
<RemoteDir>res\drawable-xhdpi</RemoteDir>
247315
<Operation>1</Operation>
248316
</Platform>
317+
<Platform Name="Android64">
318+
<RemoteDir>res\drawable-xhdpi</RemoteDir>
319+
<Operation>1</Operation>
320+
</Platform>
249321
</DeployClass>
250322
<DeployClass Name="Android_NotificationIcon24">
251323
<Platform Name="Android">
252324
<RemoteDir>res\drawable-mdpi</RemoteDir>
253325
<Operation>1</Operation>
254326
</Platform>
327+
<Platform Name="Android64">
328+
<RemoteDir>res\drawable-mdpi</RemoteDir>
329+
<Operation>1</Operation>
330+
</Platform>
255331
</DeployClass>
256332
<DeployClass Name="Android_NotificationIcon36">
257333
<Platform Name="Android">
258334
<RemoteDir>res\drawable-hdpi</RemoteDir>
259335
<Operation>1</Operation>
260336
</Platform>
337+
<Platform Name="Android64">
338+
<RemoteDir>res\drawable-hdpi</RemoteDir>
339+
<Operation>1</Operation>
340+
</Platform>
261341
</DeployClass>
262342
<DeployClass Name="Android_NotificationIcon48">
263343
<Platform Name="Android">
264344
<RemoteDir>res\drawable-xhdpi</RemoteDir>
265345
<Operation>1</Operation>
266346
</Platform>
347+
<Platform Name="Android64">
348+
<RemoteDir>res\drawable-xhdpi</RemoteDir>
349+
<Operation>1</Operation>
350+
</Platform>
267351
</DeployClass>
268352
<DeployClass Name="Android_NotificationIcon72">
269353
<Platform Name="Android">
270354
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
271355
<Operation>1</Operation>
272356
</Platform>
357+
<Platform Name="Android64">
358+
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
359+
<Operation>1</Operation>
360+
</Platform>
273361
</DeployClass>
274362
<DeployClass Name="Android_NotificationIcon96">
275363
<Platform Name="Android">
276364
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
277365
<Operation>1</Operation>
278366
</Platform>
367+
<Platform Name="Android64">
368+
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
369+
<Operation>1</Operation>
370+
</Platform>
279371
</DeployClass>
280372
<DeployClass Name="Android_SplashImage426">
281373
<Platform Name="Android">
282374
<RemoteDir>res\drawable-small</RemoteDir>
283375
<Operation>1</Operation>
284376
</Platform>
377+
<Platform Name="Android64">
378+
<RemoteDir>res\drawable-small</RemoteDir>
379+
<Operation>1</Operation>
380+
</Platform>
285381
</DeployClass>
286382
<DeployClass Name="Android_SplashImage470">
287383
<Platform Name="Android">
288384
<RemoteDir>res\drawable-normal</RemoteDir>
289385
<Operation>1</Operation>
290386
</Platform>
387+
<Platform Name="Android64">
388+
<RemoteDir>res\drawable-normal</RemoteDir>
389+
<Operation>1</Operation>
390+
</Platform>
291391
</DeployClass>
292392
<DeployClass Name="Android_SplashImage640">
293393
<Platform Name="Android">
294394
<RemoteDir>res\drawable-large</RemoteDir>
295395
<Operation>1</Operation>
296396
</Platform>
397+
<Platform Name="Android64">
398+
<RemoteDir>res\drawable-large</RemoteDir>
399+
<Operation>1</Operation>
400+
</Platform>
297401
</DeployClass>
298402
<DeployClass Name="Android_SplashImage960">
299403
<Platform Name="Android">
300404
<RemoteDir>res\drawable-xlarge</RemoteDir>
301405
<Operation>1</Operation>
302406
</Platform>
407+
<Platform Name="Android64">
408+
<RemoteDir>res\drawable-xlarge</RemoteDir>
409+
<Operation>1</Operation>
410+
</Platform>
303411
</DeployClass>
304412
<DeployClass Name="Android_Strings">
305413
<Platform Name="Android">
306414
<RemoteDir>res\values</RemoteDir>
307415
<Operation>1</Operation>
308416
</Platform>
417+
<Platform Name="Android64">
418+
<RemoteDir>res\values</RemoteDir>
419+
<Operation>1</Operation>
420+
</Platform>
309421
</DeployClass>
310422
<DeployClass Name="DebugSymbols">
311423
<Platform Name="iOSSimulator">
@@ -394,6 +506,9 @@
394506
<Platform Name="Android">
395507
<Operation>0</Operation>
396508
</Platform>
509+
<Platform Name="Android64">
510+
<Operation>0</Operation>
511+
</Platform>
397512
<Platform Name="iOSDevice32">
398513
<Operation>0</Operation>
399514
</Platform>
@@ -683,6 +798,9 @@
683798
<Platform Name="Android">
684799
<Operation>1</Operation>
685800
</Platform>
801+
<Platform Name="Android64">
802+
<Operation>1</Operation>
803+
</Platform>
686804
</DeployClass>
687805
<DeployClass Name="ProjectiOSDeviceDebug">
688806
<Platform Name="iOSDevice32">
@@ -775,6 +893,10 @@
775893
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
776894
<Operation>1</Operation>
777895
</Platform>
896+
<Platform Name="Android64">
897+
<RemoteDir>library\lib\arm64-v8a</RemoteDir>
898+
<Operation>1</Operation>
899+
</Platform>
778900
<Platform Name="iOSDevice32">
779901
<Operation>1</Operation>
780902
</Platform>
@@ -799,6 +921,12 @@
799921
<Operation>0</Operation>
800922
</Platform>
801923
</DeployClass>
924+
<DeployClass Name="ProjectOutput_Android32">
925+
<Platform Name="Android64">
926+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
927+
<Operation>1</Operation>
928+
</Platform>
929+
</DeployClass>
802930
<DeployClass Name="ProjectUWPManifest">
803931
<Platform Name="Win32">
804932
<Operation>1</Operation>
@@ -836,6 +964,7 @@
836964
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
837965
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
838966
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
967+
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
839968
</Deployment>
840969
<Platforms>
841970
<Platform value="Win32">True</Platform>

0 commit comments

Comments
 (0)