mirror of
https://github.com/actions/python-versions.git
synced 2025-12-15 06:56:43 +00:00
15 lines
471 B
XML
15 lines
471 B
XML
<?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>attributeSetting</key>
|
|
<integer>1</integer>
|
|
<key>choiceAttribute</key>
|
|
<string>selected</string>
|
|
<key>choiceIdentifier</key>
|
|
<string>org.python.Python.PythonTFramework-{{__VERSION_MAJOR_MINOR__}}</string>
|
|
</dict>
|
|
</array>
|
|
</plist>
|