theos コンソール アプリ (ツール) のバンドル ID を設定するにはどうすればよいですか?
私のコードでは、これ
NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
NSLog(@"MYBid: %@", bundleIdentifier");
常に印刷(null)
ツールを作成するには、これを行います
$ ./theos/bin/nic.pl
NIC 2.0 - New Instance Creator
------------------------------
[1.] iphone/application
[2.] iphone/library
[3.] iphone/preference_bundle
[4.] iphone/tool
[5.] iphone/tweak
Choose a Template (required): 4
Project Name (required): tst
Package Name [com.yourcompany.tst]:
Author/Maintainer Name [tst]: tst
バンドル ID が「com.yourcompany.tst」でないのはなぜですか?