{
    "version": "0.2025.12.25",
    "description": "Cross platform GUI plist editor written in python.",
    "homepage": "https://github.com/corpnewt/ProperTree",
    "license": "BSD-3-Clause",
    "depends": "python",
    "url": "https://github.com/corpnewt/ProperTree/archive/ed0c7742381201f737ecfcc508028ee58f9374f0.zip",
    "hash": "73f4ae472f94d1f76db73507520997525f173ec9afae9a527823fb9056a89d0a",
    "extract_dir": "ProperTree-ed0c7742381201f737ecfcc508028ee58f9374f0",
    "bin": "ProperTree.bat",
    "shortcuts": [
        [
            "ProperTree.bat",
            "ProperTree"
        ]
    ],
    "pre_install": "if (!(Test-Path \"$persist_dir\\Scripts\\settings.json\")) { Set-Content \"$dir\\Scripts\\settings.json\" '{}' -Encoding Ascii }",
    "persist": "Scripts\\settings.json",
    "checkver": {
        "url": "https://github.com/corpnewt/ProperTree/commits/master.atom",
        "regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
        "replace": "0.${1}.${2}.${3}"
    },
    "autoupdate": {
        "url": "https://github.com/corpnewt/ProperTree/archive/$matchSha.zip",
        "extract_dir": "ProperTree-$matchSha"
    }
}
