Skip to content

Commit bb57f8d

Browse files
committed
[CocoaPods] Remove more pseudo-framework related cruft from podspec.
1 parent 62c61ef commit bb57f8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ Pod::Spec.new do |s|
1818

1919
s.source_files = "IDZSwiftCommonCrypto"
2020

21-
# Stop CocoaPods from deleting dummy frameworks
22-
s.preserve_paths = "Frameworks"
2321

2422
# Make sure we can find the dummy frameworks
2523
s.pod_target_xcconfig = {
2624
"SWIFT_VERSION" => "4.2",
27-
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
28-
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
2925
"APPLICATION_EXTENSION_API_ONLY" => "YES"
3026
}
3127

0 commit comments

Comments
 (0)