Commits
Zero King authored and tobypeterson committed 8c919f6e240
30 30 | xcode.destroot.type framework |
31 31 | |
32 32 | if {${os.major} >= 10} { |
33 33 | post-patch { |
34 34 | move ${worksrcpath}/AGProcess.pbproj ${worksrcpath}/AGProcess.xcodeproj |
35 35 | copy -force ${filespath}/project.pbxproj ${worksrcpath}/AGProcess.xcodeproj/ |
36 36 | copy ${filespath}/Info-AGProcess__Upgraded_.plist ${worksrcpath}/ |
37 37 | } |
38 38 | } |
39 39 | |
40 - | livecheck.regex "<title>${my_name} ${my_name}-(\\d+(?:\\.\\d+)*) released.*</title>" |
40 + | livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |