-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mvirgo/more-old-brackets
feat: Add old 2015 to 2019 brackets
- Loading branch information
Showing
15 changed files
with
2,122 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?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>mensBracket2015</key> | ||
<string>2015 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2015</key> | ||
<string>2015 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2016</key> | ||
<string>2016 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2016</key> | ||
<string>2016 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2017</key> | ||
<string>2017 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2017</key> | ||
<string>2017 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2018</key> | ||
<string>2018 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2018</key> | ||
<string>2018 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2019</key> | ||
<string>2019 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2019</key> | ||
<string>2019 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>bracketology2020</key> | ||
<string>2020 Joe Lunardi's Bracketology</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracketology2020</key> | ||
<string>2020 Womens - Charlie Creme's Bracketology</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2021</key> | ||
<string>2021 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2021</key> | ||
<string>2021 Women's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>mensBracket2022</key> | ||
<string>2022 Men's Bracket</string> | ||
</dict> | ||
<dict> | ||
<key>womensBracket2022</key> | ||
<string>2022 Women's Bracket</string> | ||
</dict> | ||
</array> | ||
</plist> |
Oops, something went wrong.