example/example.app: Update Info.plist
This commit is contained in:
		
							parent
							
								
									859438b1ff
								
							
						
					
					
						commit
						83dc8d6db5
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
*.apk
 | 
			
		||||
*.class
 | 
			
		||||
example/example
 | 
			
		||||
example/example.app/Contents/MacOS/example
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								android/NotificationHelper.jar
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								android/NotificationHelper.jar
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -1,26 +1,50 @@
 | 
			
		|||
<?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">
 | 
			
		||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
			
		||||
<plist version="1.0">
 | 
			
		||||
<dict>
 | 
			
		||||
  <key>CFBundleGetInfoString</key>
 | 
			
		||||
  <string>Example</string>
 | 
			
		||||
  <key>CFBundleExecutable</key>
 | 
			
		||||
  <string>example</string>
 | 
			
		||||
  <key>CFBundleIdentifier</key>
 | 
			
		||||
  <string>org.gioui</string>
 | 
			
		||||
  <key>CFBundleName</key>
 | 
			
		||||
  <string>example</string>
 | 
			
		||||
  <key>CFBundleIconFile</key>
 | 
			
		||||
  <string>example.icns</string>
 | 
			
		||||
  <key>CFBundleShortVersionString</key>
 | 
			
		||||
  <string>0.01</string>
 | 
			
		||||
  <key>CFBundleInfoDictionaryVersion</key>
 | 
			
		||||
  <string>6.0</string>
 | 
			
		||||
  <key>CFBundlePackageType</key>
 | 
			
		||||
  <string>APPL</string>
 | 
			
		||||
  <key>IFMajorVersion</key>
 | 
			
		||||
  <integer>0</integer>
 | 
			
		||||
  <key>IFMinorVersion</key>
 | 
			
		||||
  <integer>1</integer>
 | 
			
		||||
	<key>BuildMachineOSBuild</key>
 | 
			
		||||
	<string>18G103</string>
 | 
			
		||||
	<key>CFBundleDevelopmentRegion</key>
 | 
			
		||||
	<string>en</string>
 | 
			
		||||
	<key>CFBundleExecutable</key>
 | 
			
		||||
	<string>example</string>
 | 
			
		||||
	<key>CFBundleIdentifier</key>
 | 
			
		||||
	<string>org.gioui</string>
 | 
			
		||||
	<key>CFBundleInfoDictionaryVersion</key>
 | 
			
		||||
	<string>6.0</string>
 | 
			
		||||
	<key>CFBundleName</key>
 | 
			
		||||
	<string>example</string>
 | 
			
		||||
	<key>CFBundlePackageType</key>
 | 
			
		||||
	<string>APPL</string>
 | 
			
		||||
	<key>CFBundleShortVersionString</key>
 | 
			
		||||
	<string>1.0</string>
 | 
			
		||||
	<key>CFBundleSupportedPlatforms</key>
 | 
			
		||||
	<array>
 | 
			
		||||
		<string>MacOSX</string>
 | 
			
		||||
	</array>
 | 
			
		||||
	<key>CFBundleVersion</key>
 | 
			
		||||
	<string>1</string>
 | 
			
		||||
	<key>DTCompiler</key>
 | 
			
		||||
	<string>com.apple.compilers.llvm.clang.1_0</string>
 | 
			
		||||
	<key>DTPlatformBuild</key>
 | 
			
		||||
	<string>11C505</string>
 | 
			
		||||
	<key>DTPlatformVersion</key>
 | 
			
		||||
	<string>GM</string>
 | 
			
		||||
	<key>DTSDKBuild</key>
 | 
			
		||||
	<string>19B90</string>
 | 
			
		||||
	<key>DTSDKName</key>
 | 
			
		||||
	<string>macosx10.15</string>
 | 
			
		||||
	<key>DTXcode</key>
 | 
			
		||||
	<string>1130</string>
 | 
			
		||||
	<key>DTXcodeBuild</key>
 | 
			
		||||
	<string>11C505</string>
 | 
			
		||||
	<key>LSMinimumSystemVersion</key>
 | 
			
		||||
	<string>10.14</string>
 | 
			
		||||
	<key>NSPrincipalClass</key>
 | 
			
		||||
	<string>NSApplication</string>
 | 
			
		||||
	<key>NSSupportsAutomaticTermination</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>NSSupportsSuddenTermination</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								example/example.app/Contents/PkgInfo
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								example/example.app/Contents/PkgInfo
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
APPL????
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -3,22 +3,9 @@
 | 
			
		|||
<plist version="1.0">
 | 
			
		||||
<dict>
 | 
			
		||||
	<key>files</key>
 | 
			
		||||
	<dict>
 | 
			
		||||
		<key>Resources/example.icns</key>
 | 
			
		||||
		<data>
 | 
			
		||||
		QIAQ35jRL6fJLHFE72K0wYzeHUU=
 | 
			
		||||
		</data>
 | 
			
		||||
	</dict>
 | 
			
		||||
	<dict/>
 | 
			
		||||
	<key>files2</key>
 | 
			
		||||
	<dict>
 | 
			
		||||
		<key>Resources/example.icns</key>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>hash2</key>
 | 
			
		||||
			<data>
 | 
			
		||||
			DoBwPExI5vZ+IT6hEeHy5hJpWiVq8+4auEoGFwnbmX8=
 | 
			
		||||
			</data>
 | 
			
		||||
		</dict>
 | 
			
		||||
	</dict>
 | 
			
		||||
	<dict/>
 | 
			
		||||
	<key>rules</key>
 | 
			
		||||
	<dict>
 | 
			
		||||
		<key>^Resources/</key>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
//+build macos
 | 
			
		||||
 | 
			
		||||
package niotify
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user