Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Set ENABLE_BITCODE=NO in the pod_target_xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechczerski committed Feb 28, 2018
1 parent 17801e7 commit 2fb80e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftMonkey.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Pod::Spec.new do |s|
s.source_files = "SwiftMonkey/*.swift"
s.exclude_files = "SwiftMonkey/Package.swift"
s.framework = "XCTest"
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
end

0 comments on commit 2fb80e4

Please sign in to comment.