lazarus-ccr/components/iosdesigner/iosdesigner.lpk
loesje_ 59a45e49b3 * The form is no longer stored inside a .lfm resource, but directly in a
.xib resource-file. Property-values are not stored inside the fake-
   components, but reside inside a DOM-tree. The property getters and setters
   are used to obtain their values. This way all nodes which are unknown to the
   fake-components are not touched. The .xib file could be edited by xcode as
   well as Lazarus.
   The system to create a .xib file from the .lfm has now become obsolete.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2620 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-12 10:00:53 +00:00

79 lines
2.1 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="iOSDesigner"/>
<Author Value="Joost van der Sluis"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="A designer to create iOS applications"/>
<License Value="Modified LGPL (Same license as Lazarus' LCL)"/>
<Version Minor="1"/>
<Files Count="6">
<Item1>
<Filename Value="README.txt"/>
<Type Value="Text"/>
</Item1>
<Item2>
<Filename Value="iosnibdesigner.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="iOSNIBDesigner"/>
</Item2>
<Item3>
<Filename Value="ios_views.pas"/>
<UnitName Value="iOS_Views"/>
</Item3>
<Item4>
<Filename Value="iosideintf.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="iOSIdeIntf"/>
</Item4>
<Item5>
<Filename Value="MainWindow_iPhone.template"/>
<Type Value="Text"/>
</Item5>
<Item6>
<Filename Value="iosxibresource.pas"/>
<UnitName Value="iOSXIBResource"/>
</Item6>
</Files>
<Type Value="DesignTime"/>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="CodeTools"/>
</Item1>
<Item2>
<PackageName Value="iphonelazext"/>
</Item2>
<Item3>
<PackageName Value="IDEIntf"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item4>
</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>