<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>OSBundleRequired</key>
- <string>Root</string>
<key>AppleKernelExternalComponent</key>
<true/>
- <key>OSBundleAllowUserLoad</key>
- <true/>
- <key>OSBundleCompatibleVersion</key>
- <string>1.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>${MODULE_NAME}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Apple Inc. All rights reserved.</string>
+ <key>OSBundleAllowUserLoad</key>
+ <true/>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<key>com.apple.kpi.unsupported</key>
<string>11.2</string>
</dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
</dict>
</plist>