mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 17:46:07 -06:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
<?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>CFBundleDisplayName</key>
|
|
<string>Bitwarden</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleName</key>
|
|
<string>Bitwarden Watch App</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>CLKComplicationPrincipalClass</key>
|
|
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
|
|
<key>WKApplication</key>
|
|
<true/>
|
|
<key>WKCompanionAppBundleIdentifier</key>
|
|
<string>$(WK_COMPANION_APP_BUNDLE_IDENTIFIER)</string>
|
|
<key>XSAppIconAssets</key>
|
|
<string>Assets.xcassets/AppIcons.appiconset</string>
|
|
</dict>
|
|
</plist>
|