Mac OS X Launcher: Updated version.h template file to embedd i2p version as NSString in build time.

This commit is contained in:
meeh
2018-12-08 09:09:37 +00:00
parent eca5805195
commit 8841fed1f1

View File

@@ -11,8 +11,9 @@
#define DEF_I2P_VERSION "VERSION_REPLACED_BY_XCODE_BUILD_SCRIPT"
#define NSDEF_I2P_VERSION @"VERSION_REPLACED_BY_XCODE_BUILD_SCRIPT"
#define DEF_BUILD_INFO "BUILD_INFO_REPLACED_BY_XCODE_BUILD_SCRIPT"
#define APPDOMAIN "net.i2p.launcher"
#define APPDOMAIN "net.i2p.bootstrap-macosx"
#define NSAPPDOMAIN @APPDOMAIN
#define CFAPPDOMAIN CFSTR(APPDOMAIN)
#define APP_IDSTR @"I2P Launcher"