12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
|
|
framework module AppCenterDistribute {
|
||
|
|
umbrella header "AppCenterDistribute.h"
|
||
|
|
|
||
|
|
export *
|
||
|
|
module * { export * }
|
||
|
|
|
||
|
|
link framework "Foundation"
|
||
|
|
link framework "SafariServices"
|
||
|
|
link framework "UIKit"
|
||
|
|
link framework "AuthenticationServices"
|
||
|
|
}
|