Teo on Nostr: npub1p9kjc…m865w be like us: split your code in features and utils. For everyone ...
npub1p9kjc5uauqdfphar82xmq573tf3hnh3mcugkw3t6mjg2y76xkd3sum865w (npub1p9k…865w)
be like us: split your code in features and utils. For everyone make a header and an implementation module, so only the headers are linked and the implementations can change without breaking the dependency tree. Each one of these has a custom file to declare its own dependencies, which a custom script automatically renders as podspec with cocoapods.
The only missing step is having a big main setup call site, which runs and redoes the whole process at any dep change.
/rantoff
be like us: split your code in features and utils. For everyone make a header and an implementation module, so only the headers are linked and the implementations can change without breaking the dependency tree. Each one of these has a custom file to declare its own dependencies, which a custom script automatically renders as podspec with cocoapods.
The only missing step is having a big main setup call site, which runs and redoes the whole process at any dep change.
/rantoff