|
14 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
15 | 15 | <Base>true</Base>
|
16 | 16 | </PropertyGroup>
|
| 17 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''"> |
| 18 | + <Base_OSX64>true</Base_OSX64> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''"> |
| 23 | + <Base_OSXARM64>true</Base_OSXARM64> |
| 24 | + <CfgParent>Base</CfgParent> |
| 25 | + <Base>true</Base> |
| 26 | + </PropertyGroup> |
17 | 27 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
18 | 28 | <Base_Win32>true</Base_Win32>
|
19 | 29 | <CfgParent>Base</CfgParent>
|
|
40 | 50 | <CfgParent>Base</CfgParent>
|
41 | 51 | <Base>true</Base>
|
42 | 52 | </PropertyGroup>
|
| 53 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''"> |
| 54 | + <Cfg_2_OSX64>true</Cfg_2_OSX64> |
| 55 | + <CfgParent>Cfg_2</CfgParent> |
| 56 | + <Cfg_2>true</Cfg_2> |
| 57 | + <Base>true</Base> |
| 58 | + </PropertyGroup> |
| 59 | + <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''"> |
| 60 | + <Cfg_2_OSXARM64>true</Cfg_2_OSXARM64> |
| 61 | + <CfgParent>Cfg_2</CfgParent> |
| 62 | + <Cfg_2>true</Cfg_2> |
| 63 | + <Base>true</Base> |
| 64 | + </PropertyGroup> |
43 | 65 | <PropertyGroup Condition="'$(Base)'!=''">
|
44 | 66 | <DCC_ExeOutput>..\bin\</DCC_ExeOutput>
|
45 | 67 | <DCC_DependencyCheckOutputName>..\bin\RDPWInst.exe</DCC_DependencyCheckOutputName>
|
|
52 | 74 | <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
53 | 75 | <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
|
54 | 76 | </PropertyGroup>
|
| 77 | + <PropertyGroup Condition="'$(Base_OSX64)'!=''"> |
| 78 | + <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> |
| 79 | + <BT_BuildType>Debug</BT_BuildType> |
| 80 | + </PropertyGroup> |
| 81 | + <PropertyGroup Condition="'$(Base_OSXARM64)'!=''"> |
| 82 | + <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> |
| 83 | + <BT_BuildType>Debug</BT_BuildType> |
| 84 | + </PropertyGroup> |
55 | 85 | <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
56 | 86 | <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
57 | 87 | <BT_BuildType>Debug</BT_BuildType>
|
|
72 | 102 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
73 | 103 | <VerInfo_Locale>1033</VerInfo_Locale>
|
74 | 104 | <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>
|
75 |
| - <Icon_MainIcon>RDPWInst_Icon1.ico</Icon_MainIcon> |
| 105 | + <Icon_MainIcon>RDPWInst_Icon.ico</Icon_MainIcon> |
76 | 106 | <Manifest_File>(None)</Manifest_File>
|
77 | 107 | </PropertyGroup>
|
78 | 108 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
79 | 109 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
80 | 110 | </PropertyGroup>
|
| 111 | + <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''"> |
| 112 | + <DCC_RemoteDebug>true</DCC_RemoteDebug> |
| 113 | + </PropertyGroup> |
| 114 | + <PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''"> |
| 115 | + <DCC_RemoteDebug>true</DCC_RemoteDebug> |
| 116 | + </PropertyGroup> |
81 | 117 | <ItemGroup>
|
82 | 118 | <DelphiCompile Include="$(MainSource)">
|
83 | 119 | <MainSource>MainSource</MainSource>
|
|
142 | 178 | </Source>
|
143 | 179 | </Delphi.Personality>
|
144 | 180 | <Platforms>
|
| 181 | + <Platform value="OSX64">False</Platform> |
| 182 | + <Platform value="OSXARM64">False</Platform> |
145 | 183 | <Platform value="Win32">True</Platform>
|
146 | 184 | <Platform value="Win64">False</Platform>
|
147 | 185 | </Platforms>
|
|
0 commit comments