Skip to content

Commit 28cbf52

Browse files
committed
Revert "Added Expo config plugin and fixed static linkage Swift header import"
This reverts commit 28fe855.
1 parent 28fe855 commit 28cbf52

14 files changed

Lines changed: 12 additions & 1260 deletions

Iterable-React-Native-SDK.podspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ Pod::Spec.new do |s|
2424
'DEFINES_MODULE' => 'YES',
2525
'CLANG_ENABLE_MODULES' => 'YES',
2626
'SWIFT_VERSION' => '5.0',
27-
'SWIFT_OBJC_INTERFACE_HEADER_NAME' => 'Iterable_React_Native_SDK-Swift.h',
2827
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
29-
# Include paths to generated Swift header for static framework builds
30-
'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Iterable-React-Native-SDK/Iterable_React_Native_SDK.framework/Headers" "${PODS_TARGET_SRCROOT}/ios/RNIterableAPI"',
3128
}
3229

3330
install_modules_dependencies(s)

TESTING_GUIDE.md

Lines changed: 0 additions & 367 deletions
This file was deleted.

app.plugin.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

ios/RNIterableAPI/RNIterableAPI.mm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ typedef NS_ENUM(NSInteger, InAppShowResponse) {
1717
skip = 1,
1818
};
1919

20-
#if __has_include(<Iterable_React_Native_SDK/Iterable_React_Native_SDK-Swift.h>)
21-
#import <Iterable_React_Native_SDK/Iterable_React_Native_SDK-Swift.h>
22-
#else
2320
#import "Iterable_React_Native_SDK-Swift.h"
24-
#endif
2521

2622
@interface RNIterableAPI () <ReactIterableAPIDelegate>
2723
@end

0 commit comments

Comments
 (0)