File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!DOCTYPE plist PUBLIC "-//Apple Computer //DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >name </key >
12
12
<integer >1 </integer >
13
13
<key >symbolTransformation </key >
14
14
<string >
15
- s/class\s+([A-Za-z_][A-Za-z0-9_ ]*.+?\)?)(\:|$)/$1/g;
16
- s/def\s+([A-Za-z_][A-Za-z0-9_ ]*\()(?:(.{,40}?\))|((.{40}).+?\)))(\:)/$1(?2:$2)(?3:$4…\))/g;
15
+ s/class\s+([[:alpha:]_][[:alnum:]_ ]*.+?\)?)(\:|$)/$1/g;
16
+ s/def\s+([[:alpha:]_][[:alnum:]_ ]*\()(?:(.{,40}?\))|((.{40}).+?\)))(\:)/$1(?2:$2)(?3:$4…\))/g;
17
17
</string >
18
18
</dict >
19
19
<key >uuid </key >
You can’t perform that action at this time.
0 commit comments