added bundle for startlazarus

git-svn-id: trunk@16639 -
This commit is contained in:
mattias 2008-09-18 22:48:24 +00:00
parent 43de22896d
commit fa3f651b1f
5 changed files with 49 additions and 1 deletions

3
.gitattributes vendored
View File

@ -3719,6 +3719,9 @@ packager/ucomponentmanmain.pas svneol=native#text/pascal
packager/ufrmaddcomponent.lfm svneol=native#text/plain
packager/ufrmaddcomponent.lrs svneol=native#text/pascal
packager/ufrmaddcomponent.pas svneol=native#text/pascal
startlazarus.app/Contents/Info.plist svneol=native#text/plain
startlazarus.app/Contents/MacOS/startlazarus -text svneol=unset#application/octet
startlazarus.app/Contents/PkgInfo svneol=native#text/plain
test/bugs/2068/bug2068.lpi svneol=native#text/plain
test/bugs/2068/bug2068.lpr svneol=native#text/plain
test/bugs/2068/expected.txt svneol=native#text/plain

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>lazi</string>
<string>laza</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v0.9.25 beta</string>
<key>CFBundleVersion</key>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>startlazarus</string>
<key>CFBundleName</key>
<string>startlazarus</string>
<key>CFBundleIdentifier</key>
<string>startlazarus</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>star</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>fold</string>
<string>disk</string>
<string>****</string>
</array>
</dict>
</array>
</dict>
</plist>

View File

@ -0,0 +1 @@
../../../startlazarus

View File

@ -0,0 +1 @@
APPL????