1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>CFBundleExecutable</key> 6 <string>node</string> 7 <key>CFBundleIdentifier</key> 8 <string>org.nodejs.test.node_sandboxed</string> 9 <key>CFBundleInfoDictionaryVersion</key> 10 <string>6.0</string> 11 <key>CFBundleName</key> 12 <string>node_sandboxed</string> 13 <key>CFBundlePackageType</key> 14 <string>APPL</string> 15 <key>CFBundleShortVersionString</key> 16 <string>1.0</string> 17 <key>CFBundleSupportedPlatforms</key> 18 <array> 19 <string>MacOSX</string> 20 </array> 21 <key>CFBundleVersion</key> 22 <string>1</string> 23</dict> 24</plist>