Skip to content

Commit fdbc0c9

Browse files
version 1.3.1
built with Delphi 11.2 Added 64bit platform for Package and Demo
1 parent b2bb736 commit fdbc0c9

File tree

3 files changed

+80
-48
lines changed

3 files changed

+80
-48
lines changed

Demo/GoogleMaps/GoogleMapsTest.dproj

Lines changed: 71 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
77
<DCC_DependencyCheckOutputName>GoogleMapsTest.exe</DCC_DependencyCheckOutputName>
8-
<ProjectVersion>19.4</ProjectVersion>
8+
<ProjectVersion>19.5</ProjectVersion>
99
<Config Condition="'$(Config)'==''">Debug</Config>
1010
<Base>True</Base>
1111
<TargetedPlatforms>3</TargetedPlatforms>
@@ -165,13 +165,8 @@
165165
<Platform value="Win32">True</Platform>
166166
<Platform value="Win64">True</Platform>
167167
</Platforms>
168-
<Deployment Version="3">
169-
<DeployFile LocalName="Bin\Win32\GoogleMapsTest.exe" Configuration="Release" Class="ProjectOutput">
170-
<Platform Name="Win32">
171-
<RemoteName>GoogleMapsTest.exe</RemoteName>
172-
<Overwrite>true</Overwrite>
173-
</Platform>
174-
</DeployFile>
168+
<Deployment Version="4">
169+
<DeployFile LocalName="Bin\Win32\GoogleMapsTest.exe" Configuration="Release" Class="ProjectOutput"/>
175170
<DeployClass Name="AdditionalDebugSymbols">
176171
<Platform Name="OSX32">
177172
<Operation>1</Operation>
@@ -180,14 +175,14 @@
180175
<Operation>0</Operation>
181176
</Platform>
182177
</DeployClass>
183-
<DeployClass Name="AndroidClassesDexFile">
178+
<DeployClass Name="AndroidClasses">
184179
<Platform Name="Android">
185180
<RemoteDir>classes</RemoteDir>
186-
<Operation>1</Operation>
181+
<Operation>64</Operation>
187182
</Platform>
188183
<Platform Name="Android64">
189184
<RemoteDir>classes</RemoteDir>
190-
<Operation>1</Operation>
185+
<Operation>64</Operation>
191186
</Platform>
192187
</DeployClass>
193188
<DeployClass Name="AndroidFileProvider">
@@ -478,6 +473,10 @@
478473
<Operation>1</Operation>
479474
<Extensions>.framework</Extensions>
480475
</Platform>
476+
<Platform Name="OSXARM64">
477+
<Operation>1</Operation>
478+
<Extensions>.framework</Extensions>
479+
</Platform>
481480
<Platform Name="Win32">
482481
<Operation>0</Operation>
483482
</Platform>
@@ -491,6 +490,10 @@
491490
<Operation>1</Operation>
492491
<Extensions>.dylib</Extensions>
493492
</Platform>
493+
<Platform Name="OSXARM64">
494+
<Operation>1</Operation>
495+
<Extensions>.dylib</Extensions>
496+
</Platform>
494497
<Platform Name="Win32">
495498
<Operation>0</Operation>
496499
<Extensions>.dll;.bpl</Extensions>
@@ -505,7 +508,7 @@
505508
<Operation>1</Operation>
506509
<Extensions>.dylib</Extensions>
507510
</Platform>
508-
<Platform Name="iOSSimulator">
511+
<Platform Name="iOSSimARM64">
509512
<Operation>1</Operation>
510513
<Extensions>.dylib</Extensions>
511514
</Platform>
@@ -517,6 +520,10 @@
517520
<Operation>1</Operation>
518521
<Extensions>.dylib</Extensions>
519522
</Platform>
523+
<Platform Name="OSXARM64">
524+
<Operation>1</Operation>
525+
<Extensions>.dylib</Extensions>
526+
</Platform>
520527
<Platform Name="Win32">
521528
<Operation>0</Operation>
522529
<Extensions>.bpl</Extensions>
@@ -535,7 +542,7 @@
535542
<Platform Name="iOSDevice64">
536543
<Operation>0</Operation>
537544
</Platform>
538-
<Platform Name="iOSSimulator">
545+
<Platform Name="iOSSimARM64">
539546
<Operation>0</Operation>
540547
</Platform>
541548
<Platform Name="OSX32">
@@ -544,6 +551,9 @@
544551
<Platform Name="OSX64">
545552
<Operation>0</Operation>
546553
</Platform>
554+
<Platform Name="OSXARM64">
555+
<Operation>0</Operation>
556+
</Platform>
547557
<Platform Name="Win32">
548558
<Operation>0</Operation>
549559
</Platform>
@@ -553,13 +563,17 @@
553563
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
554564
<Operation>1</Operation>
555565
</Platform>
566+
<Platform Name="iOSSimARM64">
567+
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
568+
<Operation>1</Operation>
569+
</Platform>
556570
</DeployClass>
557571
<DeployClass Name="iPad_AppIcon152">
558572
<Platform Name="iOSDevice64">
559573
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
560574
<Operation>1</Operation>
561575
</Platform>
562-
<Platform Name="iOSSimulator">
576+
<Platform Name="iOSSimARM64">
563577
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
564578
<Operation>1</Operation>
565579
</Platform>
@@ -569,7 +583,7 @@
569583
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
570584
<Operation>1</Operation>
571585
</Platform>
572-
<Platform Name="iOSSimulator">
586+
<Platform Name="iOSSimARM64">
573587
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
574588
<Operation>1</Operation>
575589
</Platform>
@@ -579,7 +593,7 @@
579593
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
580594
<Operation>1</Operation>
581595
</Platform>
582-
<Platform Name="iOSSimulator">
596+
<Platform Name="iOSSimARM64">
583597
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
584598
<Operation>1</Operation>
585599
</Platform>
@@ -589,7 +603,7 @@
589603
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
590604
<Operation>1</Operation>
591605
</Platform>
592-
<Platform Name="iOSSimulator">
606+
<Platform Name="iOSSimARM64">
593607
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
594608
<Operation>1</Operation>
595609
</Platform>
@@ -599,7 +613,7 @@
599613
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
600614
<Operation>1</Operation>
601615
</Platform>
602-
<Platform Name="iOSSimulator">
616+
<Platform Name="iOSSimARM64">
603617
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
604618
<Operation>1</Operation>
605619
</Platform>
@@ -609,7 +623,7 @@
609623
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
610624
<Operation>1</Operation>
611625
</Platform>
612-
<Platform Name="iOSSimulator">
626+
<Platform Name="iOSSimARM64">
613627
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
614628
<Operation>1</Operation>
615629
</Platform>
@@ -619,7 +633,7 @@
619633
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
620634
<Operation>1</Operation>
621635
</Platform>
622-
<Platform Name="iOSSimulator">
636+
<Platform Name="iOSSimARM64">
623637
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
624638
<Operation>1</Operation>
625639
</Platform>
@@ -629,7 +643,7 @@
629643
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
630644
<Operation>1</Operation>
631645
</Platform>
632-
<Platform Name="iOSSimulator">
646+
<Platform Name="iOSSimARM64">
633647
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
634648
<Operation>1</Operation>
635649
</Platform>
@@ -639,7 +653,7 @@
639653
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
640654
<Operation>1</Operation>
641655
</Platform>
642-
<Platform Name="iOSSimulator">
656+
<Platform Name="iOSSimARM64">
643657
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
644658
<Operation>1</Operation>
645659
</Platform>
@@ -649,7 +663,7 @@
649663
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
650664
<Operation>1</Operation>
651665
</Platform>
652-
<Platform Name="iOSSimulator">
666+
<Platform Name="iOSSimARM64">
653667
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
654668
<Operation>1</Operation>
655669
</Platform>
@@ -659,7 +673,7 @@
659673
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
660674
<Operation>1</Operation>
661675
</Platform>
662-
<Platform Name="iOSSimulator">
676+
<Platform Name="iOSSimARM64">
663677
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
664678
<Operation>1</Operation>
665679
</Platform>
@@ -669,7 +683,7 @@
669683
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
670684
<Operation>1</Operation>
671685
</Platform>
672-
<Platform Name="iOSSimulator">
686+
<Platform Name="iOSSimARM64">
673687
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
674688
<Operation>1</Operation>
675689
</Platform>
@@ -679,7 +693,7 @@
679693
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
680694
<Operation>1</Operation>
681695
</Platform>
682-
<Platform Name="iOSSimulator">
696+
<Platform Name="iOSSimARM64">
683697
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
684698
<Operation>1</Operation>
685699
</Platform>
@@ -689,7 +703,7 @@
689703
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
690704
<Operation>1</Operation>
691705
</Platform>
692-
<Platform Name="iOSSimulator">
706+
<Platform Name="iOSSimARM64">
693707
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
694708
<Operation>1</Operation>
695709
</Platform>
@@ -699,7 +713,7 @@
699713
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
700714
<Operation>1</Operation>
701715
</Platform>
702-
<Platform Name="iOSSimulator">
716+
<Platform Name="iOSSimARM64">
703717
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
704718
<Operation>1</Operation>
705719
</Platform>
@@ -709,7 +723,7 @@
709723
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
710724
<Operation>1</Operation>
711725
</Platform>
712-
<Platform Name="iOSSimulator">
726+
<Platform Name="iOSSimARM64">
713727
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
714728
<Operation>1</Operation>
715729
</Platform>
@@ -719,7 +733,7 @@
719733
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
720734
<Operation>1</Operation>
721735
</Platform>
722-
<Platform Name="iOSSimulator">
736+
<Platform Name="iOSSimARM64">
723737
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
724738
<Operation>1</Operation>
725739
</Platform>
@@ -729,7 +743,7 @@
729743
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
730744
<Operation>1</Operation>
731745
</Platform>
732-
<Platform Name="iOSSimulator">
746+
<Platform Name="iOSSimARM64">
733747
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
734748
<Operation>1</Operation>
735749
</Platform>
@@ -739,7 +753,7 @@
739753
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
740754
<Operation>1</Operation>
741755
</Platform>
742-
<Platform Name="iOSSimulator">
756+
<Platform Name="iOSSimARM64">
743757
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
744758
<Operation>1</Operation>
745759
</Platform>
@@ -761,6 +775,10 @@
761775
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
762776
<Operation>1</Operation>
763777
</Platform>
778+
<Platform Name="iOSSimARM64">
779+
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
780+
<Operation>1</Operation>
781+
</Platform>
764782
</DeployClass>
765783
<DeployClass Name="ProjectiOSEntitlements"/>
766784
<DeployClass Name="ProjectiOSInfoPList"/>
@@ -772,7 +790,7 @@
772790
<Platform Name="iOSDevice64">
773791
<Operation>1</Operation>
774792
</Platform>
775-
<Platform Name="iOSSimulator">
793+
<Platform Name="iOSSimARM64">
776794
<Operation>1</Operation>
777795
</Platform>
778796
</DeployClass>
@@ -788,6 +806,10 @@
788806
<RemoteDir>Contents\Resources</RemoteDir>
789807
<Operation>1</Operation>
790808
</Platform>
809+
<Platform Name="OSXARM64">
810+
<RemoteDir>Contents\Resources</RemoteDir>
811+
<Operation>1</Operation>
812+
</Platform>
791813
</DeployClass>
792814
<DeployClass Required="true" Name="ProjectOutput">
793815
<Platform Name="Android">
@@ -804,7 +826,7 @@
804826
<Platform Name="iOSDevice64">
805827
<Operation>1</Operation>
806828
</Platform>
807-
<Platform Name="iOSSimulator">
829+
<Platform Name="iOSSimARM64">
808830
<Operation>1</Operation>
809831
</Platform>
810832
<Platform Name="Linux64">
@@ -816,6 +838,9 @@
816838
<Platform Name="OSX64">
817839
<Operation>1</Operation>
818840
</Platform>
841+
<Platform Name="OSXARM64">
842+
<Operation>1</Operation>
843+
</Platform>
819844
<Platform Name="Win32">
820845
<Operation>0</Operation>
821846
</Platform>
@@ -854,16 +879,18 @@
854879
<Operation>1</Operation>
855880
</Platform>
856881
</DeployClass>
857-
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
858-
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
882+
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
883+
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
859884
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
885+
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
886+
<ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
887+
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
860888
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
861-
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
862889
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
863-
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
864890
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
865-
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
866-
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
891+
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
892+
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
893+
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
867894
</Deployment>
868895
</BorlandProject>
869896
<ProjectFileVersion>12</ProjectFileVersion>
@@ -880,17 +907,17 @@
880907
<Form>FormSecondary</Form>
881908
<FormType>dfm</FormType>
882909
</DCCReference>
883-
<BuildConfiguration Include="Debug">
884-
<Key>Cfg_2</Key>
885-
<CfgParent>Base</CfgParent>
886-
</BuildConfiguration>
887910
<BuildConfiguration Include="Base">
888911
<Key>Base</Key>
889912
</BuildConfiguration>
890913
<BuildConfiguration Include="Release">
891914
<Key>Cfg_1</Key>
892915
<CfgParent>Base</CfgParent>
893916
</BuildConfiguration>
917+
<BuildConfiguration Include="Debug">
918+
<Key>Cfg_2</Key>
919+
<CfgParent>Base</CfgParent>
920+
</BuildConfiguration>
894921
</ItemGroup>
895922
<ItemGroup/>
896923
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>

0 commit comments

Comments
 (0)