I've added an extension. The main code needs to tell NCWidgetController
that there is content for the extension. How do I programmatically lookup the extension's bundle ID from my main target?
Asked
Active
Viewed 616 times
2

i_am_jorf
- 53,608
- 15
- 131
- 222
-
1It must be impossible. – i_am_jorf Nov 02 '14 at 18:52
-
Possible Dupe - http://stackoverflow.com/questions/25794613/get-bundle-id-from-a-different-target – Mike Miller Nov 05 '14 at 16:13
-
just a thought. Have you tried `myBundle = [NSBundle bundleWithPath:@"/Library/MyBundle.bundle"];`? – carlodurso Nov 05 '14 at 16:15