AlDente-macbook-salva-batteria/Carthage/Build/Mac/LaunchAtLogin.framework/Versions/A/Modules/module.modulemap

12 lines
192 B
Plaintext

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