Difference between revisions of "/Applications/AppleTV.app/Appliances"

From The iPhone Wiki
Jump to: navigation, search
(Undo revision 14532 by Ryanb93 (Talk))
m (Parents)
Line 48: Line 48:
   
 
== Parents ==
 
== Parents ==
[[/|Root]]/[[/var|var]]/[[/var/stash|stash]]/[[/Applciations|Applications.*****]]/[[/var/stash/Applications.*****/Lowtide.app|Lowtide.app]]
+
[[/|Root]]/[[/var|var]]/[[/var/stash|stash]]/[[/Applications|Applications.*****]]<!--We know that the random crap is by Cydia, but all of the other applications are in this folder, so KEEP IT THIS WAY! -->/[[/var/stash/Applications.*****/Lowtide.app|Lowtide.app]]

Revision as of 01:37, 23 January 2011

Summary

The Applications that Lowtide.app of the Apple TV uses.

Creation of an App

At the moment you can create FRAppliances within Xcode by using the headers that NitoTV posted. You cant assemble them using Xcode but must use makefile.

GO_EASY_ON_ME=1
export SDKVERSION=4.0
FW_DEVICE_IP=AppleTV.local
include theos/makefiles/common.mk
BUNDLE_NAME = HW
HW_FILES = Classes/HWAppliance.mm Classes/HWBasicMenu.m
HW_INSTALL_PATH = /Applications/Lowtide.app/Appliances
HW_BUNDLE_EXTENSION = frappliance
HW_LDFLAGS = -undefined dynamic_lookup #-L$(FW_PROJECT_DIR) -lBackRow
include $(FW_MAKEDIR)/bundle.mk
after-install::
install.exec "killall -9 Lowtide"

and execute using build.sh

IP_ADDRESS=AppleTV.local
echo "Always clean up first!"
echo ""
make clean
echo "Making..."
echo ""
make
echo "Make Stage..."
echo ""
make stage
echo "Make Install..."
make install

Children

Files

(none)

Folders

Parents

Root/var/stash/Applications.*****/Lowtide.app