Skip to content

Commit

Permalink
fix: include required messagingpush dependency for no push configurat…
Browse files Browse the repository at this point in the history
…ion (#187)
  • Loading branch information
levibostian committed Aug 28, 2023
1 parent a0ba428 commit 78bbc63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion customerio-reactnative.podspec
Expand Up @@ -28,7 +28,9 @@ Pod::Spec.new do |s|
s.default_subspec = "nopush"

s.subspec 'nopush' do |ss|
# no dependencies. This is the default subspec designed to not install any push dependencies.
# This is the default subspec designed to not install any push dependencies. Customer should choose APN or FCM.
# The SDK at runtime currently requires the MessagingPush module so we do include it here.
ss.dependency "CustomerIO/MessagingPush", package["cioNativeiOSSdkVersion"]
end

# Note: Subspecs inherit all dependencies specified the parent spec (this file).
Expand Down

0 comments on commit 78bbc63

Please sign in to comment.