]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/SecurityTests-Info.plist
Security-57740.1.18.tar.gz
[apple/security.git] / SecurityTests / SecurityTests-Info.plist
index ec50ce261c3d9700736d71bf48502a0a04141c57..257b1208f2844694dd8e853d15c8ab127c2998a9 100644 (file)
@@ -7,9 +7,11 @@
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>CFBundleIdentifier</key>
-       <string>com.apple.security.${PRODUCT_NAME:identifier}</string>
+       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>SecurityTests</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
@@ -18,9 +20,9 @@
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>${CURRENT_PROJECT_VERSION}</string>
+       <key>UIRequiresFullScreen</key>
+       <true/>
        <key>NSMainNibFile</key>
        <string>MainWindow</string>
-       <key>CFBundleName</key>
-       <string>SecurityTests</string>
 </dict>
 </plist>