]> git.saurik.com Git - apple/libpthread.git/blobdiff - kern/pthread-Info.plist
libpthread-218.1.3.tar.gz
[apple/libpthread.git] / kern / pthread-Info.plist
index 7b3550946e1b839668ae45cb5249977f6cb0f3b4..32869264c60fbd613ad5b6ae17feb8a04d1d9612 100644 (file)
@@ -2,14 +2,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>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>
@@ -17,7 +11,7 @@
        <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>
@@ -45,5 +43,7 @@
                <key>com.apple.kpi.unsupported</key>
                <string>11.2</string>
        </dict>
+       <key>OSBundleRequired</key>
+       <string>Root</string>
 </dict>
 </plist>