olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
935 stars 186 forks source link

Allow bundle IDs to not begin with "com." #40

Closed martinfinke closed 6 years ago

martinfinke commented 9 years ago

_IPlug_include_in_plughdr.h:50:

#define BUNDLE_ID "com." BUNDLE_MFR "." API_EXT "." BUNDLE_NAME

The "com" should be replaced by a BUNDLE_DOMAIN (or similar). Not everyone has a .com domain.

olilarkin commented 9 years ago

don't think this is that important TBH. i use com.olilarkin, even though my website is .co.uk

olilarkin commented 9 years ago

hmm, maybe

martinfinke commented 9 years ago

It is:

The string should also be in reverse-DNS format. For example, if your company’s domain is Ajax.com and you create an app named Hello, you could assign the string com.Ajax.Hello as your app’s bundle identifier.

link

olilarkin commented 6 years ago

addressed in 6143061ed7d39f6b32a229d686b62327358e029b