2009-Nissan-Cube / About-This-Hack

Discover your hardware on macOS with this simple, user-friendly hardware info app that retains the beloved design language of the classic 'About This Mac' interface, while gaining access to a wealth of additional features.
MIT License
290 stars 23 forks source link

New version (2.0.1) you changed your nickname and "Update process" doesn't work anymore #110

Closed matxpa closed 3 months ago

matxpa commented 3 months ago

@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

0xCUB3 commented 3 months ago

It should still work because the old URLs redirect automatically to the new ones.

matxpa commented 3 months ago

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

0xCUB3 commented 3 months ago

you're right. Pushed the change.