Skip to content

Commit

Permalink
Merge pull request #96 from jesse-sheridan-apple/multiPlatformSupport
Browse files Browse the repository at this point in the history
Make the OCHamcrest Xcode framework a multiplatform binary framework bundle and add support for arm64e and arm64_32 architectures
  • Loading branch information
jonreid authored Jan 3, 2025
2 parents 8ed1034 + d25a4e4 commit ed3b95f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Source/OCHamcrest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2388,10 +2388,18 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
arm64e,
arm64_32,
);
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx watchos watchsimulator";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2,4";
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -2400,10 +2408,18 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
arm64e,
arm64_32,
);
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx watchos watchsimulator";
SUPPORTS_MACCATALYST = NO;
TARGETED_DEVICE_FAMILY = "1,2,4";
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit ed3b95f

Please sign in to comment.