We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221c972 commit 2ef58abCopy full SHA for 2ef58ab
LiveKitClient.podspec
@@ -17,8 +17,11 @@ Pod::Spec.new do |spec|
17
spec.dependency("LiveKitWebRTC", "= 125.6422.03")
18
spec.dependency("SwiftProtobuf")
19
spec.dependency("Logging")
20
- # spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
21
- # spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
22
23
spec.resource_bundles = {"Privacy" => ["Sources/LiveKit/PrivacyInfo.xcprivacy"]}
+
+ # Add the following lines to enable the experimental feature
24
+ spec.pod_target_xcconfig = {
25
+ 'SWIFT_FLAGS' => '-enable-experimental-feature AccessLevelOnImport'
26
+ }
27
end
0 commit comments