Skip to content

Commit d1d40b0

Browse files
committed
Build Evergreen 4.0 x86_64 only
This addresses the Source Compatibility Suite failure ``` error: The linked and embedded framework 'Sparkle.framework' is missing one or more architectures required by this target: arm64. (in target 'Evergreen' from project 'Evergreen') ``` Addresses rdar://70533579
1 parent bb7736b commit d1d40b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@
747747
"action": "BuildXcodeWorkspaceScheme",
748748
"workspace": "Evergreen.xcworkspace",
749749
"scheme": "Evergreen",
750-
"destination": "generic/platform=macOS",
750+
"destination": "generic/platform=macOS,arch=x86_64",
751751
"configuration": "Release",
752752
"tags": "sourcekit-disabled"
753753
}

0 commit comments

Comments
 (0)