You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed FMXExternalPumpBrowser for MacOS
This commit is contained in:
@@ -3,34 +3,35 @@
|
||||
<ProjectExtensions>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<PropertyGroup/>
|
||||
<ItemGroup Condition="'$(Platform)'=='Win32'">
|
||||
<DeployFile Include="Win32\Debug\FMXExternalPumpBrowser_helper_plugin.exe" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin\</RemoteDir>
|
||||
<RemoteName>FMXExternalPumpBrowser_helper_plugin.exe</RemoteName>
|
||||
<DeployClass>ProjectOutput</DeployClass>
|
||||
<Operation>0</Operation>
|
||||
<LocalCommand/>
|
||||
<RemoteCommand/>
|
||||
<Overwrite>True</Overwrite>
|
||||
<Required>True</Required>
|
||||
</DeployFile>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(Platform)'=='Win64'"/>
|
||||
<PropertyGroup>
|
||||
<DeviceId Condition="'$(Platform)'=='Android'"/>
|
||||
<DeviceId Condition="'$(Platform)'=='Android64'"/>
|
||||
<DeviceId Condition="'$(Platform)'=='iOSDevice64'"/>
|
||||
<DeviceId Condition="'$(Platform)'=='iOSSimARM64'"/>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition="'$(Platform)'=='OSX64'">
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.entitlements" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\..\</RemoteDir>
|
||||
<RemoteName>FMXExternalPumpBrowser_helper_plugin.entitlements</RemoteName>
|
||||
<DeployClass>ProjectOSXEntitlements</DeployClass>
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.info.plist" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\Contents\</RemoteDir>
|
||||
<RemoteName>Info.plist</RemoteName>
|
||||
<DeployClass>ProjectOSXInfoPList</DeployClass>
|
||||
<Operation>1</Operation>
|
||||
<LocalCommand/>
|
||||
<RemoteCommand/>
|
||||
<Overwrite>True</Overwrite>
|
||||
</DeployFile>
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.info.plist" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\Contents\</RemoteDir>
|
||||
<RemoteName>Info.plist</RemoteName>
|
||||
<DeployClass>ProjectOSXInfoPList</DeployClass>
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.dSYM" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF\</RemoteDir>
|
||||
<RemoteName>FMXExternalPumpBrowser_helper_plugin</RemoteName>
|
||||
<DeployClass>ProjectOSXDebug</DeployClass>
|
||||
<Operation>1</Operation>
|
||||
<LocalCommand/>
|
||||
<RemoteCommand/>
|
||||
<Overwrite>True</Overwrite>
|
||||
</DeployFile>
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.entitlements" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\..\</RemoteDir>
|
||||
<RemoteName>FMXExternalPumpBrowser_helper_plugin.entitlements</RemoteName>
|
||||
<DeployClass>ProjectOSXEntitlements</DeployClass>
|
||||
<Operation>1</Operation>
|
||||
<LocalCommand/>
|
||||
<RemoteCommand/>
|
||||
@@ -46,14 +47,12 @@
|
||||
<Overwrite>True</Overwrite>
|
||||
<Required>True</Required>
|
||||
</DeployFile>
|
||||
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_plugin.dSYM" Condition="'$(Config)'=='Debug'">
|
||||
<RemoteDir>FMXExternalPumpBrowser_helper_plugin.app\..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF\</RemoteDir>
|
||||
<RemoteName>FMXExternalPumpBrowser_helper_plugin</RemoteName>
|
||||
<DeployClass>ProjectOSXDebug</DeployClass>
|
||||
<Operation>1</Operation>
|
||||
<LocalCommand/>
|
||||
<RemoteCommand/>
|
||||
<Overwrite>True</Overwrite>
|
||||
</DeployFile>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(Platform)'=='Win32'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='Android64'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='Android'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='OSXARM64'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='Win64'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='iOSDevice64'"/>
|
||||
<ItemGroup Condition="'$(Platform)'=='iOSSimARM64'"/>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user