Framework is a good way to share code between Containing App and Extension.
Sometimes I want some code to run only when target is Containing App not Extension, or vice versa.
Is there something like TARGET_OS_EXTENSION ?
Framework is a good way to share code between Containing App and Extension.
Sometimes I want some code to run only when target is Containing App not Extension, or vice versa.
Is there something like TARGET_OS_EXTENSION ?
use your macro by yourself, just example in target marcro in ios
it is very flexible