dashboard
repositories
filestore
activity
search
login
main
/
WAFirebaseImpl
Firebase
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交3.18.0
lpw
2024-04-15
8fa52d6d93a9c60f5a09b5fd1c80b3a9c35046d0
[WAFirebaseImpl.git]
/
frameworks
/
FirebaseCore.xcframework
/
tvos-arm64_x86_64-simulator
/
FirebaseCore.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
framework module FirebaseCore {
umbrella header "FirebaseCore-umbrella.h"
export *
module * { export * }
link framework "Foundation"
link framework "Security"
link framework "UIKit"
link "z"
}