macOS
This commit is contained in:
parent
edfe3fd348
commit
52d1cbe897
BIN
build/.DS_Store
vendored
Normal file
BIN
build/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 18 KiB |
29
build/bin/userdata-decrypter.app/Contents/Info.plist
Normal file
29
build/bin/userdata-decrypter.app/Contents/Info.plist
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>userdata-decrypter</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>userdata-decrypter</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.wails.userdata-decrypter</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleGetInfoString</key>
|
||||||
|
<string>Built using Wails (https://wails.io)</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>iconfile</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.13.0</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<string>true</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright.........</string>
|
||||||
|
|
||||||
|
|
||||||
|
</dict>
|
||||||
|
</plist>
|
BIN
build/bin/userdata-decrypter.app/Contents/MacOS/userdata-decrypter
Executable file
BIN
build/bin/userdata-decrypter.app/Contents/MacOS/userdata-decrypter
Executable file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user