Skip to content

Commit

Permalink
Merge pull request #3250 from apollographql/project-breakup
Browse files Browse the repository at this point in the history
Merging repo restructure into main
  • Loading branch information
BobaFetters authored Oct 6, 2023
2 parents 6dacd0b + b743d6b commit c1ad1ad
Show file tree
Hide file tree
Showing 4,097 changed files with 182 additions and 913,005 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
296 changes: 0 additions & 296 deletions .circleci/config.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/docs-publish.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
name: Close and Comment PR
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs directly to the 'apollo-ios' repo. All development is done through the 'apollo-ios-dev' repo, please see the CONTRIBUTING guide for more information."
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

9 changes: 1 addition & 8 deletions Apollo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Pod::Spec.new do |s|
cli_binary_name = 'apollo-ios-cli'
s.preserve_paths = [cli_binary_name]
s.prepare_command = <<-CMD
make clean build-cli-for-cocoapods
cp .build/release/#{cli_binary_name} #{cli_binary_name}
chmod +x #{cli_binary_name}
make unpack-cli
CMD

s.subspec 'Core' do |ss|
Expand All @@ -40,9 +38,4 @@ Pod::Spec.new do |s|
ss.dependency 'Apollo/Core'
end

s.subspec 'ApolloTestSupport' do |ss|
ss.source_files = 'Sources/ApolloTestSupport/*.swift'
ss.dependency 'Apollo/Core'
end

end
Loading

0 comments on commit c1ad1ad

Please sign in to comment.