13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
framework module AppCenter {
|
|
umbrella header "AppCenter.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
link framework "SystemConfiguration"
|
|
link framework "AppKit"
|
|
link "sqlite3"
|
|
link "z"
|
|
}
|