| 
7 | 7 |         <MainSource>PythonFmx.dpk</MainSource>  | 
8 | 8 |         <Platform Condition="'$(Platform)'==''">Win32</Platform>  | 
9 | 9 |         <ProjectGuid>{513BF750-373D-4C95-A672-78CA8DDF3F63}</ProjectGuid>  | 
10 |  | -        <ProjectName Condition="'$(ProjectName)'==''">PythonFmx</ProjectName>  | 
11 | 10 |         <ProjectVersion>20.1</ProjectVersion>  | 
12 |  | -        <TargetedPlatforms>693267</TargetedPlatforms>  | 
 | 11 | +        <TargetedPlatforms>693395</TargetedPlatforms>  | 
 | 12 | +        <ProjectName Condition="'$(ProjectName)'==''">PythonFmx</ProjectName>  | 
13 | 13 |     </PropertyGroup>  | 
14 | 14 |     <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">  | 
15 | 15 |         <Base>true</Base>  | 
 | 
60 | 60 |         <CfgParent>Base</CfgParent>  | 
61 | 61 |         <Base>true</Base>  | 
62 | 62 |     </PropertyGroup>  | 
 | 63 | +    <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">  | 
 | 64 | +        <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>  | 
 | 65 | +        <CfgParent>Cfg_2</CfgParent>  | 
 | 66 | +        <Cfg_2>true</Cfg_2>  | 
 | 67 | +        <Base>true</Base>  | 
 | 68 | +    </PropertyGroup>  | 
63 | 69 |     <PropertyGroup Condition="'$(Base)'!=''">  | 
64 | 70 |         <SanitizedProjectName>PythonFmx</SanitizedProjectName>  | 
65 | 71 |         <DCC_DcuOutput>..\..\..\lib\$(Platform)\$(Config)</DCC_DcuOutput>  | 
 | 
127 | 133 |         <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>  | 
128 | 134 |         <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>  | 
129 | 135 |     </PropertyGroup>  | 
 | 136 | +    <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">  | 
 | 137 | +        <BT_BuildType>Debug</BT_BuildType>  | 
 | 138 | +    </PropertyGroup>  | 
130 | 139 |     <ItemGroup>  | 
131 | 140 |         <DelphiCompile Include="$(MainSource)">  | 
132 | 141 |             <MainSource>MainSource</MainSource>  | 
 | 
185 | 194 |             <Platforms>  | 
186 | 195 |                 <Platform value="Android">True</Platform>  | 
187 | 196 |                 <Platform value="Android64">True</Platform>  | 
188 |  | -                <Platform value="Linux64">False</Platform>  | 
 | 197 | +                <Platform value="iOSDevice64">True</Platform>  | 
 | 198 | +                <Platform value="iOSSimARM64">True</Platform>  | 
 | 199 | +                <Platform value="Linux64">True</Platform>  | 
189 | 200 |                 <Platform value="OSX64">True</Platform>  | 
190 | 201 |                 <Platform value="OSXARM64">True</Platform>  | 
191 | 202 |                 <Platform value="Win32">True</Platform>  | 
192 | 203 |                 <Platform value="Win64">True</Platform>  | 
193 | 204 |                 <Platform value="Win64x">False</Platform>  | 
194 |  | -                <Platform value="iOSDevice64">True</Platform>  | 
195 |  | -                <Platform value="iOSSimARM64">True</Platform>  | 
196 | 205 |             </Platforms>  | 
197 | 206 |         </BorlandProject>  | 
198 | 207 |         <ProjectFileVersion>12</ProjectFileVersion>  | 
 | 
0 commit comments