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 *.apk
*.class
example/example example/example
example/example.app/Contents/MacOS/example example/example.app/Contents/MacOS/example

Binary file not shown.

View File

@ -1,26 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <plist version="1.0">
<dict> <dict>
<key>CFBundleGetInfoString</key> <key>BuildMachineOSBuild</key>
<string>Example</string> <string>18G103</string>
<key>CFBundleExecutable</key> <key>CFBundleDevelopmentRegion</key>
<string>example</string> <string>en</string>
<key>CFBundleIdentifier</key> <key>CFBundleExecutable</key>
<string>org.gioui</string> <string>example</string>
<key>CFBundleName</key> <key>CFBundleIdentifier</key>
<string>example</string> <string>org.gioui</string>
<key>CFBundleIconFile</key> <key>CFBundleInfoDictionaryVersion</key>
<string>example.icns</string> <string>6.0</string>
<key>CFBundleShortVersionString</key> <key>CFBundleName</key>
<string>0.01</string> <string>example</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundlePackageType</key>
<string>6.0</string> <string>APPL</string>
<key>CFBundlePackageType</key> <key>CFBundleShortVersionString</key>
<string>APPL</string> <string>1.0</string>
<key>IFMajorVersion</key> <key>CFBundleSupportedPlatforms</key>
<integer>0</integer> <array>
<key>IFMinorVersion</key> <string>MacOSX</string>
<integer>1</integer> </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> </dict>
</plist> </plist>

View File

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

View File

@ -3,22 +3,9 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>files</key> <key>files</key>
<dict> <dict/>
<key>Resources/example.icns</key>
<data>
QIAQ35jRL6fJLHFE72K0wYzeHUU=
</data>
</dict>
<key>files2</key> <key>files2</key>
<dict> <dict/>
<key>Resources/example.icns</key>
<dict>
<key>hash2</key>
<data>
DoBwPExI5vZ+IT6hEeHy5hJpWiVq8+4auEoGFwnbmX8=
</data>
</dict>
</dict>
<key>rules</key> <key>rules</key>
<dict> <dict>
<key>^Resources/</key> <key>^Resources/</key>

View File

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