This PR fixes the Carthage integration as Carthage searches for the first xcodeproj file and tries to build that. Unfortunately Examples is prior to JamitFoundation.xcodeproj in the alphabet so Carthage firs searches in Examples and finds there the example Xcode project.
This PR moves the example from Examples to JamitFoundationExample.
This PR fixes the Carthage integration as Carthage searches for the first
xcodeproj
file and tries to build that. UnfortunatelyExamples
is prior toJamitFoundation.xcodeproj
in the alphabet so Carthage firs searches inExamples
and finds there the example Xcode project.This PR moves the example from
Examples
toJamitFoundationExample
.