iphonelazext: removed the interception of project building action

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2016-01-19 13:59:15 +00:00
parent d769397eae
commit d74f95b11c

View File

@ -285,6 +285,9 @@ end;
function TiPhoneExtension.ProjectBuilding(Sender: TObject): TModalResult;
begin
Result:=mrOk;
Exit;
//todo:detect if the selected target is iSim or iOS and try to install it!
if not Assigned(LazarusIDE.ActiveProject) or not ProjOptions.isIPhoneApp then Exit;
LazarusIDE.ActiveProject.LazCompilerOptions.CustomOptions :=