You've already forked lazarus-ccr
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:
@ -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 :=
|
||||
|
Reference in New Issue
Block a user