X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/Keychain/Keychain-Info.plist diff --git a/Keychain/Keychain-Info.plist b/Keychain/Keychain-Info.plist index 94b28a95..98556e5b 100644 --- a/Keychain/Keychain-Info.plist +++ b/Keychain/Keychain-Info.plist @@ -4,10 +4,23 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + ${PRODUCT_NAME} CFBundleExecutable ${EXECUTABLE_NAME} - CFBundleIconFile - Icon.icns + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + Keychain_57x57.png + Keychain_114x114.png + Keychain_72x72.png + Keychain_144x144.png + + + CFBundleIdentifier com.apple.security.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion @@ -17,16 +30,43 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 10.0 CFBundleSignature ???? CFBundleVersion - 55471.14.18 - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication + ${CURRENT_PROJECT_VERSION} + LSRequiresIPhoneOS + + UIMainStoryboardFile + MainStoryboard_iPhone + UIMainStoryboardFile~ipad + MainStoryboard_iPhone + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +