mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>NSPrincipalClass</key>
 | |
| 	<string>NSApplication</string>
 | |
| 	<key>CFBundleDevelopmentRegion</key>
 | |
| 	<string>English</string>
 | |
| 	<key>CFBundleExecutable</key>
 | |
| 	<string>@PROJECT_NAME@</string>
 | |
| 	<key>CFBundleGetInfoString</key>
 | |
| 	<string>@CPACK_PACKAGE_DESCRIPTION_SUMMARY@</string>
 | |
| 	<key>CFBundleIconFile</key>
 | |
| 	<string>@APPLICATION_NAME@.icns</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>@IDENTIFIER@</string>
 | |
| 	<key>CFBundleInfoDictionaryVersion</key>
 | |
| 	<string>6.0</string>
 | |
| 	<key>CFBundleLongVersionString</key>
 | |
| 	<string>@CPACK_PACKAGE_VERSION@</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>@CPACK_PACKAGE_NAME@</string>
 | |
| 	<key>CFBundlePackageType</key>
 | |
| 	<string>APPL</string>
 | |
| 	<key>CFBundleSignature</key>
 | |
| 	<string>????</string>
 | |
| 	<key>CFBundleVersion</key>
 | |
| 	<string>@CPACK_PACKAGE_VERSION@</string>
 | |
| 	<key>NSHumanReadableCopyright</key>
 | |
| 	<string>@COPYRIGHT@</string>
 | |
| 	<key>ForAppStore</key>
 | |
| 	<string>yes</string>
 | |
| 	<key>LSApplicationCategoryType</key>
 | |
| 	<string>public.app-category.education</string>
 | |
|         <key>NSPrincipalClass</key>
 | |
|         <string>NSApplication</string>
 | |
|         <key>NSHighResolutionCapable</key>
 | |
|         <string>True</string>
 | |
|         <key>NSSupportsAutomaticGraphicsSwitching</key>
 | |
|         <true/>
 | |
| </dict>
 | |
| </plist>
 |