Skip to content

Commit 3c80a0d

Browse files
authored
Sync from PC
1 parent 3240eef commit 3c80a0d

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

src-installer/RDPWInst.dproj

+39-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1515
<Base>true</Base>
1616
</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>
1727
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
1828
<Base_Win32>true</Base_Win32>
1929
<CfgParent>Base</CfgParent>
@@ -40,6 +50,18 @@
4050
<CfgParent>Base</CfgParent>
4151
<Base>true</Base>
4252
</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>
4365
<PropertyGroup Condition="'$(Base)'!=''">
4466
<DCC_ExeOutput>..\bin\</DCC_ExeOutput>
4567
<DCC_DependencyCheckOutputName>..\bin\RDPWInst.exe</DCC_DependencyCheckOutputName>
@@ -52,6 +74,14 @@
5274
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
5375
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
5476
</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&apos;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&apos;s speech recognition servers</VerInfo_Keys>
83+
<BT_BuildType>Debug</BT_BuildType>
84+
</PropertyGroup>
5585
<PropertyGroup Condition="'$(Base_Win32)'!=''">
5686
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
5787
<BT_BuildType>Debug</BT_BuildType>
@@ -72,12 +102,18 @@
72102
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
73103
<VerInfo_Locale>1033</VerInfo_Locale>
74104
<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>
76106
<Manifest_File>(None)</Manifest_File>
77107
</PropertyGroup>
78108
<PropertyGroup Condition="'$(Cfg_2)'!=''">
79109
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
80110
</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>
81117
<ItemGroup>
82118
<DelphiCompile Include="$(MainSource)">
83119
<MainSource>MainSource</MainSource>
@@ -142,6 +178,8 @@
142178
</Source>
143179
</Delphi.Personality>
144180
<Platforms>
181+
<Platform value="OSX64">False</Platform>
182+
<Platform value="OSXARM64">False</Platform>
145183
<Platform value="Win32">True</Platform>
146184
<Platform value="Win64">False</Platform>
147185
</Platforms>

src-installer/RDPWInst.otares

96 Bytes
Binary file not shown.

src-installer/resource.res

18.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)