Skip to content

Commit

Permalink
chore: update podspec to fix failing ios CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
azimgd committed Nov 20, 2024
1 parent d0e8388 commit c761c9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ SPEC CHECKSUMS:
React-utils: cbe8b8b3d7b2ac282e018e46f0e7b25cdc87c5a0
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
shadowlist: 523681bd3cc7c831e9c4da6e21db7777350f5109
shadowlist: f332b53d246ee97821b19640fe83a1fc263c5248
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6

Expand Down
6 changes: 4 additions & 2 deletions shadowlist.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Pod::Spec.new do |s|
s.platforms = { :ios => min_ios_version_supported }
s.source = { :git => "https://github.com/azimgd/shadowlist.git", :tag => "#{s.version}" }

s.source_files = ["{ios,cpp}/**/*.{h,hpp,m,mm,cpp}"]
s.exclude_files = ["ios/generated/**/*", "!ios/generated/build/generated/ios/react/**"]
s.source_files = [
"ios/*.{h,hpp,m,mm,cpp}",
"cpp/**/*.{h,hpp,m,mm,cpp}"
]

if respond_to?(:install_modules_dependencies, true)
install_modules_dependencies(s)
Expand Down

0 comments on commit c761c9a

Please sign in to comment.