Skip to content

Commit fd449d4

Browse files
committed
Tried to minimize unnecessary diff changes
1 parent a567763 commit fd449d4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
55

66
Pod::Spec.new do |s|
7-
s.name = "iterable-react-native-sdk"
7+
s.name = "Iterable-React-Native-SDK"
88
s.version = package["version"]
99
s.summary = package["description"]
1010
s.homepage = package["homepage"]
@@ -16,6 +16,8 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

19+
s.dependency "Iterable-iOS-SDK", "6.5.4"
20+
1921
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2022
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
2123
if respond_to?(:install_modules_dependencies, true)

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def supportsNamespace() {
4949

5050
android {
5151
if (supportsNamespace()) {
52-
namespace "com.iterable.reactnativesdk"
52+
namespace "com.iterable.reactnative"
5353

5454
sourceSets {
5555
main {
@@ -95,5 +95,7 @@ dependencies {
9595
//noinspection GradleDynamicVersion
9696
implementation "com.facebook.react:react-native:+"
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98+
api "com.iterable:iterableapi:3.5.2"
99+
// api project(":iterableapi") // links to local android SDK repo rather than by release
98100
}
99101

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.iterable.reactnativesdk">
2+
package="com.iterable.reactnative">
33
</manifest>

0 commit comments

Comments
 (0)