]> git.saurik.com Git - apple/security.git/blobdiff - SharedWebCredentialViewService/SharedWebCredentialViewService-Info.plist
Security-57031.1.35.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SharedWebCredentialViewService-Info.plist
diff --git a/SharedWebCredentialViewService/SharedWebCredentialViewService-Info.plist b/SharedWebCredentialViewService/SharedWebCredentialViewService-Info.plist
new file mode 100644 (file)
index 0000000..ab683e7
--- /dev/null
@@ -0,0 +1,55 @@
+<?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>CAProcessCanAccessGPU</key>
+       <true/>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>en</string>
+       <key>CFBundleDisplayName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundleExecutable</key>
+       <string>${EXECUTABLE_NAME}</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.0</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+       <key>CanInheritApplicationStateFromOtherProcesses</key>
+       <true/>
+       <key>LSRequiresIPhoneOS</key>
+       <true/>
+       <key>SBAppTags</key>
+       <array>
+               <string>hidden</string>
+       </array>
+       <key>SBMachServices</key>
+       <array>
+               <string>com.apple.uikit.viewservice.com.apple.SharedWebCredentialViewSe</string>
+       </array>
+       <key>UIRequiredDeviceCapabilities</key>
+       <array>
+               <string>armv7</string>
+       </array>
+       <key>UISupportedInterfaceOrientations</key>
+       <array/>
+       <key>UISupportedInterfaceOrientations~ipad</key>
+       <array>
+               <string>UIInterfaceOrientationPortrait</string>
+               <string>UIInterfaceOrientationPortraitUpsideDown</string>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+       </array>
+       <key>UIViewServiceUsesNSXPCConnection</key>
+       <true/>
+</dict>
+</plist>