devslashwill / WeeAppTest

An example of a custom notification centre widget on iOS 5
101 stars 20 forks source link

How to Install ? #2

Closed cbradio closed 13 years ago

cbradio commented 13 years ago

I saw a post that was closed, but was also wondering how to Install, I know how to SSH into my iPhone and insert it in the System/Library/WeeApp folder that is required, however how do you build your bundle, any link or explanation would be good, as I do have about a year of iPhone development under my belt.

thanks, Great Source though!! really looking forward to experimenting with it.

Great Job +1

devslashwill commented 13 years ago

export THEOS_DEVICE_IP as your iPhone IP address and then run 'make package install'. Also read the theos documentation where this is all explained.