@primer-io/react-native 2.39.1 → 2.39.2
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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@protocol PrimerDelegate;
|
|
2
|
+
|
|
3
|
+
#import <React/RCTBridgeModule.h>
|
|
4
|
+
#import <React/RCTViewManager.h>
|
|
5
|
+
|
|
6
|
+
// When using frameworks the import is different.
|
|
7
|
+
#if __has_include("primer_io_react_native/primer_io_react_native-Swift.h")
|
|
8
|
+
#import <primer_io_react_native/primer_io_react_native-Swift.h>
|
|
9
|
+
#elif __has_include(<primer_io_react_native-Swift.h>)
|
|
10
|
+
#import <primer_io_react_native-Swift.h>
|
|
11
|
+
#endif
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// swiftlint:disable:next identifier_name
|
|
2
|
-
public let PrimerReactNativeSDKVersion = "2.39.
|
|
2
|
+
public let PrimerReactNativeSDKVersion = "2.39.2"
|
package/package.json
CHANGED
|
@@ -14,9 +14,10 @@ Pod::Spec.new do |s|
|
|
|
14
14
|
s.source = { :git => "https://github.com/primer-io/primer-sdk-react-native.git", :tag => "#{s.version}" }
|
|
15
15
|
|
|
16
16
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
17
|
+
s.private_header_files = ['ios/PrimerSwiftInterop.h' ]
|
|
17
18
|
|
|
18
19
|
s.dependency "React-Core"
|
|
19
|
-
s.dependency "PrimerSDK", "2.42.
|
|
20
|
+
s.dependency "PrimerSDK", "2.42.1"
|
|
20
21
|
|
|
21
22
|
s.pod_target_xcconfig = {
|
|
22
23
|
"SWIFT_ENABLE_EXPLICIT_MODULES" => "NO"
|