-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathinfo.plist
More file actions
17 lines (17 loc) · 799 Bytes
/
Copy pathinfo.plist
File metadata and controls
17 lines (17 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundlePackageType</key><string>APPL</string>
<key>CFBundleName</key><string>ytd</string>
<key>CFBundleExecutable</key><string>ytd</string>
<key>CFBundleIdentifier</key><string>wails.ytd.0.1.0</string>
<key>CFBundleVersion</key><string>0.1.0</string>
<key>CFBundleGetInfoString</key><string>Built by oskar at 30 Jun 21 17:29 CEST using Wails (https://wails.app)</string>
<key>CFBundleShortVersionString</key><string>0.1.0</string>
<key>CFBundleIconFile</key><string>iconfile</string>
<key>NSHighResolutionCapable</key><string>true</string>
</dict></plist>