Skip to content

Commit 6c3556c

Browse files
committed
feat: added legacy support
1 parent cdf438d commit 6c3556c

4 files changed

Lines changed: 313 additions & 53 deletions

File tree

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
1+
ENV['RCT_NEW_ARCH_ENABLED'] = '0'
22

33
# Resolve react_native_pods.rb with node to allow for hoisting
44
require Pod::Executable.execute_command('node', ['-p',

example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* ReactNativeSdkExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ReactNativeSdkExampleTests.m */; };
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12-
65AD4F06C28F65CB4E898F9A /* libPods-NotificationExt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */; };
1312
779227342DFA3FB500D69EC0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779227332DFA3FB500D69EC0 /* AppDelegate.swift */; };
1413
77DB813A2E330329004FEDA8 /* NotificationExt.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 77DB81332E330329004FEDA8 /* NotificationExt.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1514
77DB81432E33050B004FEDA8 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77DB81412E33050B004FEDA8 /* NotificationService.swift */; };
1615
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17-
93D86B8B77018E3DCD97C1C8 /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */; };
1816
A3A40C20801B8F02005FA4C0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */; };
17+
BFAED3EB36E530C28BF8BC22 /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */; };
18+
E93759FF06B2B594995B2D8A /* libPods-NotificationExt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXContainerItemProxy section */
@@ -57,9 +57,10 @@
5757
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSdkExample/Images.xcassets; sourceTree = "<group>"; };
5858
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeSdkExample/Info.plist; sourceTree = "<group>"; };
5959
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
60+
146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
6061
1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
61-
65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.release.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.release.xcconfig"; sourceTree = "<group>"; };
62-
6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
62+
55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationExt.a"; sourceTree = BUILT_PRODUCTS_DIR; };
63+
5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; };
6364
779227312DFA3FB500D69EC0 /* ReactNativeSdkExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExample-Bridging-Header.h"; sourceTree = "<group>"; };
6465
779227322DFA3FB500D69EC0 /* ReactNativeSdkExampleTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExampleTests-Bridging-Header.h"; sourceTree = "<group>"; };
6566
779227332DFA3FB500D69EC0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ReactNativeSdkExample/AppDelegate.swift; sourceTree = "<group>"; };
@@ -68,11 +69,10 @@
6869
77DB81402E33050B004FEDA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6970
77DB81412E33050B004FEDA8 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
7071
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeSdkExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
71-
A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.debug.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.debug.xcconfig"; sourceTree = "<group>"; };
72-
A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; };
72+
9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.release.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.release.xcconfig"; sourceTree = "<group>"; };
73+
97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
74+
B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationExt.debug.xcconfig"; path = "Target Support Files/Pods-NotificationExt/Pods-NotificationExt.debug.xcconfig"; sourceTree = "<group>"; };
7375
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
74-
FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationExt.a"; sourceTree = BUILT_PRODUCTS_DIR; };
75-
FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7676
/* End PBXFileReference section */
7777

