apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.06k stars 50 forks source link

[Xcode] Set a code sign identity #85

Closed lorentey closed 1 year ago

lorentey commented 1 year ago

I accidentally left CODE_SIGN_IDENTITY unset, which isn't right. Setting it to - is what we need for ad hoc signatures.

Also, remove some module configuration that doesn't make sense for Swift code.

Checklist

lorentey commented 1 year ago

@swift-ci test