| 
									
										
										
										
											2020-04-22 10:52:17 -07:00
										 |  |  | <?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> | 
					
						
							| 
									
										
										
										
											2021-06-24 23:26:48 -07:00
										 |  |  | 	<key>CFBundleDocumentTypes</key> | 
					
						
							|  |  |  | 	<array> | 
					
						
							|  |  |  | 		<dict> | 
					
						
							|  |  |  | 			<key>CFBundleTypeExtensions</key> | 
					
						
							|  |  |  | 			<array> | 
					
						
							|  |  |  | 				<string>html</string> | 
					
						
							|  |  |  | 			</array> | 
					
						
							|  |  |  | 			<key>CFBundleTypeMIMETypes</key> | 
					
						
							|  |  |  | 			<array> | 
					
						
							|  |  |  | 				<string>text/html</string> | 
					
						
							|  |  |  | 			</array> | 
					
						
							|  |  |  | 			<key>CFBundleTypeName</key> | 
					
						
							|  |  |  | 			<string>HTML</string> | 
					
						
							|  |  |  | 			<key>CFBundleTypeRole</key> | 
					
						
							|  |  |  | 			<string>Editor</string> | 
					
						
							|  |  |  | 		</dict> | 
					
						
							|  |  |  | 	</array> | 
					
						
							| 
									
										
										
										
											2020-04-22 10:52:17 -07:00
										 |  |  | 	<key>CFBundleExecutable</key> | 
					
						
							|  |  |  | 	<string>${EXECUTABLE_NAME}</string> | 
					
						
							|  |  |  | 	<key>CFBundleIdentifier</key> | 
					
						
							|  |  |  | 	<string>${PRODUCT_BUNDLE_IDENTIFIER}</string> | 
					
						
							|  |  |  | 	<key>CFBundleInfoDictionaryVersion</key> | 
					
						
							|  |  |  | 	<string>6.0</string> | 
					
						
							|  |  |  | 	<key>CFBundleName</key> | 
					
						
							|  |  |  | 	<string>${PRODUCT_NAME}</string> | 
					
						
							|  |  |  | 	<key>CFBundlePackageType</key> | 
					
						
							|  |  |  | 	<string>APPL</string> | 
					
						
							|  |  |  | 	<key>CFBundleShortVersionString</key> | 
					
						
							|  |  |  | 	<string>1.0</string> | 
					
						
							| 
									
										
										
										
											2021-06-24 23:26:48 -07:00
										 |  |  | 	<key>CFBundleSignature</key> | 
					
						
							|  |  |  | 	<string>????</string> | 
					
						
							| 
									
										
										
										
											2020-04-22 10:52:17 -07:00
										 |  |  | 	<key>CFBundleVersion</key> | 
					
						
							|  |  |  | 	<string>1</string> | 
					
						
							| 
									
										
										
										
											2021-06-24 23:26:48 -07:00
										 |  |  | 	<key>LSMinimumSystemVersion</key> | 
					
						
							|  |  |  | 	<string>${MACOSX_DEPLOYMENT_TARGET}</string> | 
					
						
							| 
									
										
										
										
											2020-04-22 10:52:17 -07:00
										 |  |  | 	<key>NSAppTransportSecurity</key> | 
					
						
							|  |  |  | 	<dict> | 
					
						
							|  |  |  | 		<key>NSAllowsArbitraryLoads</key> | 
					
						
							|  |  |  | 		<true/> | 
					
						
							|  |  |  | 	</dict> | 
					
						
							| 
									
										
										
										
											2021-06-24 23:26:48 -07:00
										 |  |  | 	<key>NSMainNibFile</key> | 
					
						
							|  |  |  | 	<string>MainMenu</string> | 
					
						
							|  |  |  | 	<key>NSPrincipalClass</key> | 
					
						
							|  |  |  | 	<string>NSApplication</string> | 
					
						
							| 
									
										
										
										
											2020-04-22 10:52:17 -07:00
										 |  |  | 	<key>NSSupportsAutomaticGraphicsSwitching</key> | 
					
						
							|  |  |  | 	<true/> | 
					
						
							|  |  |  | </dict> | 
					
						
							|  |  |  | </plist> |