Skip to content

Commit 20f991d

Browse files
committed
add XLOGGER_TAG for mac project
1 parent ff299f3 commit 20f991d

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

mars/app/app-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"KVCOMM=1",
182182
"XLOGGER=1",
183183
"DEBUG=1",
184+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
184185
);
185186
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
186187
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -340,6 +341,7 @@
340341
"KVCOMM=1",
341342
"XLOGGER=1",
342343
"NDEBUG=1",
344+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
343345
);
344346
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
345347
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/baseevent/baseevent-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
"KVCOMM=1",
202202
"XLOGGER=1",
203203
"DEBUG=1",
204+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
204205
);
205206
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
206207
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -360,6 +361,7 @@
360361
"KVCOMM=1",
361362
"XLOGGER=1",
362363
"NDEBUG=1",
364+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
363365
);
364366
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
365367
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/comm/comm-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@
998998
"KVCOMM=1",
999999
"XLOGGER=1",
10001000
"DEBUG=1",
1001+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
10011002
);
10021003
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
10031004
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -1163,6 +1164,7 @@
11631164
"KVCOMM=1",
11641165
"XLOGGER=1",
11651166
"NDEBUG=1",
1167+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
11661168
);
11671169
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
11681170
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/log/log-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"KVCOMM=1",
198198
"XLOGGER=1",
199199
"DEBUG=1",
200+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
200201
);
201202
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
202203
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -356,6 +357,7 @@
356357
"KVCOMM=1",
357358
"XLOGGER=1",
358359
"NDEBUG=1",
360+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
359361
);
360362
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
361363
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/openssl/openssl-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,7 @@
15551555
"KVCOMM=1",
15561556
"XLOGGER=1",
15571557
"DEBUG=1",
1558+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
15581559
);
15591560
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
15601561
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -1715,6 +1716,7 @@
17151716
"KVCOMM=1",
17161717
"XLOGGER=1",
17171718
"NDEBUG=1",
1719+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
17181720
);
17191721
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
17201722
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/sdt/sdt-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
"KVCOMM=1",
286286
"XLOGGER=1",
287287
"DEBUG=1",
288+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
288289
);
289290
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
290291
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -444,6 +445,7 @@
444445
"KVCOMM=1",
445446
"XLOGGER=1",
446447
"NDEBUG=1",
448+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
447449
);
448450
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
449451
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

mars/stn/stn-mac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"KVCOMM=1",
330330
"XLOGGER=1",
331331
"DEBUG=1",
332+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
332333
);
333334
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
334335
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
@@ -488,6 +489,7 @@
488489
"KVCOMM=1",
489490
"XLOGGER=1",
490491
"NDEBUG=1",
492+
"XLOGGER_TAG='\"mars::$(PROJECT_NAME)\"'",
491493
);
492494
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
493495
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;

0 commit comments

Comments
 (0)