12 lines
255 B
Plaintext
Raw Normal View History

2021-11-12 16:21:13 +08:00
framework module AppCenterDistribute {
umbrella header "AppCenterDistribute.h"
export *
module * { export * }
link framework "Foundation"
link framework "SafariServices"
link framework "UIKit"
link framework "AuthenticationServices"
}