There are certain entitlements tied to my provisioning profile. Right now it's attached to an app bundle, but I'd like the application to be a single binary executable for the Mac rather than an application bundle. So far I can't seem to find a way in Xcode to make this happen
Is it possible to add the provisioning profile to a command line tool without needing an application bundle?
Thanks