2016-02-19 05:25:34 +00:00
|
|
|
<?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>
|
2016-03-30 08:00:20 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>BGMXPCHelper</string>
|
2016-02-19 05:25:34 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
2016-03-30 08:00:20 +00:00
|
|
|
<string>XPC!</string>
|
2016-02-19 05:25:34 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-03-30 08:00:20 +00:00
|
|
|
<string>0.1.0</string>
|
2016-02-19 05:25:34 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
2016-03-30 08:00:20 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Copyright © 2016 Kyle Neideck</string>
|
|
|
|
<key>XPCService</key>
|
|
|
|
<dict>
|
|
|
|
<key>ServiceType</key>
|
|
|
|
<string>User</string>
|
|
|
|
</dict>
|
2016-02-19 05:25:34 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|