xcode - Auxiliary executable possible on iOS? -
on os x, it's trivial add additional executable inside application bundle. possible on ios, , if so, permitted apple (private framework calls via objc_msgsend possible, not permitted)?
the ios version of nsbundle class includes the relevant apis, there no templates in xcode "command line tool", or empty target.
it possible restricted. it's allowed defined extension types. ios bundle structure has strict definition , loadable bundles not allowed.
Comments
Post a Comment