Skip to content

Tags: sidepelican/CallableKit

Tags

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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')

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #43 from sidepelican/fix_platformversion

Lower platform version causes other xcodebuild issues

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #42 from sidepelican/minios

Set min platform versions

2.0.0

Toggle 2.0.0's commit message

2.0.0-alpha.1

Toggle 2.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #40 from sidepelican/split_package

Split targets into multiple packages

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from sidepelican/transferringRawValue

Add @CallableKit marker comment option

1.5.3

Toggle 1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from sidepelican/outername

Add missing support for argument outer name

1.5.2

Toggle 1.5.2's commit message
Update C2TS

1.5.1

Toggle 1.5.1's commit message
Add explicit @sendable

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #30 from sidepelican/hummingbird

Add Hummingbird support