<?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>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> <string>com.binaryage.totalfinder.injector</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>TotalFinderInjector</string> <key>CFBundlePackageType</key> <string>osax</string> <key>CFBundleShortVersionString</key> <string>##VERSION##</string> <key>CFBundleSignature</key> <string>BAGE</string> <key>CFBundleVersion</key> <string>##VERSION##</string> <key>OSAScriptingDefinition</key> <string>TotalFinderInjector.sdef</string> <key>OSAXHandlers</key> <dict> <key>Events</key> <dict> <key>BATFchck</key> <dict> <key>Context</key> <string>Process</string> <key>Handler</key> <string>HandleCheckEvent</string> <key>ThreadSafe</key> <false/> </dict> <key>BATFcrsh</key> <dict> <key>Context</key> <string>Process</string> <key>Handler</key> <string>HandleCrashEvent</string> <key>ThreadSafe</key> <false/> </dict> <key>BATFinit</key> <dict> <key>Context</key> <string>Process</string> <key>Handler</key> <string>HandleInitEvent</string> <key>ThreadSafe</key> <false/> </dict> </dict> </dict> </dict> </plist>