Skip to content

Commit

Permalink
Add AccessLevelOnImport to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jul 9, 2024
1 parent 221c972 commit 2ef58ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions LiveKitClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ Pod::Spec.new do |spec|
spec.dependency("LiveKitWebRTC", "= 125.6422.03")
spec.dependency("SwiftProtobuf")
spec.dependency("Logging")
# spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
# spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

spec.resource_bundles = {"Privacy" => ["Sources/LiveKit/PrivacyInfo.xcprivacy"]}

# Add the following lines to enable the experimental feature
spec.pod_target_xcconfig = {
'SWIFT_FLAGS' => '-enable-experimental-feature AccessLevelOnImport'
}
end

0 comments on commit 2ef58ab

Please sign in to comment.