mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
24 lines
691 B
Plaintext
24 lines
691 B
Plaintext
|
<?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>CFBundleExecutable</key>
|
||
|
<string>node</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.nodejs.test.node_sandboxed</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>node_sandboxed</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.0</string>
|
||
|
<key>CFBundleSupportedPlatforms</key>
|
||
|
<array>
|
||
|
<string>MacOSX</string>
|
||
|
</array>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1</string>
|
||
|
</dict>
|
||
|
</plist>
|