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
|
|
|
|
2016-07-28 19:29:12 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2010-01-05 20:32:23 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2016-04-17 18:55:41 +00:00
|
|
|
ideext, iPhoneExtStr, iPhoneBundle, environment_iphone_options,
|
|
|
|
project_iphone_options, iPhoneExtOptions, xcodetemplate, LazFilesUtils,
|
|
|
|
XcodeUtils, newXibDialog, xibfile, PlistFile, xcodeprojutils, iphonesimctrl,
|
2016-07-28 19:29:12 +00:00
|
|
|
iphonelog_form, environment_buildscript, 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
|
2015-03-16 03:55:19 +00:00
|
|
|
RegisterUnit('ideext', @ideext.Register);
|
2010-05-02 22:57:55 +00:00
|
|
|
end;
|
2010-01-05 20:32:23 +00:00
|
|
|
|
|
|
|
initialization
|
2015-03-16 03:55:19 +00:00
|
|
|
RegisterPackage('iphonelazext', @Register);
|
2010-01-05 20:32:23 +00:00
|
|
|
end.
|