-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
662 additions
and
146 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
iOS Example/FirebaseAnalytics.framework/Headers/FIRAnalyticsSwiftNameSupport.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef FIR_SWIFT_NAME | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
// NS_SWIFT_NAME can only translate factory methods before the iOS 9.3 SDK. | ||
// Wrap it in our own macro if it's a non-compatible SDK. | ||
#ifdef __IPHONE_9_3 | ||
#define FIR_SWIFT_NAME(X) NS_SWIFT_NAME(X) | ||
#else | ||
#define FIR_SWIFT_NAME(X) // Intentionally blank. | ||
#endif // #ifdef __IPHONE_9_3 | ||
|
||
#endif // FIR_SWIFT_NAME |
Oops, something went wrong.