Skip to content

Commit ce47cbe

Browse files
committed
chore: fix typo
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 0659db4 commit ce47cbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ DerivedData/
77
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
88
.netrc
99
/.idea
10+
/.index-build

SecurityToolkit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '13.0'
1111
s.swift_version = '5'
1212

13-
s.source_files = 'Sources/**'
13+
s.source_files = 'Sources/**/*'
1414

1515
end

0 commit comments

Comments
 (0)