mirror of
https://github.com/bitwarden/ios.git
synced 2026-06-19 01:13:15 -05:00
65 lines
1.4 KiB
Plaintext
65 lines
1.4 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">
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Not Tests</string>
|
|
<key>predicate</key>
|
|
<dict>
|
|
<key>predicates</key>
|
|
<array>
|
|
<dict>
|
|
<key>operand</key>
|
|
<string>Tests.swift</string>
|
|
<key>operator</key>
|
|
<string>ends-with</string>
|
|
<key>rule</key>
|
|
<string>file-name</string>
|
|
</dict>
|
|
</array>
|
|
<key>rule</key>
|
|
<string>none</string>
|
|
</dict>
|
|
<key>source</key>
|
|
<dict>
|
|
<key>file-source</key>
|
|
<string>workspace</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Not in Localizations</string>
|
|
<key>predicate</key>
|
|
<dict>
|
|
<key>predicates</key>
|
|
<array>
|
|
<dict>
|
|
<key>operand</key>
|
|
<string>Localizable.strings</string>
|
|
<key>operator</key>
|
|
<string>is-not-equal-to</string>
|
|
<key>rule</key>
|
|
<string>file-name</string>
|
|
</dict>
|
|
<dict>
|
|
<key>operand</key>
|
|
<string>Localizations.swift</string>
|
|
<key>operator</key>
|
|
<string>is-not-equal-to</string>
|
|
<key>rule</key>
|
|
<string>file-name</string>
|
|
</dict>
|
|
</array>
|
|
<key>rule</key>
|
|
<string>all</string>
|
|
</dict>
|
|
<key>source</key>
|
|
<dict>
|
|
<key>file-source</key>
|
|
<string>workspace</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</plist>
|