You've already forked Task-Master-2.0
mirror of
https://github.com/MrLyallCSIT/Task-Master-2.0.git
synced 2026-01-18 07:09:38 +00:00
14 lines
241 B
Plaintext
Executable File
14 lines
241 B
Plaintext
Executable File
framework module FirebaseDatabase {
|
|
umbrella header "FirebaseDatabase.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "CFNetwork"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"
|
|
|
|
link "c++"
|
|
link "icucore"
|
|
}
|