We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a22f9 commit a8ac89cCopy full SHA for a8ac89c
samples/TTNavigatorDemo/Configurations/App.xcconfig
@@ -18,7 +18,8 @@
18
#include "../../common/Configurations/Libraries.xcconfig"
19
#include "RelPath.xcconfig"
20
21
-PRODUCT_NAME = TTNavigatorDemo
+BASE_PRODUCT_NAME = TTNavigatorDemo
22
+PRODUCT_NAME = $(BASE_PRODUCT_NAME)
23
BUILD_LIBRARY_VERSION = 1.0
24
25
OTHER_LDFLAGS = $(THREE20CORE_LIB) $(THREE20NETWORK_LIB) $(THREE20STYLE_LIB) $(THREE20UICOMMON_LIB) $(THREE20UINAVIGATOR_LIB) $(THREE20UI_LIB) $(THREE20_LIB)
0 commit comments