Skip to content

Commit fef4ad3

Browse files
committed
chore: fix ios podspec
1 parent 393ab9e commit fef4ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freerasp-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.platforms = { :ios => "11.0" }
1515
s.source = { :git => "https://github.com/talsec/freerasp-react-native.git", :tag => "#{s.version}" }
1616

17-
s.source_files = 'ios/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
17+
s.source_files = 'ios/**/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
1818
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework TalsecRuntime' }
1919
s.ios.vendored_frameworks = "ios/TalsecRuntime.xcframework"
2020

0 commit comments

Comments
 (0)