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

Commit

Permalink
Merge pull request #29 from mac-cain13/extension-api-only
Browse files Browse the repository at this point in the history
Set APPLICATION_EXTENSION_API_ONLY in target
  • Loading branch information
mac-cain13 authored Dec 4, 2018
2 parents cb11aec + f491e39 commit 78ce431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R.swift.Library.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }

spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'

Expand Down

0 comments on commit 78ce431

Please sign in to comment.