diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0898fbd..7127376 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1783,7 +1783,7 @@ SPEC CHECKSUMS: React-utils: cbe8b8b3d7b2ac282e018e46f0e7b25cdc87c5a0 ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1 ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad - shadowlist: 523681bd3cc7c831e9c4da6e21db7777350f5109 + shadowlist: f332b53d246ee97821b19640fe83a1fc263c5248 SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6 diff --git a/shadowlist.podspec b/shadowlist.podspec index bcebbe3..cc2fb80 100644 --- a/shadowlist.podspec +++ b/shadowlist.podspec @@ -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)