We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bbadd4 + 482566e commit 7c9fd56Copy full SHA for 7c9fd56
1 file changed
SmartCodable.podspec
@@ -52,8 +52,7 @@ Pod::Spec.new do |s|
52
}
53
54
ss.user_target_xcconfig = {
55
- "OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/SmartCodable/release/SmartCodableMacros-tool#SmartCodableMacros",
56
- "SUPPORTS_MACCATALYST" => "YES"
+ "OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/SmartCodable/release/SmartCodableMacros-tool#SmartCodableMacros"
57
58
59
script = <<-SCRIPT
0 commit comments