commit | author | age | ||
a6c014 | 1 | framework module FirebaseCore { |
aca600 | 2 | umbrella header "FirebaseCore-umbrella.h" |
a6c014 | 3 | export * |
L | 4 | module * { export * } |
ed8a75 | 5 | link framework "AppKit" |
a6c014 | 6 | link framework "Foundation" |
ed8a75 | 7 | link framework "Security" |
a6c014 | 8 | link "z" |
L | 9 | } |