mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 22:18:33 +02:00
startlazarus bundle
git-svn-id: trunk@40469 -
This commit is contained in:
parent
1aa0b17d81
commit
5f5d746e7f
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -6827,6 +6827,9 @@ packager/registration/fcllaz.pas svneol=native#text/plain
|
||||
packager/registration/fpmake.pp svneol=native#text/plain
|
||||
packager/registration/lazaruspackageintf.pas svneol=native#text/pascal
|
||||
packager/registration/registerfcl.pas svneol=native#text/pascal
|
||||
startlazarus.app/Contents/Info.plist svneol=native#text/plain
|
||||
startlazarus.app/Contents/MacOS/startlazarus -text svneol=unset#application/octet-stream
|
||||
startlazarus.app/Contents/PkgInfo svneol=native#text/plain
|
||||
test/bugs/12204/bug12204.lpi svneol=native#text/plain
|
||||
test/bugs/12204/bug12204.pas svneol=native#text/plain
|
||||
test/bugs/12204/expected.txt svneol=native#text/plain
|
||||
|
45
startlazarus.app/Contents/Info.plist
Normal file
45
startlazarus.app/Contents/Info.plist
Normal file
@ -0,0 +1,45 @@
|
||||
<?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>com.company.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>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
1
startlazarus.app/Contents/MacOS/startlazarus
Symbolic link
1
startlazarus.app/Contents/MacOS/startlazarus
Symbolic link
@ -0,0 +1 @@
|
||||
../../../startlazarus
|
1
startlazarus.app/Contents/PkgInfo
Normal file
1
startlazarus.app/Contents/PkgInfo
Normal file
@ -0,0 +1 @@
|
||||
APPL????
|
Loading…
Reference in New Issue
Block a user