Skip to content

Commit c323116

Browse files
committed
Add APPLICATION_EXTENSION_API_ONLY to xcconfig in podspec
1 parent 34f8c9b commit c323116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ CMD
4848
s.xcconfig = {
4949
"SWIFT_VERSION" => "3.0",
5050
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
51-
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
51+
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
52+
"APPLICATION_EXTENSION_API_ONLY" => "YES"
5253
}
5354

5455
end

0 commit comments

Comments
 (0)