Closed Sherlouk closed 4 years ago
If you have an extension (such as a Notification Service Extension) then you end up with a class called NotificationService (this can be changed).
NotificationService
Apple knows to run this because of an entry in the Info.plist "NSExtensionPrincipalClass" which equals "$(PRODUCT_MODULE_NAME).NotificationService".
Pecker is raising a warning for this main class, but it is in fact being used.
Will take a look at it
Done, PR: https://github.com/woshiccm/Pecker/pull/28
If you have an extension (such as a Notification Service Extension) then you end up with a class called
NotificationService
(this can be changed).Apple knows to run this because of an entry in the Info.plist "NSExtensionPrincipalClass" which equals "$(PRODUCT_MODULE_NAME).NotificationService".
Pecker is raising a warning for this main class, but it is in fact being used.