Skip to content

Commit f6c6550

Browse files
committed
Updated project files and readme and added the files of the hash unit test data generator
1 parent abc94b2 commit f6c6550

File tree

21 files changed

+2023
-919
lines changed

21 files changed

+2023
-919
lines changed

Demos/Cipher_Console/Cipher_Console.dproj

+16-56
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>{BC13B21E-5E59-450C-A11D-EA58C8E05628}</ProjectGuid>
4-
<ProjectVersion>19.3</ProjectVersion>
4+
<ProjectVersion>19.2</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>Cipher_Console.dpr</MainSource>
77
<Base>True</Base>
@@ -139,15 +139,15 @@
139139
<Overwrite>true</Overwrite>
140140
</Platform>
141141
</DeployFile>
142-
<DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
142+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Debug" Class="Android_NotificationIcon24">
143143
<Platform Name="Android">
144-
<RemoteName>libCipher_Console.so</RemoteName>
144+
<RemoteName>ic_notification.png</RemoteName>
145145
<Overwrite>true</Overwrite>
146146
</Platform>
147147
</DeployFile>
148-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png" Configuration="Debug" Class="Android_NotificationIcon24">
148+
<DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
149149
<Platform Name="Android">
150-
<RemoteName>ic_notification.png</RemoteName>
150+
<RemoteName>libCipher_Console.so</RemoteName>
151151
<Overwrite>true</Overwrite>
152152
</Platform>
153153
</DeployFile>
@@ -172,38 +172,38 @@
172172
<Overwrite>true</Overwrite>
173173
</Platform>
174174
</DeployFile>
175-
<DeployFile LocalName="..\..\Compiled\BIN_IDExx.x_Android__Demos\strings.xml" Configuration="Debug" Class="Android_Strings">
175+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
176176
<Platform Name="Android">
177+
<RemoteName>splash_image.png</RemoteName>
177178
<Overwrite>true</Overwrite>
178179
</Platform>
179180
</DeployFile>
180-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
181+
<DeployFile LocalName="..\..\Compiled\BIN_IDExx.x_Android__Demos\strings.xml" Configuration="Debug" Class="Android_Strings">
181182
<Platform Name="Android">
182-
<RemoteName>ic_launcher.png</RemoteName>
183183
<Overwrite>true</Overwrite>
184184
</Platform>
185185
</DeployFile>
186-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
186+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Debug" Class="Android_NotificationIcon72">
187187
<Platform Name="Android">
188-
<RemoteName>ic_launcher.png</RemoteName>
188+
<RemoteName>ic_notification.png</RemoteName>
189189
<Overwrite>true</Overwrite>
190190
</Platform>
191191
</DeployFile>
192-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Debug" Class="Android_NotificationIcon36">
192+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
193193
<Platform Name="Android">
194-
<RemoteName>ic_notification.png</RemoteName>
194+
<RemoteName>ic_launcher.png</RemoteName>
195195
<Overwrite>true</Overwrite>
196196
</Platform>
197197
</DeployFile>
198-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png" Configuration="Debug" Class="Android_NotificationIcon72">
198+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
199199
<Platform Name="Android">
200-
<RemoteName>ic_notification.png</RemoteName>
200+
<RemoteName>ic_launcher.png</RemoteName>
201201
<Overwrite>true</Overwrite>
202202
</Platform>
203203
</DeployFile>
204-
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
204+
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png" Configuration="Debug" Class="Android_NotificationIcon36">
205205
<Platform Name="Android">
206-
<RemoteName>splash_image.png</RemoteName>
206+
<RemoteName>ic_notification.png</RemoteName>
207207
<Overwrite>true</Overwrite>
208208
</Platform>
209209
</DeployFile>
@@ -614,11 +614,6 @@
614614
<Operation>1</Operation>
615615
<Extensions>.framework</Extensions>
616616
</Platform>
617-
<Platform Name="OSXARM64">
618-
<RemoteDir>Contents\MacOS</RemoteDir>
619-
<Operation>1</Operation>
620-
<Extensions>.framework</Extensions>
621-
</Platform>
622617
<Platform Name="Win32">
623618
<Operation>0</Operation>
624619
</Platform>
@@ -646,11 +641,6 @@
646641
<Operation>1</Operation>
647642
<Extensions>.dylib</Extensions>
648643
</Platform>
649-
<Platform Name="OSXARM64">
650-
<RemoteDir>Contents\MacOS</RemoteDir>
651-
<Operation>1</Operation>
652-
<Extensions>.dylib</Extensions>
653-
</Platform>
654644
<Platform Name="Win32">
655645
<Operation>0</Operation>
656646
<Extensions>.dll;.bpl</Extensions>
@@ -679,11 +669,6 @@
679669
<Operation>1</Operation>
680670
<Extensions>.dylib</Extensions>
681671
</Platform>
682-
<Platform Name="OSXARM64">
683-
<RemoteDir>Contents\MacOS</RemoteDir>
684-
<Operation>1</Operation>
685-
<Extensions>.dylib</Extensions>
686-
</Platform>
687672
<Platform Name="Win32">
688673
<Operation>0</Operation>
689674
<Extensions>.bpl</Extensions>
@@ -713,10 +698,6 @@
713698
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
714699
<Operation>0</Operation>
715700
</Platform>
716-
<Platform Name="OSXARM64">
717-
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
718-
<Operation>0</Operation>
719-
</Platform>
720701
<Platform Name="Win32">
721702
<Operation>0</Operation>
722703
</Platform>
@@ -1298,10 +1279,6 @@
12981279
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
12991280
<Operation>1</Operation>
13001281
</Platform>
1301-
<Platform Name="OSXARM64">
1302-
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1303-
<Operation>1</Operation>
1304-
</Platform>
13051282
</DeployClass>
13061283
<DeployClass Name="ProjectOSXEntitlements">
13071284
<Platform Name="OSX32">
@@ -1312,10 +1289,6 @@
13121289
<RemoteDir>..\</RemoteDir>
13131290
<Operation>1</Operation>
13141291
</Platform>
1315-
<Platform Name="OSXARM64">
1316-
<RemoteDir>..\</RemoteDir>
1317-
<Operation>1</Operation>
1318-
</Platform>
13191292
</DeployClass>
13201293
<DeployClass Name="ProjectOSXInfoPList">
13211294
<Platform Name="OSX32">
@@ -1326,10 +1299,6 @@
13261299
<RemoteDir>Contents</RemoteDir>
13271300
<Operation>1</Operation>
13281301
</Platform>
1329-
<Platform Name="OSXARM64">
1330-
<RemoteDir>Contents</RemoteDir>
1331-
<Operation>1</Operation>
1332-
</Platform>
13331302
</DeployClass>
13341303
<DeployClass Name="ProjectOSXResource">
13351304
<Platform Name="OSX32">
@@ -1340,10 +1309,6 @@
13401309
<RemoteDir>Contents\Resources</RemoteDir>
13411310
<Operation>1</Operation>
13421311
</Platform>
1343-
<Platform Name="OSXARM64">
1344-
<RemoteDir>Contents\Resources</RemoteDir>
1345-
<Operation>1</Operation>
1346-
</Platform>
13471312
</DeployClass>
13481313
<DeployClass Required="true" Name="ProjectOutput">
13491314
<Platform Name="Android">
@@ -1374,10 +1339,6 @@
13741339
<RemoteDir>Contents\MacOS</RemoteDir>
13751340
<Operation>1</Operation>
13761341
</Platform>
1377-
<Platform Name="OSXARM64">
1378-
<RemoteDir>Contents\MacOS</RemoteDir>
1379-
<Operation>1</Operation>
1380-
</Platform>
13811342
<Platform Name="Win32">
13821343
<Operation>0</Operation>
13831344
</Platform>
@@ -1422,7 +1383,6 @@
14221383
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
14231384
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
14241385
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1425-
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
14261386
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
14271387
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
14281388
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
64 Bytes
Binary file not shown.

