File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
IDZSwiftCommonCrypto.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 45
45
s . preserve_paths = "Frameworks"
46
46
47
47
# Make sure we can find the dummy frameworks
48
- s . xcconfig = {
48
+ s . pod_target_xcconfig = {
49
49
"SWIFT_VERSION" => "3.0" ,
50
50
"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"
52
53
}
53
54
54
55
end
Original file line number Diff line number Diff line change 923
923
isa = XCBuildConfiguration;
924
924
buildSettings = {
925
925
ALWAYS_SEARCH_USER_PATHS = NO;
926
+ APPLICATION_EXTENSION_API_ONLY = YES;
926
927
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
927
928
CLANG_CXX_LIBRARY = "libc++";
928
929
CLANG_ENABLE_MODULES = YES;
976
977
isa = XCBuildConfiguration;
977
978
buildSettings = {
978
979
ALWAYS_SEARCH_USER_PATHS = NO;
980
+ APPLICATION_EXTENSION_API_ONLY = YES;
979
981
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
980
982
CLANG_CXX_LIBRARY = "libc++";
981
983
CLANG_ENABLE_CODE_COVERAGE = NO;
You can’t perform that action at this time.
0 commit comments