Skip to content

Commit 2ef58ab

Browse files
committed
Add AccessLevelOnImport to podspec
1 parent 221c972 commit 2ef58ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

LiveKitClient.podspec

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ Pod::Spec.new do |spec|
1717
spec.dependency("LiveKitWebRTC", "= 125.6422.03")
1818
spec.dependency("SwiftProtobuf")
1919
spec.dependency("Logging")
20-
# spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
21-
# spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
2220

2321
spec.resource_bundles = {"Privacy" => ["Sources/LiveKit/PrivacyInfo.xcprivacy"]}
22+
23+
# Add the following lines to enable the experimental feature
24+
spec.pod_target_xcconfig = {
25+
'SWIFT_FLAGS' => '-enable-experimental-feature AccessLevelOnImport'
26+
}
2427
end

0 commit comments

Comments
 (0)