Skip to content

Commit

Permalink
version: ios 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjie03 committed May 9, 2024
1 parent 545826a commit 53badff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SampleCode/iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ target 'NEMeetingDemo' do
pod 'NEMeetingKit', '~> 4.5.0'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["ENABLE_BITCODE"] = "NO"
config.build_settings["APPLICATION_EXTENSION_API_ONLY"] = "NO"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
end

0 comments on commit 53badff

Please sign in to comment.