Skip to content

Commit

Permalink
Merge pull request #11730 from keymanapp/fix/mac/11726-xcode-15-build…
Browse files Browse the repository at this point in the history
…-cycle-error

fix(mac): change build configuration to prevent cycle error in Xcode 15
  • Loading branch information
sgschantz authored Jun 7, 2024
2 parents 2c2815b + e1e58f2 commit a7fb401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/Keyman4MacIM/Keyman4MacIM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@
};
E211CCF420B5FE7A00505C36 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
dstPath = "";
dstSubfolderSpec = 16;
files = (
E211CCF620B600A500505C36 /* KeymanEngine4Mac.framework.dSYM in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
};
E27BA9CF202036BA00D273E7 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down

0 comments on commit a7fb401

Please sign in to comment.