|
7 | 7 | <TargetedPlatforms>1025</TargetedPlatforms> |
8 | 8 | <AppType>Console</AppType> |
9 | 9 | <FrameworkType>None</FrameworkType> |
10 | | - <ProjectVersion>19.1</ProjectVersion> |
| 10 | + <ProjectVersion>19.2</ProjectVersion> |
11 | 11 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
|
33 | 33 | <CfgParent>Base</CfgParent> |
34 | 34 | <Base>true</Base> |
35 | 35 | </PropertyGroup> |
| 36 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''"> |
| 37 | + <Base_OSX64>true</Base_OSX64> |
| 38 | + <CfgParent>Base</CfgParent> |
| 39 | + <Base>true</Base> |
| 40 | + </PropertyGroup> |
36 | 41 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
37 | 42 | <Base_Win32>true</Base_Win32> |
38 | 43 | <CfgParent>Base</CfgParent> |
|
60 | 65 | <Cfg_2>true</Cfg_2> |
61 | 66 | <Base>true</Base> |
62 | 67 | </PropertyGroup> |
| 68 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''"> |
| 69 | + <Cfg_2_OSX64>true</Cfg_2_OSX64> |
| 70 | + <CfgParent>Cfg_2</CfgParent> |
| 71 | + <Cfg_2>true</Cfg_2> |
| 72 | + <Base>true</Base> |
| 73 | + </PropertyGroup> |
63 | 74 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
64 | 75 | <Cfg_2_Win32>true</Cfg_2_Win32> |
65 | 76 | <CfgParent>Cfg_2</CfgParent> |
|
110 | 121 | <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48> |
111 | 122 | <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72> |
112 | 123 | <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96> |
| 124 | + <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192> |
113 | 125 | </PropertyGroup> |
114 | 126 | <PropertyGroup Condition="'$(Base_Android64)'!=''"> |
115 | 127 | <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys> |
|
137 | 149 | <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE> |
138 | 150 | <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE> |
139 | 151 | <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars> |
| 152 | + <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192> |
140 | 153 | </PropertyGroup> |
141 | 154 | <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''"> |
142 | 155 | <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024> |
|
153 | 166 | <iPhone_Notification40>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_40x40.png</iPhone_Notification40> |
154 | 167 | <iPad_Notification40>$(BDS)\bin\Artwork\iOS\iPad\FM_NotificationIcon_40x40.png</iPad_Notification40> |
155 | 168 | </PropertyGroup> |
| 169 | + <PropertyGroup Condition="'$(Base_OSX64)'!=''"> |
| 170 | + <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
| 171 | + <BT_BuildType>Debug</BT_BuildType> |
| 172 | + </PropertyGroup> |
156 | 173 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
157 | 174 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
158 | 175 | <BT_BuildType>Debug</BT_BuildType> |
|
179 | 196 | <iPhone_Notification40>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_40x40.png</iPhone_Notification40> |
180 | 197 | <iPad_Notification40>$(BDS)\bin\Artwork\iOS\iPad\FM_NotificationIcon_40x40.png</iPad_Notification40> |
181 | 198 | </PropertyGroup> |
| 199 | + <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''"> |
| 200 | + <DCC_RemoteDebug>true</DCC_RemoteDebug> |
| 201 | + </PropertyGroup> |
182 | 202 | <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
183 | 203 | <VerInfo_Locale>1033</VerInfo_Locale> |
184 | 204 | <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys> |
185 | 205 | <Manifest_File>(None)</Manifest_File> |
| 206 | + <Debugger_RunParams>prueba /install</Debugger_RunParams> |
186 | 207 | </PropertyGroup> |
187 | 208 | <ItemGroup> |
188 | 209 | <DelphiCompile Include="$(MainSource)"> |
|
226 | 247 | <Platform value="Android64">False</Platform> |
227 | 248 | <Platform value="iOSDevice64">True</Platform> |
228 | 249 | <Platform value="iOSSimulator">False</Platform> |
| 250 | + <Platform value="OSX64">False</Platform> |
229 | 251 | <Platform value="Win32">True</Platform> |
230 | 252 | <Platform value="Win64">False</Platform> |
231 | 253 | </Platforms> |
|
402 | 424 | <Operation>1</Operation> |
403 | 425 | </Platform> |
404 | 426 | </DeployClass> |
| 427 | + <DeployClass Name="Android_LauncherIcon192"> |
| 428 | + <Platform Name="Android"> |
| 429 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
| 430 | + <Operation>1</Operation> |
| 431 | + </Platform> |
| 432 | + <Platform Name="Android64"> |
| 433 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
| 434 | + <Operation>1</Operation> |
| 435 | + </Platform> |
| 436 | + </DeployClass> |
405 | 437 | <DeployClass Name="Android_LauncherIcon36"> |
406 | 438 | <Platform Name="Android"> |
407 | 439 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
|
0 commit comments