JamitLabs / JamitFoundation

JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
MIT License
10 stars 5 forks source link

Move example to another place #39

Closed SimonNumberTwo closed 3 years ago

SimonNumberTwo commented 3 years ago

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.