This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-04 16:44:35 +01:00

12 lines
276 B
Plaintext

framework module FirebaseInstanceID {
umbrella header "FirebaseInstanceID.h"
export *
module * { export * }
link framework "CoreTelephony"
link framework "Foundation"
link framework "Security"
link framework "SystemConfiguration"
link framework "UIKit"
link "z"
}