Skip to content

Commit 7c9fd56

Browse files
authored
Merge pull request #77 from faimin/MACCATALYST
remove SUPPORTS_MACCATALYST from user_target_xcconfig
2 parents 8bbadd4 + 482566e commit 7c9fd56

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)