mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
fix(mac): change build configuration to prevent cycle error in Xcode 15
Fixes: #11726
This commit is contained in:
parent
614f957de5
commit
e1e58f2cef
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue