Clipy icon indicating copy to clipboard operation
Clipy copied to clipboard

this fork has the same 'bundle identifier' as the original 'Clipy'

Open core-code opened this issue 5 years ago • 0 comments

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

core-code avatar Jan 26 '20 15:01 core-code