Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add framework target/shared scheme for Carthage Support #36

Merged
merged 2 commits into from
Jul 19, 2018

Conversation

ynnadrules
Copy link
Contributor

@ynnadrules ynnadrules commented Jul 17, 2018

This resolves #6.

Because of the way the project was structured, I added a new Framework target named SwiftIcons and renamed the existing Application target SwiftIconsApp.

I also had to import SwiftIcons where needed in SwiftIconsApp.
I moved all the .ttf font files into Source/Fonts, just to organize it a little better.

In SwiftIcons.swift, for each of the font type enums, I had to make the static count computed function public so the SwiftIconsApp could have access to it.

Question, btw: What is being used to generate the code for the font type enum and related variables in SwiftIcons.swift?

Copy link
Owner

@ranesr ranesr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work!!

@ranesr
Copy link
Owner

ranesr commented Jul 19, 2018

Thank you @ynnadrules for your contribution.

@ranesr ranesr merged commit 6041304 into ranesr:master Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Carthage Support
2 participants