7878
/* Begin PBXFrameworksBuildPhase section */
@@ -87,15 +87,15 @@
8787
isa = PBXFrameworksBuildPhase;
8888
buildActionMask = 2147483647;
8989
files = (
90-
93D86B8B77018E3DCD97C1C8 /* libPods-ReactNativeSdkExample.a in Frameworks */,
90+
BFAED3EB36E530C28BF8BC22 /* libPods-ReactNativeSdkExample.a in Frameworks */,
9191
);
9292
runOnlyForDeploymentPostprocessing = 0;
9393
};
9494
77DB81302E330329004FEDA8 /* Frameworks */ = {
9595
isa = PBXFrameworksBuildPhase;
9696
buildActionMask = 2147483647;
9797
files = (
98-
65AD4F06C28F65CB4E898F9A /* libPods-NotificationExt.a in Frameworks */,
98+
E93759FF06B2B594995B2D8A /* libPods-NotificationExt.a in Frameworks */,
9999
);
100100
runOnlyForDeploymentPostprocessing = 0;
101101
};
@@ -139,8 +139,8 @@
139139
isa = PBXGroup;
140140
children = (
141141
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
142-
FE600D24FF78AE6CC769C16D /* libPods-ReactNativeSdkExample.a */,
143-
FA966B65909B06BFEB95FCC9 /* libPods-NotificationExt.a */,
142+
55EA585EF01B9EE9C9EA4954 /* libPods-NotificationExt.a */,
143+
97D33EB1A903B7D4D2CB8319 /* libPods-ReactNativeSdkExample.a */,
144144
);
145145
name = Frameworks;
146146
sourceTree = "<group>";
@@ -190,10 +190,10 @@
190190
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
191191
isa = PBXGroup;
192192
children = (
193-
6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */,
194-
A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */,
195-
A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */,
196-
65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */,
193+
B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */,
194+
9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */,
195+
146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */,
196+
5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */,
197197
);
198198
path = Pods;
199199
sourceTree = "<group>";
@@ -223,14 +223,14 @@
223223
isa = PBXNativeTarget;
224224
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeSdkExample" */;
225225
buildPhases = (
226-
A613F9753095F1486E9898F7 /* [CP] Check Pods Manifest.lock */,
226+
20B797F7313F2F12DC05685C /* [CP] Check Pods Manifest.lock */,
227227
13B07F871A680F5B00A75B9A /* Sources */,
228228
13B07F8C1A680F5B00A75B9A /* Frameworks */,
229229
13B07F8E1A680F5B00A75B9A /* Resources */,
230230
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
231-
604F8A3ACFF9FF61E3A803F1 /* [CP] Embed Pods Frameworks */,
232-
2E4E0E4099ECD57D65389F08 /* [CP] Copy Pods Resources */,
233231
77DB813F2E330329004FEDA8 /* Embed Foundation Extensions */,
232+
FD3DA20D23B354970BCA7230 /* [CP] Embed Pods Frameworks */,
233+
125B666575EF47D7991C7194 /* [CP] Copy Pods Resources */,
234234
);
235235
buildRules = (
236236
);
@@ -246,7 +246,7 @@
246246
isa = PBXNativeTarget;
247247
buildConfigurationList = 77DB813C2E330329004FEDA8 /* Build configuration list for PBXNativeTarget "NotificationExt" */;
248248
buildPhases = (
249-
2E911B0C90954AA53C83E406 /* [CP] Check Pods Manifest.lock */,
249+
F957C8DF4D8BEC9A3C70947C /* [CP] Check Pods Manifest.lock */,
250250
77DB812F2E330329004FEDA8 /* Sources */,
251251
77DB81302E330329004FEDA8 /* Frameworks */,
252252
77DB81312E330329004FEDA8 /* Resources */,
@@ -346,7 +346,7 @@
346346
shellPath = /bin/sh;
347347
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
348348
};
349-
2E4E0E4099ECD57D65389F08 /* [CP] Copy Pods Resources */ = {
349+
125B666575EF47D7991C7194 /* [CP] Copy Pods Resources */ = {
350350
isa = PBXShellScriptBuildPhase;
351351
buildActionMask = 2147483647;
352352
files = (
@@ -363,7 +363,7 @@
363363
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n";
364364
showEnvVarsInLog = 0;
365365
};
366-
2E911B0C90954AA53C83E406 /* [CP] Check Pods Manifest.lock */ = {
366+
20B797F7313F2F12DC05685C /* [CP] Check Pods Manifest.lock */ = {
367367
isa = PBXShellScriptBuildPhase;
368368
buildActionMask = 2147483647;
369369
files = (
@@ -378,50 +378,50 @@
378378
outputFileListPaths = (
379379
);
380380
outputPaths = (
381-
"$(DERIVED_FILE_DIR)/Pods-NotificationExt-checkManifestLockResult.txt",
381+
"$(DERIVED_FILE_DIR)/Pods-ReactNativeSdkExample-checkManifestLockResult.txt",
382382
);
383383
runOnlyForDeploymentPostprocessing = 0;
384384
shellPath = /bin/sh;
385385
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
386386
showEnvVarsInLog = 0;
387387
};
388-
604F8A3ACFF9FF61E3A803F1 /* [CP] Embed Pods Frameworks */ = {
388+
F957C8DF4D8BEC9A3C70947C /* [CP] Check Pods Manifest.lock */ = {
389389
isa = PBXShellScriptBuildPhase;
390390
buildActionMask = 2147483647;
391391
files = (
392392
);
393393
inputFileListPaths = (
394-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
395394
);
396-
name = "[CP] Embed Pods Frameworks";
395+
inputPaths = (
396+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
397+
"${PODS_ROOT}/Manifest.lock",
398+
);
399+
name = "[CP] Check Pods Manifest.lock";
397400
outputFileListPaths = (
398-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
401+
);
402+
outputPaths = (
403+
"$(DERIVED_FILE_DIR)/Pods-NotificationExt-checkManifestLockResult.txt",
399404
);
400405
runOnlyForDeploymentPostprocessing = 0;
401406
shellPath = /bin/sh;
402-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n";
407+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
403408
showEnvVarsInLog = 0;
404409
};
405-
A613F9753095F1486E9898F7 /* [CP] Check Pods Manifest.lock */ = {
410+
FD3DA20D23B354970BCA7230 /* [CP] Embed Pods Frameworks */ = {
406411
isa = PBXShellScriptBuildPhase;
407412
buildActionMask = 2147483647;
408413
files = (
409414
);
410415
inputFileListPaths = (
416+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
411417
);
412-
inputPaths = (
413-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
414-
"${PODS_ROOT}/Manifest.lock",
415-
);
416-
name = "[CP] Check Pods Manifest.lock";
418+
name = "[CP] Embed Pods Frameworks";
417419
outputFileListPaths = (
418-
);
419-
outputPaths = (
420-
"$(DERIVED_FILE_DIR)/Pods-ReactNativeSdkExample-checkManifestLockResult.txt",
420+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
421421
);
422422
runOnlyForDeploymentPostprocessing = 0;
423423
shellPath = /bin/sh;
424-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
424+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n";
425425
showEnvVarsInLog = 0;
426426
};
427427
/* End PBXShellScriptBuildPhase section */
@@ -527,7 +527,7 @@
527527
};
528528
13B07F941A680F5B00A75B9A /* Debug */ = {
529529
isa = XCBuildConfiguration;
530-
baseConfigurationReference = 6F7894ECC91E456C22D0D324 /* Pods-ReactNativeSdkExample.debug.xcconfig */;
530+
baseConfigurationReference = 146FE919EE16677339560C8B /* Pods-ReactNativeSdkExample.debug.xcconfig */;
531531
buildSettings = {
532532
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533533
CLANG_ENABLE_MODULES = YES;
@@ -558,7 +558,7 @@
558558
};
559559
13B07F951A680F5B00A75B9A /* Release */ = {
560560
isa = XCBuildConfiguration;
561-
baseConfigurationReference = A9DDB244D6B41D1A8EE903ED /* Pods-ReactNativeSdkExample.release.xcconfig */;
561+
baseConfigurationReference = 5AD7E4C807981D45AFFE46B0 /* Pods-ReactNativeSdkExample.release.xcconfig */;
562562
buildSettings = {
563563
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
564564
CLANG_ENABLE_MODULES = YES;
@@ -587,7 +587,7 @@
587587
};
588588
77DB813D2E330329004FEDA8 /* Debug */ = {
589589
isa = XCBuildConfiguration;
590-
baseConfigurationReference = A9DBF092882E5C0FB40D71CC /* Pods-NotificationExt.debug.xcconfig */;
590+
baseConfigurationReference = B907B5B39032E170236A4FAE /* Pods-NotificationExt.debug.xcconfig */;
591591
buildSettings = {
592592
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
593593
CLANG_ANALYZER_NONNULL = YES;
@@ -629,7 +629,7 @@
629629
};
630630
77DB813E2E330329004FEDA8 /* Release */ = {
631631
isa = XCBuildConfiguration;
632-
baseConfigurationReference = 65D78EC9700CB673F46D24E3 /* Pods-NotificationExt.release.xcconfig */;
632+
baseConfigurationReference = 9517CD9EA7E72B78695AEEF6 /* Pods-NotificationExt.release.xcconfig */;
633633
buildSettings = {
634634
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
635635
CLANG_ANALYZER_NONNULL = YES;

ios/RNIterableAPI/RNIterableAPI.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
#import <RNIterableAPISpec/RNIterableAPISpec.h>
1010
@interface RNIterableAPI : RCTEventEmitter <NativeRNIterableAPISpec>
1111

12-
// #else
13-
// #import <React/RCTEventEmitter.h>
14-
// #import <React/RCTBridgeModule.h>
15-
// @interface RNIterableAPI : RCTEventEmitter <RCTBridgeModule>
12+
#else
13+
#import <React/RCTBridgeModule.h>
14+
@interface RNIterableAPI : RCTEventEmitter <RCTBridgeModule>
1615

1716
#endif
1817

0 commit comments

Comments
 (0)