- Fix archiving (?) ios-develop
authorantonc27 <antonc27@mail.ru>
Fri, 16 Mar 2018 00:10:04 +0100
branchios-develop
changeset 13225 8667e9e63896
parent 13224 01ab48b253ef
child 13229 f62ea2a45f47
- Fix archiving (?)
project_files/HedgewarsMobile/Classes/DefinesAndMacros.h
--- a/project_files/HedgewarsMobile/Classes/DefinesAndMacros.h	Thu Mar 15 23:59:20 2018 +0100
+++ b/project_files/HedgewarsMobile/Classes/DefinesAndMacros.h	Fri Mar 16 00:10:04 2018 +0100
@@ -28,6 +28,7 @@
   #ifndef NS_BLOCK_ASSERTIONS
     #define NS_BLOCK_ASSERTIONS
   #endif
+  #define DLog(...)
   #define ALog(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__])
 #endif