Skip to content

Commit b12a180

Browse files
committed
fix: redundant podspec file
1 parent 76aa94a commit b12a180

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
55

66
Pod::Spec.new do |s|
7-
s.name = "<%- project.identifier -%>"
7+
s.name = "<%- project.name -%>"
88
s.version = package["version"]
99
s.summary = package["description"]
1010
s.homepage = package["homepage"]

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

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)