21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
|
|
framework module AppLovinSDK {
|
||
|
|
umbrella header "AppLovinSDK.h"
|
||
|
|
|
||
|
|
export *
|
||
|
|
module * {
|
||
|
|
export *
|
||
|
|
}
|
||
|
|
|
||
|
|
link framework "AdSupport"
|
||
|
|
link framework "AVFoundation"
|
||
|
|
link framework "CoreGraphics"
|
||
|
|
link framework "CoreMedia"
|
||
|
|
link framework "CoreTelephony"
|
||
|
|
link framework "Foundation"
|
||
|
|
link framework "StoreKit"
|
||
|
|
link framework "SafariServices"
|
||
|
|
link framework "SystemConfiguration"
|
||
|
|
link framework "UIKit"
|
||
|
|
link framework "WebKit"
|
||
|
|
}
|