|
28 | 28 | <CfgParent>Base</CfgParent> |
29 | 29 | <Base>true</Base> |
30 | 30 | </PropertyGroup> |
| 31 | + <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''"> |
| 32 | + <Base_OSX64>true</Base_OSX64> |
| 33 | + <CfgParent>Base</CfgParent> |
| 34 | + <Base>true</Base> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''"> |
| 37 | + <Base_OSXARM64>true</Base_OSXARM64> |
| 38 | + <CfgParent>Base</CfgParent> |
| 39 | + <Base>true</Base> |
| 40 | + </PropertyGroup> |
31 | 41 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
32 | 42 | <Base_Win32>true</Base_Win32> |
33 | 43 | <CfgParent>Base</CfgParent> |
|
93 | 103 | <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
94 | 104 | <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024> |
95 | 105 | </PropertyGroup> |
| 106 | + <PropertyGroup Condition="'$(Base_OSX64)'!=''"> |
| 107 | + <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> |
| 108 | + <BT_BuildType>Debug</BT_BuildType> |
| 109 | + </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Base_OSXARM64)'!=''"> |
| 111 | + <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> |
| 112 | + <BT_BuildType>Debug</BT_BuildType> |
| 113 | + </PropertyGroup> |
96 | 114 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
97 | 115 | <DCC_UsePackage>rtl;RESTDWShellServices;$(DCC_UsePackage)</DCC_UsePackage> |
98 | 116 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
|
168 | 186 | <Overwrite>true</Overwrite> |
169 | 187 | </Platform> |
170 | 188 | </DeployFile> |
171 | | - <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule"> |
| 189 | + <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"> |
172 | 190 | <Platform Name="iOSSimulator"> |
173 | 191 | <Overwrite>true</Overwrite> |
174 | 192 | </Platform> |
175 | 193 | </DeployFile> |
176 | | - <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"> |
| 194 | + <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule"> |
177 | 195 | <Platform Name="iOSSimulator"> |
178 | 196 | <Overwrite>true</Overwrite> |
179 | 197 | </Platform> |
|
999 | 1017 | <Platform value="Android64">False</Platform> |
1000 | 1018 | <Platform value="iOSDevice64">True</Platform> |
1001 | 1019 | <Platform value="Linux64">False</Platform> |
| 1020 | + <Platform value="OSX64">False</Platform> |
| 1021 | + <Platform value="OSXARM64">False</Platform> |
1002 | 1022 | <Platform value="Win32">True</Platform> |
1003 | 1023 | <Platform value="Win64">True</Platform> |
1004 | 1024 | </Platforms> |
|
0 commit comments