Skip to content

Commit

Permalink
Remove Bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Oct 29, 2021
1 parent e433dca commit cb8fae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
5 changes: 1 addition & 4 deletions Apollo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '5.0'

s.subspec 'Core' do |ss|
ss.source_files = 'Sources/Apollo/*.swift','Sources/ApolloUtils/*.swift','Sources/ApolloAPI/*.swift'
ss.preserve_paths = [
'scripts/run-bundled-codegen.sh',
]
ss.source_files = 'Sources/Apollo/*.swift','Sources/ApolloUtils/*.swift','Sources/ApolloAPI/*.swift'
end

# Apollo provides exactly one persistent cache out-of-the-box, as a reasonable default choice for
Expand Down
113 changes: 0 additions & 113 deletions scripts/run-bundled-codegen.sh

This file was deleted.

0 comments on commit cb8fae5

Please sign in to comment.