lazarus-ccr/components/iphonelazext/iphonelazext.lpk
loesje_ 240a03937a * Updated project file
* Incremented package-version to 0.7.0
 * Marked package as a design-time only package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-03 01:43:02 +00:00

111 lines
3.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="iphonelazext"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Dmitry 'skalogryz' Boyarintsev"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerMessages>
<IgnoredMessages idx4055="True" idx4079="True" idx4080="True" idx4081="True" idx5024="True" idx5057="True" idx5060="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="iPhone Development Lazarus extension"/>
<License Value="LGPL"/>
<Version Minor="7"/>
<Files Count="14">
<Item1>
<Filename Value="ideext.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ideext"/>
</Item1>
<Item2>
<Filename Value="iphoneextstr.pas"/>
<UnitName Value="iPhoneExtStr"/>
</Item2>
<Item3>
<Filename Value="iphonebundle.pas"/>
<UnitName Value="iPhoneBundle"/>
</Item3>
<Item4>
<Filename Value="xcodeproject.pas"/>
<UnitName Value="XCodeProject"/>
</Item4>
<Item5>
<Filename Value="environment_iphone_options.pas"/>
<UnitName Value="environment_iphone_options"/>
</Item5>
<Item6>
<Filename Value="project_iphone_options.pas"/>
<UnitName Value="project_iphone_options"/>
</Item6>
<Item7>
<Filename Value="iphoneextoptions.pas"/>
<UnitName Value="iPhoneExtOptions"/>
</Item7>
<Item8>
<Filename Value="xcodetemplate.pas"/>
<UnitName Value="xcodetemplate"/>
</Item8>
<Item9>
<Filename Value="environment_iphone_options.lfm"/>
<Type Value="LFM"/>
</Item9>
<Item10>
<Filename Value="project_iphone_options.lfm"/>
<Type Value="LFM"/>
</Item10>
<Item11>
<Filename Value="lazfilesutils.pas"/>
<UnitName Value="lazfilesutils"/>
</Item11>
<Item12>
<Filename Value="xcodeutils.pas"/>
<UnitName Value="xcodeutils"/>
</Item12>
<Item13>
<Filename Value="newxibdialog.pas"/>
<UnitName Value="newxibdialog"/>
</Item13>
<Item14>
<Filename Value="xibfile.pas"/>
<UnitName Value="xibfile"/>
</Item14>
</Files>
<Type Value="DesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>