Skip to content

Commit 70a725c

Browse files
committed
fix: Change vendored frameworks name in podspec
1 parent 09e198f commit 70a725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-executorch.podspec

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

16-
s.ios.vendored_frameworks = "ios/LLaMARunner.xcframework"
16+
s.ios.vendored_frameworks = "ios/ExecutorchLib.xcframework"
1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919
install_modules_dependencies(s)

0 commit comments

Comments
 (0)