Skip to content

Commit 1c2d9bb

Browse files
committed
Update packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec
1 parent 062d7cc commit 1c2d9bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ Pod::Spec.new do |s|
2424
2525
<% if (project.moduleConfig === "nitro-modules") { -%>
2626
s.source_files = [
27-
# Implementation (Swift)
28-
"ios/**/*.{swift}",
29-
# Autolinking/Registration (Objective-C++)
27+
"ios/**/*.{swift}",=
3028
"ios/**/*.{m,mm}",
31-
# Implementation (C++ objects)
3229
"cpp/**/*.{hpp,cpp}",
3330
]
3431

0 commit comments

Comments
 (0)