Demos/Cipher_FMX/Cipher_FMX.dproj

+1-41
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>{F90DC8C6-DC04-46FE-8D5C-2260589FBEF1}</ProjectGuid>
4-
<ProjectVersion>19.3</ProjectVersion>
4+
<ProjectVersion>19.2</ProjectVersion>
55
<FrameworkType>FMX</FrameworkType>
66
<MainSource>Cipher_FMX.dpr</MainSource>
77
<Base>True</Base>
@@ -888,11 +888,6 @@
888888
<Operation>1</Operation>
889889
<Extensions>.framework</Extensions>
890890
</Platform>
891-
<Platform Name="OSXARM64">
892-
<RemoteDir>Contents\MacOS</RemoteDir>
893-
<Operation>1</Operation>
894-
<Extensions>.framework</Extensions>
895-
</Platform>
896891
<Platform Name="Win32">
897892
<Operation>0</Operation>
898893
</Platform>
@@ -920,11 +915,6 @@
920915
<Operation>1</Operation>
921916
<Extensions>.dylib</Extensions>
922917
</Platform>
923-
<Platform Name="OSXARM64">
924-
<RemoteDir>Contents\MacOS</RemoteDir>
925-
<Operation>1</Operation>
926-
<Extensions>.dylib</Extensions>
927-
</Platform>
928918
<Platform Name="Win32">
929919
<Operation>0</Operation>
930920
<Extensions>.dll;.bpl</Extensions>
@@ -953,11 +943,6 @@
953943
<Operation>1</Operation>
954944
<Extensions>.dylib</Extensions>
955945
</Platform>
956-
<Platform Name="OSXARM64">
957-
<RemoteDir>Contents\MacOS</RemoteDir>
958-
<Operation>1</Operation>
959-
<Extensions>.dylib</Extensions>
960-
</Platform>
961946
<Platform Name="Win32">
962947
<Operation>0</Operation>
963948
<Extensions>.bpl</Extensions>
@@ -987,10 +972,6 @@
987972
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
988973
<Operation>0</Operation>
989974
</Platform>
990-
<Platform Name="OSXARM64">
991-
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
992-
<Operation>0</Operation>
993-
</Platform>
994975
<Platform Name="Win32">
995976
<Operation>0</Operation>
996977
</Platform>
@@ -1572,10 +1553,6 @@
15721553
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
15731554
<Operation>1</Operation>
15741555
</Platform>
1575-
<Platform Name="OSXARM64">
1576-
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1577-
<Operation>1</Operation>
1578-
</Platform>
15791556
</DeployClass>
15801557
<DeployClass Name="ProjectOSXEntitlements">
15811558
<Platform Name="OSX32">
@@ -1586,10 +1563,6 @@
15861563
<RemoteDir>..\</RemoteDir>
15871564
<Operation>1</Operation>
15881565
</Platform>
1589-
<Platform Name="OSXARM64">
1590-
<RemoteDir>..\</RemoteDir>
1591-
<Operation>1</Operation>
1592-
</Platform>
15931566
</DeployClass>
15941567
<DeployClass Name="ProjectOSXInfoPList">
15951568
<Platform Name="OSX32">
@@ -1600,10 +1573,6 @@
16001573
<RemoteDir>Contents</RemoteDir>
16011574
<Operation>1</Operation>
16021575
</Platform>
1603-
<Platform Name="OSXARM64">
1604-
<RemoteDir>Contents</RemoteDir>
1605-
<Operation>1</Operation>
1606-
</Platform>
16071576
</DeployClass>
16081577
<DeployClass Name="ProjectOSXResource">
16091578
<Platform Name="OSX32">
@@ -1614,10 +1583,6 @@
16141583
<RemoteDir>Contents\Resources</RemoteDir>
16151584
<Operation>1</Operation>
16161585
</Platform>
1617-
<Platform Name="OSXARM64">
1618-
<RemoteDir>Contents\Resources</RemoteDir>
1619-
<Operation>1</Operation>
1620-
</Platform>
16211586
</DeployClass>
16221587
<DeployClass Required="true" Name="ProjectOutput">
16231588
<Platform Name="Android">
@@ -1648,10 +1613,6 @@
16481613
<RemoteDir>Contents\MacOS</RemoteDir>
16491614
<Operation>1</Operation>
16501615
</Platform>
1651-
<Platform Name="OSXARM64">
1652-
<RemoteDir>Contents\MacOS</RemoteDir>
1653-
<Operation>1</Operation>
1654-
</Platform>
16551616
<Platform Name="Win32">
16561617
<Operation>0</Operation>
16571618
</Platform>
@@ -1696,7 +1657,6 @@
16961657
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
16971658
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
16981659
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1699-
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
17001660
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
17011661
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
17021662
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>

0 commit comments

Comments
 (0)