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

Update OktaLogger pod spec #100

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Update OktaLogger pod spec #100

merged 1 commit into from
Jul 29, 2024

Conversation

artemshvydkyi-okta
Copy link
Contributor

@artemshvydkyi-okta artemshvydkyi-okta commented Jul 4, 2024

Update OktaLogger pod spec

@artemshvydkyi-okta artemshvydkyi-okta changed the title Small correction in OktaLogger.podspec Update OktaLogger pod spec Jul 4, 2024
Copy link
Contributor

@IldarAbdullin-okta IldarAbdullin-okta left a comment

Choose a reason for hiding this comment

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

@sandeeppenchala-okta , @artemshvydkyi-okta , I don't understand the change. What we are fixing?

@@ -11,13 +11,14 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.14'
s.watchos.deployment_target = '6.0'
s.swift_version = '5.0'
s.dependency 'SwiftLint'
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove

@artemshvydkyi-okta
Copy link
Contributor Author

@IldarAbdullin-okta Podspec had incorrect dependencies. Version with incorrect dependencies didn't provide to launch unit tests of the extensions in the main app.

@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.subspec "Complete" do |complete|
complete.dependency 'OktaLogger/FileLogger'
complete.dependency 'OktaLogger/FirebaseCrashlytics'
complete.ios.dependency 'OktaLogger/InstabugLogger'
complete.dependency 'OktaLogger/InstabugLogger'
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need this change?, we only support for iOS

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Without this change pod lib lint validation doesn't pass

Copy link
Contributor

Choose a reason for hiding this comment

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

This might fail when you integrate in OV, please test it locally. macOS don't have Instabug support

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Double checked and everything is good

Copy link
Contributor

@IldarAbdullin-okta IldarAbdullin-okta left a comment

Choose a reason for hiding this comment

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

LGTM!

@IldarAbdullin-okta IldarAbdullin-okta merged commit f192029 into master Jul 29, 2024
3 of 4 checks passed
@IldarAbdullin-okta IldarAbdullin-okta deleted the as-OKTA-744348 branch July 29, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants