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
The development of the library is done using Carthage. For this, we use the .xcodeproj. Including the unit tests.
79
+
80
+
If we want to use the Example for Harmony development, open Example/Harmony.xcworkspace. Example uses Cocoapods to resolve the dependency on Harmony. Any new dependencies must be added in the Harmony **.podsec**. This way it will be available for both development and distribution of the library. Later, we must add the dependencies in Carthage and SPM as well.
81
+
82
+
Any dependencies used for Example development, for example Kingfisher for downloading images, must be added in the Podfile and not in the .podspec.
83
+
84
+
#### Important!
85
+
86
+
All the new dependencies must be added in all the package managers we support (Carthage, Cocoapods and SPM).
0 commit comments