lots of ios file related updates, now use URLs internally. icons added.
This commit is contained in:
@ -13,4 +13,12 @@ void getSafeAreaInsets(void * component, float & top, float & bottom, float & le
|
||||
|
||||
void disableAppNap();
|
||||
|
||||
#endif
|
||||
|
||||
#if JUCE_IOS
|
||||
bool urlBookmarkToBinaryData(void * bookmark, const void * & retdata, size_t & retsize);
|
||||
|
||||
void *binaryDataToUrlBookmark(const void * data, size_t size);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user