Closed matxpa closed 3 months ago
It should still work because the old URLs redirect automatically to the new ones.
With your prefered editor (Xcode) try to downgrade CFBundleShortVersionString (from 2.0.1 to 2.0.0 or less) in ATH info.plist in your Applications directory and launch it
<key>CFBundleShortVersionString</key>
<string>1.1.9</string>
Regards
you're right. Pushed the change.
@0xCUB3
Hi Since you changed your nickname 0xCUB3 by 2009-Nissan-Cube "Update process" doesn't work anymore
So you'd have to modify "var athrepositoryURL " in InitGlobalVariables.swift ... // Used by UpdateController static var athrepositoryURL = "https://github.com/0xCUB3/About-This-Hack" ... replace 0xCUB3 with 2009-Nissan-Cube static var athrepositoryURL = "https://github.com/2009-Nissan-Cube/About-This-Hack"
Regards