Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Installs Iconic in sample project with the new config (#39)
Browse files Browse the repository at this point in the history
* Installs Iconic in sample project with the new config (much simpler and elegant)

* Updates README
  • Loading branch information
Ignacio Romero Zurbuchen authored Aug 24, 2016
1 parent 51d56a2 commit 5f07930
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 23 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ There is a known bug where sometimes, calling `pod install Iconic` would not run
This is how the module ouput is going to look like (plus documentation, which has been removed for this example).
Notice that API names are adopting the font's file name to make it easy to work with, and everything is strongly typed, making it safe and auto-completable.

![Iconic Module](Screenshots/screenshot_iconic_module.png)


## How to use
For complete documentation, visit [CocoaPods' auto-generated docs](http://cocoadocs.org/docsets/Iconic/).
Expand Down Expand Up @@ -172,7 +170,7 @@ Check out the sample project, everything is demo'd there.


## Icon Font Catalog
Besides the auto-generated Swift code, you will notice a `catalog.html` file being added to your directory. This is your icon font catalog, to be used for visual reference about all the icons you have available.
Besides the auto-generated Swift code, an icon font catalog will be added in `Pods/Iconic/Source/Catalog`. Use this as a visual reference about the icons and their names.

![Icon Font Catalog](Screenshots/screenshot_icon_catalog.png)

Expand Down
4 changes: 2 additions & 2 deletions Samples/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
Iconic:
:commit: 435ba66aacee2f06073aad69d3b5f23549323cf4
:commit: 51d56a21e91b4e9a74231a496d0df2a3bd91f7ac
:git: https://github.com/dzenbot/Iconic.git
:submodules: true

SPEC CHECKSUMS:
Iconic: a988d10415b097084316bc2a3385420c4bedd4dc
Iconic: fd00fc2dfa3cc0972a686c2a37adc3eab782d5bf

PODFILE CHECKSUM: cebd6ca67a5fd41e00c961d7b2dc73d45f7213ca

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
6 changes: 3 additions & 3 deletions Samples/Pods/Local Podspecs/Iconic.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Samples/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Samples/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed Screenshots/screenshot_iconic_module.png
Binary file not shown.
Binary file modified Screenshots/screenshot_sample_proj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f07930

Please sign in to comment.