You've already forked Task-Master-2.0
mirror of
https://github.com/MrLyallCSIT/Task-Master-2.0.git
synced 2026-01-17 22:59:37 +00:00
10 lines
228 B
Plaintext
Executable File
10 lines
228 B
Plaintext
Executable File
framework module FirebaseAuth {
|
|
umbrella header "FirebaseAuth.h"
|
|
export *
|
|
module * { export *}
|
|
link "z"
|
|
link framework "CoreGraphics"
|
|
link framework "Foundation"
|
|
link framework "Security"
|
|
link framework "UIKit"
|
|
} |