]>
Commit | Line | Data |
---|---|---|
e49079b2 | 1 | // Change this to your bundle identifier string |
1eba958a | 2 | #define kBundleIdentifier "org.wxwidgets.samples.minimal" |
e49079b2 SC |
3 | |
4 | // Change this to your short version string | |
5 | #define kBundleShortVersion __OUTPUT_FILENAME__ " version 1.0" | |
6 | ||
7 | // Change this to the string to display in the Finder's Get Info window | |
1eba958a | 8 |