Skip to content

Commit

Permalink
Merge pull request #276 from anton-plebanovich/fix/258-XCTContext-has…
Browse files Browse the repository at this point in the history
…-no-member-runActivity

- Fixes #258
  • Loading branch information
ashfurrow committed Oct 25, 2023
2 parents 3302f73 + 0c66893 commit 1e3fa45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Nimble-Snapshots.podspec
Expand Up @@ -12,7 +12,10 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "13.0"
s.tvos.deployment_target = "13.0"
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
s.pod_target_xcconfig = {
'ENABLE_BITCODE' => 'NO',
'ENABLE_TESTING_SEARCH_PATHS' => 'YES',
}
s.source = { :git => "https://github.com/ashfurrow/Nimble-Snapshots.git", :tag => s.version }
s.default_subspec = "Core"
s.frameworks = "Foundation", "XCTest", "UIKit"
Expand Down

0 comments on commit 1e3fa45

Please sign in to comment.