Hi all,
how does the FMP 9 application know that it is the advanced version?
The current Mac software does display the menu header
FileMaker Pro Advanced
This long header is a waste of menu space. Thus I tried to change this
to "FMP9+".
edit .app/Contents/Info.plist:
<key>CFBundleName</key>
<string>FileMaker Pro Advanced</string>
-> <string>FMP9+</string>
Surprise, surprise: as soon as I did this, the application no longer
knew the advanced options.
Maybe an ordinary FMP version will become advanced just by changing this
string!? I doubt so, but I do not understand the purpose of
fixing/verifying the CFBundleName string.