Skip to content

Commit

Permalink
Discard changes to Apps/FCM/ios/Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Feb 13, 2024
1 parent 4c1c683 commit 2eabeff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Apps/FCM/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ platform :ios, 13.0
prepare_react_native_project!
use_modular_headers!

require 'open-uri'
IO.copy_stream(URI.open('https://raw.githubusercontent.com/customerio/customerio-ios/main/scripts/cocoapods_override_sdk.rb'), "/tmp/override_cio_sdk.rb")
load "/tmp/override_cio_sdk.rb"

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
# because `react-native-flipper` depends on (FlipperKit,...) that will be excluded
#
Expand All @@ -38,7 +34,6 @@ target 'FCMSampleApp' do

# Pods required by Customer.io
pod 'customerio-reactnative/fcm', :path => '../node_modules/customerio-reactnative'
install_non_production_ios_sdk_git_branch(branch_name: 'levi/tests-when-push-delivered', is_app_extension: false, push_service: "fcm")

use_react_native!(
:path => config[:reactNativePath],
Expand Down Expand Up @@ -67,5 +62,4 @@ end

target 'NotificationServiceExtension' do
pod 'customerio-reactnative-richpush/fcm', :path => '../node_modules/customerio-reactnative'
install_non_production_ios_sdk_git_branch(branch_name: 'levi/tests-when-push-delivered', is_app_extension: true, push_service: "fcm")
end

0 comments on commit 2eabeff

Please sign in to comment.