mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +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"
|
|
}
|