Skip to content

Commit

Permalink
Fix path to the privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Apr 13, 2024
1 parent 3ff77e8 commit 13a065a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OktaOidc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Integrate your native app with Okta using the AppAuth library.
s.subspec 'Okta' do |okta|
okta.dependency 'OktaOidc/AppAuth'
okta.source_files = 'Sources/OktaOidc/**/*.{h,swift}'
okta.resources = 'Sources/OktaOidc/Resources/**/*'
okta.resources = 'Sources/OktaOidc/Common/Resources/**/*'
okta.exclude_files = 'Sources/OktaOidc/Common/Exports.swift'
okta.ios.deployment_target = '11.0'
okta.osx.deployment_target = '10.14'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
"OktaOidc_AppAuth"
],
resources: [
.process("Resources")
.process("Common/Resources")
]),
] + [
.target(name: "TestCommon",
Expand Down

0 comments on commit 13a065a

Please sign in to comment.