App Wrapper introduces dynamic text through the application. These are string constants which are replaced at wrapping time.
$(bundleName) - $(bundleVerString) ($(bundleArch))
Becomes
App Wrapper 4 - 4.0 (135) (x86_64)
| Key | Example |
|---|---|
| $(bundleArch) | i386, x86_64, Intel or UB from the application bundle |
| $(bundleID) | com.ohanaware.appWrapper from the application bundle |
| $(bundleName) | App Wrapper 4 from the application bundle |
| $(bundleVersion) | 135 from the application bundle |
| $(bundleVerString) | 4.0 Beta 4 from the application bundle |
| $(channel) | Website, App Store |
| $(certDeveloperName) | Ohanaware Co., Ltd. from the signing certificate |
| $(minOS) | 10.16 from the "General" Page |
| $(publisher) | Ohanaware Co., Ltd. from the Publisher name field |
| $(certTeamID) | QXSOMETHING from the signing certificate |
| $(dateYear) | 2020 current year at time of wrapping |