Skip to content

Commit

Permalink
- ocstringstool: attempt to fix dyld error in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Mar 26, 2024
1 parent 3096454 commit 57bf722
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tools/ocstringstool/ocstringstool.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
DC1AD6C32BB2CF0D0087B3FE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC1AD6C22BB2CF0D0087B3FE /* Foundation.framework */; };
DC6145822A97F78500BFF393 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6145812A97F78500BFF393 /* main.swift */; };
/* End PBXBuildFile section */

Expand All @@ -23,6 +24,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
DC1AD6C22BB2CF0D0087B3FE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
DC61457E2A97F78500BFF393 /* ocstringstool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ocstringstool; sourceTree = BUILT_PRODUCTS_DIR; };
DC6145812A97F78500BFF393 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -32,17 +34,27 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DC1AD6C32BB2CF0D0087B3FE /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
DC1AD6C12BB2CF0D0087B3FE /* Frameworks */ = {
isa = PBXGroup;
children = (
DC1AD6C22BB2CF0D0087B3FE /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
DC6145752A97F78500BFF393 = {
isa = PBXGroup;
children = (
DC6145802A97F78500BFF393 /* ocstringstool */,
DC61457F2A97F78500BFF393 /* Products */,
DC1AD6C12BB2CF0D0087B3FE /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -177,7 +189,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -231,7 +243,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
Expand Down

0 comments on commit 57bf722

Please sign in to comment.