Skip to content

Commit

Permalink
1、Update playerApiDemo profile to adapter Xcode 15.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyanzhang committed Jan 12, 2024
1 parent 2308c94 commit dee753f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Player-API-Example-iOS/PlayerApiDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ target 'PlayerApiDemo' do
# Pods for PlayerApiDemo

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['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
end

0 comments on commit dee753f

Please sign in to comment.