forked from jestcastro/cordova-plugin-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Juan Fernando Semaan
authored and
Juan Fernando Semaan
committed
May 31, 2017
1 parent
c765744
commit f9b7e80
Showing
70 changed files
with
2,996 additions
and
181 deletions.
There are no files selected for viewing
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
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
Binary file modified
BIN
+370 KB
(100%)
src/ios/Firebase/Analytics/FirebaseAnalytics.framework/FirebaseAnalytics
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/Firebase/Analytics/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.