-
Notifications
You must be signed in to change notification settings - Fork 267
Update Auth0.podspec #1281
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Auth0.podspec #1281
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,6 +30,9 @@ Pod::Spec.new do |s| | |||||
| s.tvos.deployment_target = '15.0' | ||||||
| s.watchos.deployment_target = '8.0' | ||||||
|
|
||||||
| s.visionos.deployment_target = '1.0' | ||||||
| s.visionos.pod_target_xcconfig = { | ||||||
| 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'WEB_AUTH_PLATFORM PASSKEYS_PLATFORM' | ||||||
|
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0'
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0'
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0'
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0'
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0'
Comment on lines
+33
to
+35
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.deployment_target = '1.0' |
||||||
| s.visionos.deployment_target = '1.0' | ||||||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s.visionos.pod_target_xcconfig = {
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The closing brace of the visionos.pod_target_xcconfig dictionary was replaced with a Swift Package Manager dependency declaration (package(url: "https://github.com/auth0/Auth0.swift", from: "2.22.0")), which is not valid podspec syntax and leaves the configuration block unterminated.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. }
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. }.package(url: "https://github.com/auth0/Auth0.swift", from: "2.22.0")
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. }.package(url: "https://github.com/auth0/Auth0.swift", from: "2.22.0") }
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| s.visionos.pod_target_xcconfig = { | ||||||
| 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'WEB_AUTH_PLATFORM PASSKEYS_PLATFORM' | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s.visionos.deployment_target = '1.0'
s.visionos.pod_target_xcconfig = {
'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'WEB_AUTH_PLATFORM PASSKEYS_PLATFORM'
}