Skip to content

Commit

Permalink
Fix "Multiple commands produce PrivacyInfo.xcprivacy" error (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrechtme authored Jul 25, 2024
1 parent 29a5e2d commit 0bb0d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OktaIdx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Integrate your native app with Okta using the Okta Identity Engine library.
spec.source = { :git => 'https://github.com/okta/okta-idx-swift.git', :tag => spec.version.to_s }

spec.source_files = 'Sources/OktaIdx/**/*.swift'
spec.resources = 'Sources/OktaIdx/Resources/**/*'
spec.resource_bundles = { 'OktaIdx' => 'Sources/OktaIdx/Resources/**/*' }
spec.swift_version = "5.6"

spec.dependency "OktaAuthFoundation", "~> 1.7.0"
Expand Down

0 comments on commit 0bb0d7a

Please sign in to comment.