From 44bcae148568e9d464c00622587c47b095792f2a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 24 Jan 2024 09:39:42 -0800 Subject: [PATCH] project: upgrade to recommended settings since xcode was complaining --- damus.xcodeproj/project.pbxproj | 4 +++- .../xcshareddata/xcschemes/DamusNotificationService.xcscheme | 2 +- damus.xcodeproj/xcshareddata/xcschemes/Release.xcscheme | 2 +- damus.xcodeproj/xcshareddata/xcschemes/damus.xcscheme | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj index 8d11c448..b17b4b80 100644 --- a/damus.xcodeproj/project.pbxproj +++ b/damus.xcodeproj/project.pbxproj @@ -2797,7 +2797,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1500; - LastUpgradeCheck = 1500; + LastUpgradeCheck = 1520; TargetAttributes = { 4CE6DEE227F7A08100C66700 = { CreatedOnToolsVersion = 13.3; @@ -3717,6 +3717,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3783,6 +3784,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; diff --git a/damus.xcodeproj/xcshareddata/xcschemes/DamusNotificationService.xcscheme b/damus.xcodeproj/xcshareddata/xcschemes/DamusNotificationService.xcscheme index 319fb4ad..4c06fd6b 100644 --- a/damus.xcodeproj/xcshareddata/xcschemes/DamusNotificationService.xcscheme +++ b/damus.xcodeproj/xcshareddata/xcschemes/DamusNotificationService.xcscheme @@ -1,6 +1,6 @@