Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 78ce431

Browse files
authored
Merge pull request #29 from mac-cain13/extension-api-only
Set APPLICATION_EXTENSION_API_ONLY in target
2 parents cb11aec + f491e39 commit 78ce431

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R.swift.Library.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Pod::Spec.new do |spec|
1818
spec.requires_arc = true
1919
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }
2020

21+
spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
22+
2123
spec.ios.deployment_target = '8.0'
2224
spec.tvos.deployment_target = '9.0'
2325

0 commit comments

Comments
 (0)