erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Include Mac Catalyst architecture when making a dist framework #523

Closed mkoshtenko closed 2 years ago

mkoshtenko commented 2 years ago

After these changes OCMock framework can be linked with Mac Catalyst apps and used for testing

Test Plan: make dist verify that Build/ocmock-3.9.1.dmg/OCMock.xcframework/Info.plist contains a library with: identifier: ios-arm64_x86_64-maccatalyst supported arcs: arm64, x86_64 SupportedPlatformVariant: maccatalyst