Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
undancer
2016-02-22 15:22:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb8a080a82a3bb9da394fcb7048f7fe2019a410e
fb8a080a
1 parent
70465d82
更xcconfig的位置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
AV_iOS_SDK/1.6.0/AV_iOS_SDK.podspec
View file @
fb8a080
...
...
@@ -94,6 +94,7 @@ Pod::Spec.new do |s|
# s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
s
.
xcconfig
=
{
'FRAMEWORK_SEARCH_PATHS'
=>
'${PODS_ROOT}/AV_iOS_SDK/libs'
,
'OTHER_LDFLAGS'
=>
'-ObjC'
}
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
...
...
@@ -143,7 +144,6 @@ Pod::Spec.new do |s|
# ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
ss
.
ios
.
frameworks
=
'AVFoundation'
# ss.osx.frameworks = 'CoreServices'
ss
.
xcconfig
=
{
'FRAMEWORK_SEARCH_PATHS'
=>
'"${PODS_ROOT}/AVFoundationEx.FrameWork"'
,
'OTHER_LDFLAGS'
=>
'-ObjC'
}
end
...
...
Please
register
or
login
to post a comment