From 6c3bea5eda3e2b1fb383afa19baeadf42d8f35d2 Mon Sep 17 00:00:00 2001 From: Alec Miller Date: Sat, 19 Oct 2024 11:49:32 -0700 Subject: [PATCH] kram - fix project --- build2/kram.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build2/kram.xcodeproj/project.pbxproj b/build2/kram.xcodeproj/project.pbxproj index f27434e..edaaa9c 100644 --- a/build2/kram.xcodeproj/project.pbxproj +++ b/build2/kram.xcodeproj/project.pbxproj @@ -866,7 +866,7 @@ 707789D42881BA81008A51BC /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; 707789EF2881BCE2008A51BC /* rdo_bc_encoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rdo_bc_encoder.cpp; sourceTree = ""; }; 707789F02881BCE2008A51BC /* rdo_bc_encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rdo_bc_encoder.h; sourceTree = ""; }; - 707D4C4B2CC41A0300729BE0 /* kram.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kram.xcconfig; sourceTree = ""; }; + 707D4C732CC436A000729BE0 /* kram.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kram.xcconfig; sourceTree = ""; }; 70871DA727DDDBCC00D0B9E1 /* astcenc_vecmathlib_common_4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = astcenc_vecmathlib_common_4.h; sourceTree = ""; }; 70871DA827DDDBCC00D0B9E1 /* astcenc_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = astcenc_image.cpp; sourceTree = ""; }; 70871DA927DDDBCC00D0B9E1 /* astcenc_find_best_partitioning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = astcenc_find_best_partitioning.cpp; sourceTree = ""; }; @@ -976,6 +976,7 @@ 706EEDA826D1583E001C950E /* libkram */, 706ECDDF26D1577A001C950E /* Products */, 706EF12926D159F9001C950E /* Frameworks */, + 707D4C732CC436A000729BE0 /* kram.xcconfig */, ); sourceTree = ""; }; @@ -1182,7 +1183,6 @@ 706EEE1826D1583F001C950E /* kram */ = { isa = PBXGroup; children = ( - 707D4C4B2CC41A0300729BE0 /* kram.xcconfig */, 70CDB64E27A1382600A546C1 /* KramDDSHelper.h */, 70CDB64F27A1382600A546C1 /* KramDDSHelper.cpp */, 70B563A62C857B360089A64F /* KramZipStream.h */, @@ -2284,7 +2284,7 @@ /* Begin XCBuildConfiguration section */ 706ECDE726D1577A001C950E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707D4C4B2CC41A0300729BE0 /* kram.xcconfig */; + baseConfigurationReference = 707D4C732CC436A000729BE0 /* kram.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; @@ -2385,7 +2385,7 @@ }; 706ECDE826D1577A001C950E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707D4C4B2CC41A0300729BE0 /* kram.xcconfig */; + baseConfigurationReference = 707D4C732CC436A000729BE0 /* kram.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;