2010-05-02 22:57:55 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
2010-01-05 20:32:23 +00:00
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
2010-05-02 22:57:55 +00:00
|
|
|
unit iphonelazext;
|
2010-01-05 20:32:23 +00:00
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
|
|
|
ideext, iPhoneExtStr, iPhoneBundle, XCodeProject,
|
|
|
|
environment_iphone_options, project_iphone_options, iPhoneExtOptions,
|
2010-05-06 08:42:28 +00:00
|
|
|
xcodetemplate, LazFilesUtils, XcodeUtils, newXibDialog, xibfile,
|
|
|
|
LazarusPackageIntf;
|
2010-01-05 20:32:23 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
2010-05-02 22:57:55 +00:00
|
|
|
procedure Register;
|
2010-01-05 20:32:23 +00:00
|
|
|
begin
|
2010-05-02 22:57:55 +00:00
|
|
|
RegisterUnit('ideext',@ideext.Register);
|
|
|
|
end;
|
2010-01-05 20:32:23 +00:00
|
|
|
|
|
|
|
initialization
|
2010-05-02 22:57:55 +00:00
|
|
|
RegisterPackage('iphonelazext',@Register);
|
2010-01-05 20:32:23 +00:00
|
|
|
end.
|