Skip to content

Commit

Permalink
更新QMUIConfigurationTemplate文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoon committed Dec 27, 2016
1 parent 81c482f commit 4bb4565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions QMUIKit/UICommon/QMUIConfigurationTemplate.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
//

#import "QMUIConfigurationTemplate.h"
#ifdef IS_QMUI_PROJECT
#import "QMUIKit.h"
#else
#import <QMUIKit/QMUIKit.h>
#endif

// 此文件仅供复制使用,不能加到静态库的Compile Sources里面。

Expand Down
4 changes: 3 additions & 1 deletion qmui.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,9 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"DEBUG=1",
"IS_QMUI_PROJECT=1",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -1201,6 +1202,7 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = "IS_QMUI_PROJECT=1";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down

0 comments on commit 4bb4565

Please sign in to comment.