1*f4a2713aSLionel Sambuc<?xml version="1.0" encoding="UTF-8"?> 2*f4a2713aSLionel Sambuc<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3*f4a2713aSLionel Sambuc<plist version="1.0"> 4*f4a2713aSLionel Sambuc<dict> 5*f4a2713aSLionel Sambuc <key>CFBundleIdentifier</key> 6*f4a2713aSLionel Sambuc <string>@TOOL_INFO_UTI@</string> 7*f4a2713aSLionel Sambuc <key>CFBundleInfoDictionaryVersion</key> 8*f4a2713aSLionel Sambuc <string>6.0</string> 9*f4a2713aSLionel Sambuc <key>CFBundleName</key> 10*f4a2713aSLionel Sambuc <string>@TOOL_INFO_NAME</string> 11*f4a2713aSLionel Sambuc <key>CFBundleShortVersionString</key> 12*f4a2713aSLionel Sambuc <string>@TOOL_INFO_VERSION@</string> 13*f4a2713aSLionel Sambuc <key>CFBundleVersion</key> 14*f4a2713aSLionel Sambuc <string>@TOOL_INFO_BUILD_VERSION@</string> 15*f4a2713aSLionel Sambuc <key>CFBundleSignature</key> 16*f4a2713aSLionel Sambuc <string>????</string> 17*f4a2713aSLionel Sambuc</dict> 18*f4a2713aSLionel Sambuc</plist> 19