We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f8c9b commit c323116Copy full SHA for c323116
IDZSwiftCommonCrypto.podspec
@@ -48,7 +48,8 @@ CMD
48
s.xcconfig = {
49
"SWIFT_VERSION" => "3.0",
50
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
51
- "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
+ "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
52
+ "APPLICATION_EXTENSION_API_ONLY" => "YES"
53
}
54
55
end
0 commit comments