mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
framework module AppCenter {
|
||
|
umbrella header "AppCenter.h"
|
||
|
|
||
|
export *
|
||
|
module * { export * }
|
||
|
|
||
|
link framework "Foundation"
|
||
|
link framework "CoreTelephony"
|
||
|
link framework "SystemConfiguration"
|
||
|
link framework "UIKit"
|
||
|
link "sqlite3"
|
||
|
link "z"
|
||
|
}
|