You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.) 3rd party updaters like 'MacUpdater' are unable to distinguish this fork from the original project unless the bundle identifier is changed to something unique
the 'bundle identifier' (CFBundleIdentifier entry in the Info.plist) file should probably be changed from the original value of the upstream project
1.) according to Apple's documentation each distinct app needs to have a unique bundle identifier. since the codebases have diverged, this fork is now a distinct app and should be distinguishable from the upstream project: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleidentifier?language=objc
2.) 3rd party updaters like 'MacUpdater' are unable to distinguish this fork from the original project unless the bundle identifier is changed to something unique
a patch is attached
change-bundleidentifier.patch.txt
The text was updated successfully, but these errors were encountered: