create target build folder

This commit is contained in:
Maal 2025-04-28 08:45:01 +02:00
parent 52d1cbe897
commit b85b36ccc1
6 changed files with 0 additions and 29 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
build/.DS_Store vendored

Binary file not shown.

View File

@ -1,29 +0,0 @@
<!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>

Binary file not shown.