mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 06:39:31 +01:00 
			
		
		
		
	added bundle for startlazarus
git-svn-id: trunk@16639 -
This commit is contained in:
		
							parent
							
								
									43de22896d
								
							
						
					
					
						commit
						fa3f651b1f
					
				
							
								
								
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@ -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
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										43
									
								
								startlazarus.app/Contents/Info.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								startlazarus.app/Contents/Info.plist
									
									
									
									
									
										Normal 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>
 | 
			
		||||
							
								
								
									
										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