How FBtoC automatically copies your Help Book into the application bundle.
1. When you provide an Info.plist file in the source folder, FBtoC copies it into the newly-built application at <app_name>/Contents/, overriding the default Info.plist.
2. FBtoC examines the Info.plist file, looking for a CFBundleHelpBookFolder key.
<key>CFBundleHelpBookFolder</key> <string>RSHD Help</string>3. If the key exists, FBtoC reads the name of the folder (in this case RSHD Help), looks for a folder of the same name in your source folder, and copies it into the application at <app_name>/Contents/Resources/en.lproj/.