You've already forked lazarus-ccr
iphonelazext: fix wrong SDK selection. Fixed Xcode project updates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -244,8 +244,11 @@ begin
|
||||
]);
|
||||
if FileExists(InfoFileName) then DeleteFile(InfoFileName);
|
||||
fs:=TFileStream.Create(InfoFileName, fmCreate or fmOpenWrite);
|
||||
if s<>'' then fs.Write(s[1], length(s));
|
||||
fs.Free;
|
||||
try
|
||||
if s<>'' then fs.Write(s[1], length(s));
|
||||
finally
|
||||
fs.Free;
|
||||
end;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user