EmbDeploy icon indicating copy to clipboard operation
EmbDeploy copied to clipboard

Missing Targets

Open dspinetti opened this issue 8 years ago • 0 comments

Hi! First of all compliments for this project! I notice that in your implementation are missing 2 target for ios platform. Target _AddEmbeddedMobileProvision: c:\program files\embarcadero\studio\19.0\bin\paclient.exe -u8 --Put="xxxx,xxxx,embedded.mobileprovision" mac-sviluppo Platform Assistant Client Version 10.0.1.23 Copyright (c) 2010-2017 Embarcadero Technologies, Inc.

Connecting to xxxxx on port 64211... 
Copying file(s)...
Total file(s) copied: 1 file(s)  8.389 bytes

Target _Codesign: c:\program files\embarcadero\studio\19.0\bin\paclient.exe -u8 --codesign="xxxx,xxxxxx" mac-sviluppo Platform Assistant Client Version 10.0.1.23 Copyright (c) 2010-2017 Embarcadero Technologies, Inc.

Connecting to xxxxx on port 64211...  

xxxx stays for parameters that can change. Delphi Version: Tokyo 10.2 PAServer 19.0 Can you implement this features? I notice that without this command cannot install the app on ios

dspinetti avatar Jun 09 '17 15:06 dspinetti