@react-native-firebase/messaging 23.7.0 → 23.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/index.js +61 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/modular.js +439 -0
- package/dist/commonjs/modular.js.map +1 -0
- package/dist/commonjs/namespaced.js +407 -0
- package/dist/commonjs/namespaced.js.map +1 -0
- package/dist/commonjs/package.json +1 -0
- package/dist/commonjs/remoteMessageOptions.js +87 -0
- package/dist/commonjs/remoteMessageOptions.js.map +1 -0
- package/dist/commonjs/statics.js +29 -0
- package/dist/commonjs/statics.js.map +1 -0
- package/dist/commonjs/types/messaging.js +105 -0
- package/dist/commonjs/types/messaging.js.map +1 -0
- package/dist/commonjs/version.js +9 -0
- package/dist/commonjs/version.js.map +1 -0
- package/{ios/RNFBMessaging/RNFBMessaging+FIRMessagingDelegate.h → dist/module/index.js} +11 -12
- package/dist/module/index.js.map +1 -0
- package/{lib/modular/index.js → dist/module/modular.js} +135 -119
- package/dist/module/modular.js.map +1 -0
- package/{lib/index.js → dist/module/namespaced.js} +70 -193
- package/dist/module/namespaced.js.map +1 -0
- package/dist/module/package.json +1 -0
- package/{lib → dist/module}/remoteMessageOptions.js +10 -27
- package/dist/module/remoteMessageOptions.js.map +1 -0
- package/dist/module/statics.js +25 -0
- package/dist/module/statics.js.map +1 -0
- package/dist/module/types/messaging.js +124 -0
- package/dist/module/types/messaging.js.map +1 -0
- package/dist/module/version.js +5 -0
- package/dist/module/version.js.map +1 -0
- package/dist/typescript/commonjs/lib/index.d.ts +6 -0
- package/dist/typescript/commonjs/lib/index.d.ts.map +1 -0
- package/{lib/modular/index.d.ts → dist/typescript/commonjs/lib/modular.d.ts} +86 -164
- package/dist/typescript/commonjs/lib/modular.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/namespaced.d.ts +12 -0
- package/dist/typescript/commonjs/lib/namespaced.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/remoteMessageOptions.d.ts +14 -0
- package/dist/typescript/commonjs/lib/remoteMessageOptions.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/statics.d.ts +20 -0
- package/dist/typescript/commonjs/lib/statics.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/types/messaging.d.ts +673 -0
- package/dist/typescript/commonjs/lib/types/messaging.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/version.d.ts +2 -0
- package/dist/typescript/commonjs/lib/version.d.ts.map +1 -0
- package/dist/typescript/commonjs/package.json +1 -0
- package/dist/typescript/module/lib/index.d.ts +6 -0
- package/dist/typescript/module/lib/index.d.ts.map +1 -0
- package/dist/typescript/module/lib/modular.d.ts +247 -0
- package/dist/typescript/module/lib/modular.d.ts.map +1 -0
- package/dist/typescript/module/lib/namespaced.d.ts +12 -0
- package/dist/typescript/module/lib/namespaced.d.ts.map +1 -0
- package/dist/typescript/module/lib/remoteMessageOptions.d.ts +14 -0
- package/dist/typescript/module/lib/remoteMessageOptions.d.ts.map +1 -0
- package/dist/typescript/module/lib/statics.d.ts +20 -0
- package/dist/typescript/module/lib/statics.d.ts.map +1 -0
- package/dist/typescript/module/lib/types/messaging.d.ts +673 -0
- package/dist/typescript/module/lib/types/messaging.d.ts.map +1 -0
- package/dist/typescript/module/lib/version.d.ts +2 -0
- package/dist/typescript/module/lib/version.d.ts.map +1 -0
- package/dist/typescript/module/package.json +1 -0
- package/{ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.h → lib/index.ts} +28 -21
- package/lib/modular.ts +447 -0
- package/lib/namespaced.ts +583 -0
- package/lib/remoteMessageOptions.ts +110 -0
- package/lib/{statics.js → statics.ts} +6 -3
- package/lib/types/messaging.ts +815 -0
- package/lib/version.ts +2 -0
- package/package.json +64 -8
- package/tsconfig.json +21 -0
- package/CHANGELOG.md +0 -1181
- package/RNFBMessaging.podspec +0 -50
- package/android/.editorconfig +0 -10
- package/android/build.gradle +0 -149
- package/android/lint.xml +0 -5
- package/android/settings.gradle +0 -1
- package/android/src/main/AndroidManifest.xml +0 -43
- package/android/src/main/java/io/invertase/firebase/messaging/JsonConvert.java +0 -127
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingHeadlessService.java +0 -30
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingModule.java +0 -332
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingPackage.java +0 -41
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingReceiver.java +0 -66
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingSerializer.java +0 -225
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingService.java +0 -37
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingStore.java +0 -15
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingStoreHelper.java +0 -23
- package/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingStoreImpl.java +0 -97
- package/android/src/main/res/values/colors.xml +0 -143
- package/app.plugin.js +0 -1
- package/ios/RNFBMessaging/RNFBMessaging+AppDelegate.h +0 -54
- package/ios/RNFBMessaging/RNFBMessaging+AppDelegate.m +0 -251
- package/ios/RNFBMessaging/RNFBMessaging+FIRMessagingDelegate.m +0 -70
- package/ios/RNFBMessaging/RNFBMessaging+NSNotificationCenter.h +0 -29
- package/ios/RNFBMessaging/RNFBMessaging+NSNotificationCenter.m +0 -173
- package/ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.m +0 -185
- package/ios/RNFBMessaging/RNFBMessagingModule.h +0 -26
- package/ios/RNFBMessaging/RNFBMessagingModule.m +0 -431
- package/ios/RNFBMessaging/RNFBMessagingSerializer.h +0 -32
- package/ios/RNFBMessaging/RNFBMessagingSerializer.m +0 -235
- package/ios/RNFBMessaging.xcodeproj/project.pbxproj +0 -384
- package/ios/RNFBMessaging.xcodeproj/xcshareddata/IDETemplateMacros.plist +0 -24
- package/lib/index.d.ts +0 -1233
- package/lib/version.js +0 -2
- package/plugin/build/android/index.d.ts +0 -2
- package/plugin/build/android/index.js +0 -5
- package/plugin/build/android/setupFirebaseNotifationIcon.d.ts +0 -8
- package/plugin/build/android/setupFirebaseNotifationIcon.js +0 -62
- package/plugin/build/index.d.ts +0 -3
- package/plugin/build/index.js +0 -16
- package/plugin/tsconfig.tsbuildinfo +0 -1
|
@@ -1,384 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 48;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
2744B98621F45429004F8E3F /* RNFBMessagingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 2744B98521F45429004F8E3F /* RNFBMessagingModule.m */; };
|
|
11
|
-
27F24640242AA29F0098906C /* RNFBMessaging+UNUserNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F2463F242AA29E0098906C /* RNFBMessaging+UNUserNotificationCenter.m */; };
|
|
12
|
-
27F24643242AA2EE0098906C /* RNFBMessaging+AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F24642242AA2EE0098906C /* RNFBMessaging+AppDelegate.m */; };
|
|
13
|
-
27F24646242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F24645242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.m */; };
|
|
14
|
-
27F2464D242AA7330098906C /* RNFBMessaging+NSNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F2464C242AA7330098906C /* RNFBMessaging+NSNotificationCenter.m */; };
|
|
15
|
-
37D60F7424E647BF00E44930 /* RNFBMessaging+UNNotificationServiceExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D60F7324E647BF00E44930 /* RNFBMessaging+UNNotificationServiceExtension.m */; };
|
|
16
|
-
DA446E5222CA48690066A0A3 /* RNFBMessagingSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = DA446E5122CA48690066A0A3 /* RNFBMessagingSerializer.m */; };
|
|
17
|
-
/* End PBXBuildFile section */
|
|
18
|
-
|
|
19
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
20
|
-
2744B98021F45429004F8E3F /* CopyFiles */ = {
|
|
21
|
-
isa = PBXCopyFilesBuildPhase;
|
|
22
|
-
buildActionMask = 2147483647;
|
|
23
|
-
dstPath = "";
|
|
24
|
-
dstSubfolderSpec = 16;
|
|
25
|
-
files = (
|
|
26
|
-
);
|
|
27
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
28
|
-
};
|
|
29
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
30
|
-
|
|
31
|
-
/* Begin PBXFileReference section */
|
|
32
|
-
2744B98221F45429004F8E3F /* libRNFBMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFBMessaging.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
33
|
-
2744B98421F45429004F8E3F /* RNFBMessagingModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNFBMessagingModule.h; path = RNFBMessaging/RNFBMessagingModule.h; sourceTree = SOURCE_ROOT; };
|
|
34
|
-
2744B98521F45429004F8E3F /* RNFBMessagingModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNFBMessagingModule.m; path = RNFBMessaging/RNFBMessagingModule.m; sourceTree = SOURCE_ROOT; };
|
|
35
|
-
27F2463E242AA29E0098906C /* RNFBMessaging+UNUserNotificationCenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFBMessaging+UNUserNotificationCenter.h"; sourceTree = "<group>"; };
|
|
36
|
-
27F2463F242AA29E0098906C /* RNFBMessaging+UNUserNotificationCenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNFBMessaging+UNUserNotificationCenter.m"; sourceTree = "<group>"; };
|
|
37
|
-
27F24641242AA2EE0098906C /* RNFBMessaging+AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFBMessaging+AppDelegate.h"; sourceTree = "<group>"; };
|
|
38
|
-
27F24642242AA2EE0098906C /* RNFBMessaging+AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNFBMessaging+AppDelegate.m"; sourceTree = "<group>"; };
|
|
39
|
-
27F24644242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFBMessaging+FIRMessagingDelegate.h"; sourceTree = "<group>"; };
|
|
40
|
-
27F24645242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNFBMessaging+FIRMessagingDelegate.m"; sourceTree = "<group>"; };
|
|
41
|
-
27F2464B242AA7330098906C /* RNFBMessaging+NSNotificationCenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFBMessaging+NSNotificationCenter.h"; sourceTree = "<group>"; };
|
|
42
|
-
27F2464C242AA7330098906C /* RNFBMessaging+NSNotificationCenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNFBMessaging+NSNotificationCenter.m"; sourceTree = "<group>"; };
|
|
43
|
-
37D60F7124E6465300E44930 /* RNFBMessaging+UNNotificationServiceExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFBMessaging+UNNotificationServiceExtension.h"; sourceTree = "<group>"; };
|
|
44
|
-
37D60F7324E647BF00E44930 /* RNFBMessaging+UNNotificationServiceExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNFBMessaging+UNNotificationServiceExtension.m"; sourceTree = "<group>"; };
|
|
45
|
-
DA446E5022CA485C0066A0A3 /* RNFBMessagingSerializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBMessagingSerializer.h; sourceTree = "<group>"; };
|
|
46
|
-
DA446E5122CA48690066A0A3 /* RNFBMessagingSerializer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBMessagingSerializer.m; sourceTree = "<group>"; };
|
|
47
|
-
/* End PBXFileReference section */
|
|
48
|
-
|
|
49
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
50
|
-
2744B97F21F45429004F8E3F /* Frameworks */ = {
|
|
51
|
-
isa = PBXFrameworksBuildPhase;
|
|
52
|
-
buildActionMask = 2147483647;
|
|
53
|
-
files = (
|
|
54
|
-
);
|
|
55
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
56
|
-
};
|
|
57
|
-
/* End PBXFrameworksBuildPhase section */
|
|
58
|
-
|
|
59
|
-
/* Begin PBXGroup section */
|
|
60
|
-
2744B97521F452B8004F8E3F /* Products */ = {
|
|
61
|
-
isa = PBXGroup;
|
|
62
|
-
children = (
|
|
63
|
-
2744B98221F45429004F8E3F /* libRNFBMessaging.a */,
|
|
64
|
-
);
|
|
65
|
-
name = Products;
|
|
66
|
-
sourceTree = "<group>";
|
|
67
|
-
};
|
|
68
|
-
2744B98321F45429004F8E3F /* RNFBMessaging */ = {
|
|
69
|
-
isa = PBXGroup;
|
|
70
|
-
children = (
|
|
71
|
-
37D60F7324E647BF00E44930 /* RNFBMessaging+UNNotificationServiceExtension.m */,
|
|
72
|
-
37D60F7124E6465300E44930 /* RNFBMessaging+UNNotificationServiceExtension.h */,
|
|
73
|
-
2744B98421F45429004F8E3F /* RNFBMessagingModule.h */,
|
|
74
|
-
2744B98521F45429004F8E3F /* RNFBMessagingModule.m */,
|
|
75
|
-
DA446E5022CA485C0066A0A3 /* RNFBMessagingSerializer.h */,
|
|
76
|
-
DA446E5122CA48690066A0A3 /* RNFBMessagingSerializer.m */,
|
|
77
|
-
27F2463E242AA29E0098906C /* RNFBMessaging+UNUserNotificationCenter.h */,
|
|
78
|
-
27F2463F242AA29E0098906C /* RNFBMessaging+UNUserNotificationCenter.m */,
|
|
79
|
-
27F24641242AA2EE0098906C /* RNFBMessaging+AppDelegate.h */,
|
|
80
|
-
27F24642242AA2EE0098906C /* RNFBMessaging+AppDelegate.m */,
|
|
81
|
-
27F24644242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.h */,
|
|
82
|
-
27F24645242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.m */,
|
|
83
|
-
27F2464B242AA7330098906C /* RNFBMessaging+NSNotificationCenter.h */,
|
|
84
|
-
27F2464C242AA7330098906C /* RNFBMessaging+NSNotificationCenter.m */,
|
|
85
|
-
);
|
|
86
|
-
path = RNFBMessaging;
|
|
87
|
-
sourceTree = "<group>";
|
|
88
|
-
};
|
|
89
|
-
3323F52AAFE26B7384BE4DE3 = {
|
|
90
|
-
isa = PBXGroup;
|
|
91
|
-
children = (
|
|
92
|
-
2744B98321F45429004F8E3F /* RNFBMessaging */,
|
|
93
|
-
2744B97521F452B8004F8E3F /* Products */,
|
|
94
|
-
);
|
|
95
|
-
sourceTree = "<group>";
|
|
96
|
-
};
|
|
97
|
-
/* End PBXGroup section */
|
|
98
|
-
|
|
99
|
-
/* Begin PBXNativeTarget section */
|
|
100
|
-
2744B98121F45429004F8E3F /* RNFBMessaging */ = {
|
|
101
|
-
isa = PBXNativeTarget;
|
|
102
|
-
buildConfigurationList = 2744B98821F45429004F8E3F /* Build configuration list for PBXNativeTarget "RNFBMessaging" */;
|
|
103
|
-
buildPhases = (
|
|
104
|
-
2744B97E21F45429004F8E3F /* Sources */,
|
|
105
|
-
2744B97F21F45429004F8E3F /* Frameworks */,
|
|
106
|
-
2744B98021F45429004F8E3F /* CopyFiles */,
|
|
107
|
-
);
|
|
108
|
-
buildRules = (
|
|
109
|
-
);
|
|
110
|
-
dependencies = (
|
|
111
|
-
);
|
|
112
|
-
name = RNFBMessaging;
|
|
113
|
-
productName = RNFBMessaging;
|
|
114
|
-
productReference = 2744B98221F45429004F8E3F /* libRNFBMessaging.a */;
|
|
115
|
-
productType = "com.apple.product-type.library.static";
|
|
116
|
-
};
|
|
117
|
-
/* End PBXNativeTarget section */
|
|
118
|
-
|
|
119
|
-
/* Begin PBXProject section */
|
|
120
|
-
3323F95273A95DB34F55C6D7 /* Project object */ = {
|
|
121
|
-
isa = PBXProject;
|
|
122
|
-
attributes = {
|
|
123
|
-
CLASSPREFIX = RNFBMessaging;
|
|
124
|
-
LastUpgradeCheck = 1010;
|
|
125
|
-
ORGANIZATIONNAME = Invertase;
|
|
126
|
-
TargetAttributes = {
|
|
127
|
-
2744B98121F45429004F8E3F = {
|
|
128
|
-
CreatedOnToolsVersion = 10.1;
|
|
129
|
-
ProvisioningStyle = Automatic;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
buildConfigurationList = 3323F1C5716BA966BBBB95A4 /* Build configuration list for PBXProject "RNFBMessaging" */;
|
|
134
|
-
compatibilityVersion = "Xcode 8.0";
|
|
135
|
-
developmentRegion = English;
|
|
136
|
-
hasScannedForEncodings = 0;
|
|
137
|
-
knownRegions = (
|
|
138
|
-
English,
|
|
139
|
-
en,
|
|
140
|
-
);
|
|
141
|
-
mainGroup = 3323F52AAFE26B7384BE4DE3;
|
|
142
|
-
productRefGroup = 2744B97521F452B8004F8E3F /* Products */;
|
|
143
|
-
projectDirPath = "";
|
|
144
|
-
projectRoot = "";
|
|
145
|
-
targets = (
|
|
146
|
-
2744B98121F45429004F8E3F /* RNFBMessaging */,
|
|
147
|
-
);
|
|
148
|
-
};
|
|
149
|
-
/* End PBXProject section */
|
|
150
|
-
|
|
151
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
152
|
-
2744B97E21F45429004F8E3F /* Sources */ = {
|
|
153
|
-
isa = PBXSourcesBuildPhase;
|
|
154
|
-
buildActionMask = 2147483647;
|
|
155
|
-
files = (
|
|
156
|
-
2744B98621F45429004F8E3F /* RNFBMessagingModule.m in Sources */,
|
|
157
|
-
27F24643242AA2EE0098906C /* RNFBMessaging+AppDelegate.m in Sources */,
|
|
158
|
-
37D60F7424E647BF00E44930 /* RNFBMessaging+UNNotificationServiceExtension.m in Sources */,
|
|
159
|
-
27F24640242AA29F0098906C /* RNFBMessaging+UNUserNotificationCenter.m in Sources */,
|
|
160
|
-
DA446E5222CA48690066A0A3 /* RNFBMessagingSerializer.m in Sources */,
|
|
161
|
-
27F2464D242AA7330098906C /* RNFBMessaging+NSNotificationCenter.m in Sources */,
|
|
162
|
-
27F24646242AA30E0098906C /* RNFBMessaging+FIRMessagingDelegate.m in Sources */,
|
|
163
|
-
);
|
|
164
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
165
|
-
};
|
|
166
|
-
/* End PBXSourcesBuildPhase section */
|
|
167
|
-
|
|
168
|
-
/* Begin XCBuildConfiguration section */
|
|
169
|
-
2744B98921F45429004F8E3F /* Debug */ = {
|
|
170
|
-
isa = XCBuildConfiguration;
|
|
171
|
-
buildSettings = {
|
|
172
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
173
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
174
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
175
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
176
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
177
|
-
CLANG_ENABLE_MODULES = YES;
|
|
178
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
179
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
180
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
181
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
182
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
183
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
184
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
185
|
-
CODE_SIGN_STYLE = Automatic;
|
|
186
|
-
COPY_PHASE_STRIP = NO;
|
|
187
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
188
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
189
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
190
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
191
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
192
|
-
"DEBUG=1",
|
|
193
|
-
"$(inherited)",
|
|
194
|
-
);
|
|
195
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
196
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
197
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
198
|
-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
199
|
-
MTL_FAST_MATH = YES;
|
|
200
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
201
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
202
|
-
SDKROOT = iphoneos;
|
|
203
|
-
SKIP_INSTALL = YES;
|
|
204
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
205
|
-
};
|
|
206
|
-
name = Debug;
|
|
207
|
-
};
|
|
208
|
-
2744B98A21F45429004F8E3F /* Release */ = {
|
|
209
|
-
isa = XCBuildConfiguration;
|
|
210
|
-
buildSettings = {
|
|
211
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
212
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
213
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
214
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
215
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
216
|
-
CLANG_ENABLE_MODULES = YES;
|
|
217
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
218
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
219
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
220
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
221
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
222
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
223
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
224
|
-
CODE_SIGN_STYLE = Automatic;
|
|
225
|
-
COPY_PHASE_STRIP = NO;
|
|
226
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
227
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
228
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
229
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
230
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
231
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
232
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
233
|
-
MTL_FAST_MATH = YES;
|
|
234
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
235
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
236
|
-
SDKROOT = iphoneos;
|
|
237
|
-
SKIP_INSTALL = YES;
|
|
238
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
239
|
-
VALIDATE_PRODUCT = YES;
|
|
240
|
-
};
|
|
241
|
-
name = Release;
|
|
242
|
-
};
|
|
243
|
-
3323F77D701E1896E6D239CF /* Release */ = {
|
|
244
|
-
isa = XCBuildConfiguration;
|
|
245
|
-
buildSettings = {
|
|
246
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
247
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
248
|
-
CLANG_WARN_COMMA = YES;
|
|
249
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
250
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
251
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
252
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
253
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
254
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
255
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
256
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
257
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
258
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
259
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
260
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
261
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
262
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
263
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
264
|
-
FRAMEWORK_SEARCH_PATHS = (
|
|
265
|
-
"$(inherited)",
|
|
266
|
-
"${BUILT_PRODUCTS_DIR}/**",
|
|
267
|
-
"${SRCROOT}/../../../ios/Firebase/**",
|
|
268
|
-
"$(FIREBASE_SEARCH_PATH)/Firebase/**",
|
|
269
|
-
"$(SRCROOT)/../../../ios/Pods/FirebaseMessaging/Frameworks",
|
|
270
|
-
"$(SRCROOT)/../../../tests/ios/Pods/FirebaseMessaging/Frameworks",
|
|
271
|
-
);
|
|
272
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
273
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
274
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
275
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
276
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
277
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
278
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
279
|
-
HEADER_SEARCH_PATHS = (
|
|
280
|
-
"$(inherited)",
|
|
281
|
-
"$(REACT_SEARCH_PATH)/React/**",
|
|
282
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
283
|
-
"$(SRCROOT)/../../react-native-firebase/ios/**",
|
|
284
|
-
"$(FIREBASE_SEARCH_PATH)/Firebase/**",
|
|
285
|
-
"${SRCROOT}/../../../ios/Firebase/**",
|
|
286
|
-
"${SRCROOT}/../../../ios/Pods/Headers/Public/**",
|
|
287
|
-
"${SRCROOT}/../../../tests/ios/Pods/Headers/Public/**",
|
|
288
|
-
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
289
|
-
"$(SRCROOT)/../../../node_modules/react-native-firebase/ios/**",
|
|
290
|
-
"$(SRCROOT)/../../../packages/app/ios/**",
|
|
291
|
-
);
|
|
292
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
293
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
294
|
-
MACH_O_TYPE = staticlib;
|
|
295
|
-
OTHER_LDFLAGS = "$(inherited)";
|
|
296
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
297
|
-
SKIP_INSTALL = YES;
|
|
298
|
-
};
|
|
299
|
-
name = Release;
|
|
300
|
-
};
|
|
301
|
-
3323F7E33E1559A2B9826720 /* Debug */ = {
|
|
302
|
-
isa = XCBuildConfiguration;
|
|
303
|
-
buildSettings = {
|
|
304
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
305
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
306
|
-
CLANG_WARN_COMMA = YES;
|
|
307
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
308
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
309
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
310
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
311
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
312
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
313
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
314
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
315
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
316
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
317
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
318
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
319
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
320
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
321
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
322
|
-
ENABLE_TESTABILITY = YES;
|
|
323
|
-
FRAMEWORK_SEARCH_PATHS = (
|
|
324
|
-
"$(inherited)",
|
|
325
|
-
"${BUILT_PRODUCTS_DIR}/**",
|
|
326
|
-
"${SRCROOT}/../../../ios/Firebase/**",
|
|
327
|
-
"$(FIREBASE_SEARCH_PATH)/Firebase/**",
|
|
328
|
-
"$(SRCROOT)/../../../ios/Pods/FirebaseMessaging/Frameworks",
|
|
329
|
-
);
|
|
330
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
331
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
332
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
333
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
334
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
335
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
336
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
337
|
-
HEADER_SEARCH_PATHS = (
|
|
338
|
-
"$(inherited)",
|
|
339
|
-
"$(REACT_SEARCH_PATH)/React/**",
|
|
340
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
341
|
-
"$(SRCROOT)/../../react-native-firebase/ios/**",
|
|
342
|
-
"$(FIREBASE_SEARCH_PATH)/Firebase/**",
|
|
343
|
-
"${SRCROOT}/../../../ios/Firebase/**",
|
|
344
|
-
"${SRCROOT}/../../../ios/Pods/Headers/Public/**",
|
|
345
|
-
"${SRCROOT}/../../../tests/ios/Pods/Headers/Public/**",
|
|
346
|
-
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
347
|
-
"$(SRCROOT)/../../../node_modules/react-native-firebase/ios/**",
|
|
348
|
-
"$(SRCROOT)/../../../packages/app/ios/**",
|
|
349
|
-
);
|
|
350
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
351
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
352
|
-
MACH_O_TYPE = staticlib;
|
|
353
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
354
|
-
OTHER_LDFLAGS = "$(inherited)";
|
|
355
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
356
|
-
SKIP_INSTALL = YES;
|
|
357
|
-
};
|
|
358
|
-
name = Debug;
|
|
359
|
-
};
|
|
360
|
-
/* End XCBuildConfiguration section */
|
|
361
|
-
|
|
362
|
-
/* Begin XCConfigurationList section */
|
|
363
|
-
2744B98821F45429004F8E3F /* Build configuration list for PBXNativeTarget "RNFBMessaging" */ = {
|
|
364
|
-
isa = XCConfigurationList;
|
|
365
|
-
buildConfigurations = (
|
|
366
|
-
2744B98921F45429004F8E3F /* Debug */,
|
|
367
|
-
2744B98A21F45429004F8E3F /* Release */,
|
|
368
|
-
);
|
|
369
|
-
defaultConfigurationIsVisible = 0;
|
|
370
|
-
defaultConfigurationName = Release;
|
|
371
|
-
};
|
|
372
|
-
3323F1C5716BA966BBBB95A4 /* Build configuration list for PBXProject "RNFBMessaging" */ = {
|
|
373
|
-
isa = XCConfigurationList;
|
|
374
|
-
buildConfigurations = (
|
|
375
|
-
3323F7E33E1559A2B9826720 /* Debug */,
|
|
376
|
-
3323F77D701E1896E6D239CF /* Release */,
|
|
377
|
-
);
|
|
378
|
-
defaultConfigurationIsVisible = 0;
|
|
379
|
-
defaultConfigurationName = Release;
|
|
380
|
-
};
|
|
381
|
-
/* End XCConfigurationList section */
|
|
382
|
-
};
|
|
383
|
-
rootObject = 3323F95273A95DB34F55C6D7 /* Project object */;
|
|
384
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>FILEHEADER</key>
|
|
6
|
-
<string>
|
|
7
|
-
/**
|
|
8
|
-
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this library except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*
|
|
22
|
-
*/</string>
|
|
23
|
-
</dict>
|
|
24
|
-
</plist>
|