The correct path is now /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework.
I don't know python as well, but I was able to figure out that I needed to change the keystone_registration_framework_path() subroutine to the following:
def keystone_registration_framework_path():
"""Returns KeystoneRegistration.framework path"""
keystone_registration = os.path.join(chrome_path, 'Contents/Frameworks/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework')
return keystone_registration
I don't know enough, yet, to figure out how to make it work for both versions earlier than 75 and version 75 or later.
The correct path is now /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework.
I don't know python as well, but I was able to figure out that I needed to change the keystone_registration_framework_path() subroutine to the following:
I don't know enough, yet, to figure out how to make it work for both versions earlier than 75 and version 75 or later.