dashboard
repositories
filestore
activity
search
login
main
/
WAFirebaseImpl
Firebase
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交版本 4.13.1
lpw
2026-07-16
da162959763b6072d7e5a48c94187e79066fe8e9
[WAFirebaseImpl.git]
/
frameworks
/
FirebaseCoreInternal.xcframework
/
macos-arm64_x86_64
/
FirebaseCoreInternal.framework
/
Versions
/
A
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
11
framework module FirebaseCoreInternal {
umbrella header "FirebaseCoreInternal-umbrella.h"
export *
module * { export * }
}
module FirebaseCoreInternal.Swift {
header "FirebaseCoreInternal-Swift.h"
requires objc
}