You've already forked lazarus-ccr
iphonelazext: removed debug output
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -143,8 +143,6 @@ begin
|
||||
for i:=0 to xiblist.Count-1 do begin
|
||||
dstpath:=IncludeTrailingPathDelimiter(bundlepath)+ChangeFileExt(ExtractFileName(xiblist[i]), '.nib');
|
||||
ExecCmdLineNoWait(Format('ibtool --compile "%s" "%s"', [dstpath, xiblist[i]]));
|
||||
writeln('compile from: ', xiblist[i]);
|
||||
writeln(' to: ', dstpath);
|
||||
end;
|
||||
finally
|
||||
xiblist.free;
|
||||
|
Reference in New Issue
Block a user