-
Notifications
You must be signed in to change notification settings - Fork 582
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
build(deps): remove native code + unused pods #9364
Changes from all commits
da3f829
e48b205
0bbb5ad
349689d
4ab87c0
deaaf31
351dfdc
381b5d4
a692c27
b042200
1fa9d77
ff4935b
d324c00
5ad8374
0a7627a
2e55ff1
01220c6
67592f6
c8c2960
dc46f2a
87b30c6
63437df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,7 @@ | |
/// <br/> (#0eda83) | ||
+ (UIColor *)artsyGreenRegular; | ||
|
||
// Allow creating colors with a hex code | ||
+ (UIColor *)ar_colorWithHex:(UInt32)hex; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. exposing a convenience method we already had to get rid of EDColor which we were using for same purpose |
||
|
||
@end |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most of the header file deletions / noise is just removing and check to see if it still compiles.