summaryrefslogtreecommitdiff
path: root/assets/Info.plist
blob: 7aa39c6a3b866881973a85168426ca2bc56aa9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>NSPrincipalClass</key>
    <string>next-application</string>
    <key>CFBundleIconFile</key>
    <string>next.icns</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleGetInfoString</key>
    <string>nEXT Browser</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleExecutable</key>
    <string>next</string>
    <key>CFBundleIdentifier</key>
    <string>next.browser</string>
    <key>NSAppTransportSecurity</key>
    <dict>
      <!--Include to allow all connections-->
      <key>NSAllowsArbitraryLoads</key>
      <true/>
    </dict>
  </dict>
</plist>