Summary: The icon was not shown in the past as it was indefinitely bouncing on the dock. This is fixed now by asynchronously initiating the Node server process and then waiting until it becomes ready. Reviewed By: passy Differential Revision: D49907976 fbshipit-source-id: cdeaa578be42d9f5308e2e0df50872858b8248c3
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Flipper</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>app.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.facebook.flipper.server</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Flipper Server</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>{flipper-server-version}</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>{flipper-server-version}</string>
|
|
<key>DTCompiler</key>
|
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
<key>DTSDKBuild</key>
|
|
<string>12.0</string>
|
|
<key>DTSDKName</key>
|
|
<string>macosx12.0</string>
|
|
<key>DTXcode</key>
|
|
<string>1310</string>
|
|
<key>DTXcodeBuild</key>
|
|
<string>13A1030d</string>
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
<true/>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.11.0</string>
|
|
<key>NSAppleScriptEnabled</key>
|
|
<true/>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|