AnemoneTeam / Anemone-OSS

Open Source components from Anemone, a theming engine for iOS 7 - 10
GNU General Public License v3.0
58 stars 15 forks source link

Use RocketBootstrap headers/lib from theos/vendor #5

Open coolstar opened 7 years ago

coolstar commented 7 years ago

theos ships with rocketbootstrap headers and a tbd, so we don't need to have it in the common folder anymore.

mwoolweaver commented 7 years ago

not sure where the #import/#include statement should go to make it work but this should be the path to rocketbootstrap.h via theos as described here

$(THEOS_VENDOR_INCLUDE_PATH)/rocketbootstrap/rocketbootstrap.h

also the tbd for rocketbootstrap but again i don't really know where to #include/#import to make it work

$(THEOS_VENDOR_LIBRARY_PATH)/rocketbootstrap.tbd


OT: are the () needed around THEOS_VENDOR_******_PATH when used in #include/#import statements noticed them in Anemone's make file so I wasn't sure.

after all that it was too simple. . . https://github.com/AnemoneTeam/Anemone-OSS/pull/8

mwoolweaver commented 7 years ago

This should be closed, right? https://github.com/AnemoneTeam/Anemone-OSS/commit/93cf114055799acccb14dba75b99d42ce99b1497 provides the fix.