Skip to content

Commit f8fa039

Browse files
fix: podspec plugin name (#2)
Resolves no podspec found for `CapacitorCommunityNordicDfu` error when syncing project.
1 parent c23108a commit f8fa039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CapacitorCommunityNordicDfu.podspec renamed to MicrobitCapacitorCommunityNordicDfu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = 'CapacitorCommunityNordicDfu'
6+
s.name = 'MicrobitCapacitorCommunityNordicDfu'
77
s.version = package['version']
88
s.summary = package['description']
99
s.license = package['license']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"android/build.gradle",
1212
"dist/",
1313
"ios/Plugin/",
14-
"CapacitorCommunityNordicDfu.podspec"
14+
"MicrobitCapacitorCommunityNordicDfu.podspec"
1515
],
1616
"author": "Robson Oliveira dos Santos",
1717
"license": "MIT",

0 commit comments

Comments
 (0)