Skip to content

Commit

Permalink
kram - fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Oct 19, 2024
1 parent 8eeeb1e commit 6c3bea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build2/kram.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@
707789D42881BA81008A51BC /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
707789EF2881BCE2008A51BC /* rdo_bc_encoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rdo_bc_encoder.cpp; sourceTree = "<group>"; };
707789F02881BCE2008A51BC /* rdo_bc_encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rdo_bc_encoder.h; sourceTree = "<group>"; };
707D4C4B2CC41A0300729BE0 /* kram.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kram.xcconfig; sourceTree = "<group>"; };
707D4C732CC436A000729BE0 /* kram.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kram.xcconfig; sourceTree = "<group>"; };
70871DA727DDDBCC00D0B9E1 /* astcenc_vecmathlib_common_4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = astcenc_vecmathlib_common_4.h; sourceTree = "<group>"; };
70871DA827DDDBCC00D0B9E1 /* astcenc_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = astcenc_image.cpp; sourceTree = "<group>"; };
70871DA927DDDBCC00D0B9E1 /* astcenc_find_best_partitioning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = astcenc_find_best_partitioning.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -976,6 +976,7 @@
706EEDA826D1583E001C950E /* libkram */,
706ECDDF26D1577A001C950E /* Products */,
706EF12926D159F9001C950E /* Frameworks */,
707D4C732CC436A000729BE0 /* kram.xcconfig */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -1182,7 +1183,6 @@
706EEE1826D1583F001C950E /* kram */ = {
isa = PBXGroup;
children = (
707D4C4B2CC41A0300729BE0 /* kram.xcconfig */,
70CDB64E27A1382600A546C1 /* KramDDSHelper.h */,
70CDB64F27A1382600A546C1 /* KramDDSHelper.cpp */,
70B563A62C857B360089A64F /* KramZipStream.h */,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6c3bea5

Please sign in to comment.