Skip to content

Commit 482566e

Browse files
committed
remove SUPPORTS_MACCATALYST from user_target_xcconfig
1 parent 8bbadd4 commit 482566e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SmartCodable.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Pod::Spec.new do |s|
5252
}
5353

5454
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"
55+
"OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/SmartCodable/release/SmartCodableMacros-tool#SmartCodableMacros"
5756
}
5857

5958
script = <<-SCRIPT

0 commit comments

Comments
 (0)