Originate / OriginateTheme

OriginateTheme is a lightweight user interface theming framework.
MIT License
5 stars 0 forks source link

Fix podspec #20

Closed allewun closed 7 years ago

allewun commented 7 years ago

@pkluz

PR #17 removed scripts (i.e. the python files) from source_files so that Xcode doesn't emit warning: no rule to process file. However,ot_generator.py is still needed, so this PR adds that back in the podspec via s.resources.

Also, simplified originate_theme.rb a bit. The check for previous installations is redundant, as the target of interest resides in the Pods project, which is created from scratch upon each invocation of pod install. Therefore, any project changes made will be wiped away with pod install.

pkluz commented 7 years ago

Like