Closed JonnyBeeGod closed 6 years ago
I have never used Carthage, so I am not clear what it needs, but I don't understand why the PR has xcodeproject files for the example apps; The example apps are not Seam3. Seam3 is a framework. The example apps just show how it can be used. When I use cocoa pods to integrate Seam3 with a project I don't get any "example" files in my project.
Ok, after some quick reading it looks like we need to create a new Xcode project in the directory above "Example" and create targets in that project for the framework on the three platforms.
okay, I moved the framework targets from the example Xcode project to a newly created xcodeproj in the root directory
Can you clarify? Carthage needs a framework and therefor a .xcodeproj so I reused the already existing .xcodeproj from the Examples folder. Do you want me to create a new *.xcodeproj in the root directory?