I would like to convert a “regular” xcode project for deployment using iOSOpenDev . From what I can say when a new project is created using iOSOpenDev templates, it has the following build options:
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj HEADER_SEARCH_PATHS = $(iOSOpenDevPath)/include/** IPHONEOS_DEPLOYMENT_TARGET = 5.0 LIBRARY_SEARCH_PATHS = $(iOSOpenDevPath)/lib/** SDKROOT = iphoneos iOSOpenDevInstallOnProfiling = YES iOSOpenDevPath = /opt/iOSOpenDev
Is it enough to add them to another project to get the iOSOpenDev installation in the profiling assembly, or do I need to install something else?
I am not interested in creating a "specific" type of application, but would like to deploy it on a jailbroken iphone without a paid ios developer account.
Note openssh is already installed via cydia (with a non-default password), and iosod was configured using iosod sshkey -h [device-hostname-or-ipaddress]
source share