Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 51edc80

Browse files
committed
Update DrawKit.podspec
1 parent 2e6f43e commit 51edc80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DrawKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Pod::Spec.new do |s|
3535
s.frameworks = "Cocoa", "QuartzCore"
3636
s.requires_arc = false
3737
s.xcconfig = {
38-
"FRAMEWORK_SEARCH_PATHS" => "$(inherited) $\"(PODS_ROOT)/DrawKit/**\"",
39-
"LD_RUNPATH_SEARCH_PATHS" => "$(inherited) @loader_path/../Frameworks",
40-
"OTHER_CODE_SIGN_FLAGS" => "$(inherited) --deep"
38+
"FRAMEWORK_SEARCH_PATHS" => "$\"(PODS_ROOT)/DrawKit/**\"",
39+
"LD_RUNPATH_SEARCH_PATHS" => "@loader_path/../Frameworks",
40+
"OTHER_CODE_SIGN_FLAGS" => "--deep"
4141
}
4242

4343
end

0 commit comments

Comments
 (0)