damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit f190b6414c0a528738751fb81b12eee9fbd63def
parent 6ae326d193806728e3bee64c7429218479feea3d
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 26 Jan 2024 14:02:29 -0800

debug: enable txndebug

Diffstat:
Mdamus.xcodeproj/project.pbxproj | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -3854,6 +3854,7 @@ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG TXNDEBUG"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "damus-c/damus-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";