Tags: sidepelican/CallableKit
Tags
Update macCatalyst deployment target to v15 Avoid compile error. ❯ xcrun xcodebuild build \ -scheme "CallableKitURLSessionStub" \ -destination 'platform=macOS,variant=Mac Catalyst' error: The package product 'CallableKitMacros' requires minimum platform version 15.0 for the Mac Catalyst platform, but this target supports 13.1 (in target 'CallableKitURLSessionStub' from project 'CallableKit') error: The package product 'CallableKitMacros' requires minimum platform version 15.0 for the Mac Catalyst platform, but this target supports 13.1 (in target 'CallableKit' from project 'CallableKit')
Merge pull request #40 from sidepelican/split_package Split targets into multiple packages
PreviousNext