Skip to content

Commit

Permalink
[Documentation] Podspecs update (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhuseinova-msft authored May 18, 2022
1 parent b2c8865 commit 47c82e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AzureCommunicationUI/sdk/AzureCommunicationUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |spec|

spec.platform = :ios, '14.0'

spec.source_files = 'AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.swift'
spec.resources = 'AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.{xcassets,strings}'
spec.source_files = 'AzureCommunicationUI/sdk/AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.swift'
spec.resources = 'AzureCommunicationUI/sdk/AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.{xcassets,strings}'

spec.pod_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", "ENABLE_BITCODE": "NO"}

Expand Down
4 changes: 2 additions & 2 deletions AzureCommunicationUI/sdk/AzureCommunicationUICalling.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |spec|

spec.platform = :ios, '14.0'

spec.source_files = 'AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.swift'
spec.resources = 'AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.{xcassets,strings}'
spec.source_files = 'AzureCommunicationUI/sdk/AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.swift'
spec.resources = 'AzureCommunicationUI/sdk/AzureCommunicationUICalling/AzureCommunicationUICalling/**/*.{xcassets,strings}'

spec.pod_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", "ENABLE_BITCODE": "NO"}

Expand Down

0 comments on commit 47c82e5

Please sign in to comment.