mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 15:35:21 +01:00 
			
		
		
		
	The new header intentionally isn't in MTG stone design (or any other MTG-esque design), since we want to distance Luanti and MTG from each other. The font "undefined medium" (https://undefined-medium.com/) was used. ASCII art generated by https://patorjk.com/software/taag/#p=display&f=Graffiti&t=luanti https://github.com/minetest/minetest/pull/11952#issuecomment-1013364703 --------- Co-authored-by: sfan5 <sfan5@live.de>
		
			
				
	
	
		
			21 lines
		
	
	
		
			592 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			592 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//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>luanti</string>
 | |
| 	<key>CFBundleIconFile</key>
 | |
| 	<string>luanti-icon.icns</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>Luanti</string>
 | |
| 	<key>CFBundleDisplayName</key>
 | |
| 	<string>Luanti</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>org.luanti.luanti</string>
 | |
| 	<key>NSHighResolutionCapable</key>
 | |
| 	<false/>
 | |
| </dict>
 | |
| </plist>
 |