You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/ios/Penguin.xcframework/ios-arm64/Penguin.framework/Modules/module.modulemap

12 lines
164 B
Plaintext

framework module Penguin {
umbrella header "Penguin.h"
export *
module * { export * }
}
module Penguin.Swift {
header "Penguin-Swift.h"
requires objc
}