Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopting modularization work #173

Conversation

ajaysubra
Copy link
Collaborator

Description

Pulling in the changes made on iOS for modularization. More comments in line.

Check List

  • Are you changing anything with the public API?
  • Are your changes backwards compatible with previous SDK Versions?

Changelog / Code Overview

Test Plan

Related Issues/Tickets

@wiz-inc-faae60d47d
Copy link

wiz-inc-faae60d47d bot commented Sep 12, 2024

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
IaC Misconfigurations 0 0 0 0 0 0
Vulnerabilities 2 3 0 0 0 5
Sensitive Data 0 0 0 0 0 0
Secrets 0 0 0 0 0 0
Total 2 3 0 0 0 5

View scan details in Wiz

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to keep cocoapods happy since it kept complaining about this. We don't really need it since we don't publish this app to TF/public.

@@ -8,16 +8,6 @@ require Pod::Executable.execute_command('node', ['-p',
platform :ios, min_ios_version_supported
prepare_react_native_project!

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up.

@@ -32,15 +22,11 @@ target 'KlaviyoReactNativeSdkExample' do

use_react_native!(
:path => config[:reactNativePath],
# Enables Flipper.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up. flipper is no longer supported

example/ios/Podfile Show resolved Hide resolved
@ajaysubra ajaysubra marked this pull request as ready for review September 12, 2024 21:07
@ajaysubra ajaysubra requested a review from a team as a code owner September 12, 2024 21:07
@ajaysubra ajaysubra requested review from njparadis and removed request for a team September 12, 2024 21:07
example/ios/Podfile Show resolved Hide resolved
@ajaysubra ajaysubra removed the request for review from njparadis September 13, 2024 14:42
@ajaysubra ajaysubra merged commit 67ff804 into ab/CHNL-6170/update-EventName-cases-in-RN-bridge Sep 13, 2024
4 checks passed
@ajaysubra ajaysubra deleted the as/adopting-modularization-work branch September 13, 2024 19:19
ab1470 added a commit that referenced this pull request Sep 24, 2024
* updated EventName cases in KlaviyoBridge

* Adopting modularization work (#173)

* Adopting ios modularization stuff

* added a comment to the podfile

* Update Podfile

* updating pod lock

* adding new podfile.lock

* added back no flipper = 1

* reverted back the pod file changes

---------

Co-authored-by: Ajay Subramanya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants