this repo has no description
at main 56 lines 1.1 kB view raw
1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<array> 5 <dict> 6 <key>name</key> 7 <string>My Scope</string> 8 <key>predicate</key> 9 <dict> 10 <key>predicates</key> 11 <array> 12 <dict> 13 <key>operand</key> 14 <string></string> 15 <key>operator</key> 16 <string>contains</string> 17 <key>rule</key> 18 <string>file-name</string> 19 </dict> 20 </array> 21 <key>rule</key> 22 <string>all</string> 23 </dict> 24 <key>source</key> 25 <dict> 26 <key>file-source</key> 27 <string>workspace</string> 28 </dict> 29 </dict> 30 <dict> 31 <key>name</key> 32 <string>Tests Only</string> 33 <key>predicate</key> 34 <dict> 35 <key>predicates</key> 36 <array> 37 <dict> 38 <key>operand</key> 39 <string>Tests.swift</string> 40 <key>operator</key> 41 <string>contains</string> 42 <key>rule</key> 43 <string>file-name</string> 44 </dict> 45 </array> 46 <key>rule</key> 47 <string>all</string> 48 </dict> 49 <key>source</key> 50 <dict> 51 <key>file-source</key> 52 <string>workspace</string> 53 </dict> 54 </dict> 55</array> 56</plist>