example/example.app: Update Info.plist

This commit is contained in:
Greg 2020-07-07 10:05:30 -04:00
parent 859438b1ff
commit 83dc8d6db5
7 changed files with 49 additions and 38 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.apk
*.class
example/example
example/example.app/Contents/MacOS/example

Binary file not shown.

View File

@ -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>

View File

@ -0,0 +1 @@
APPL????

View File

@ -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>

View File

@ -1,5 +1,3 @@
//+build macos
package niotify
import (