Skip to content

Commit

Permalink
deprecate iOS .xcodeproj (#25583)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #25583

We now use CocoaPods for better maintainability.

Reviewed By: hramos

Differential Revision: D16193719

fbshipit-source-id: 9852577aef8203da1f09ac301066718a3c396555
  • Loading branch information
fkgozali authored and facebook-github-bot committed Jul 11, 2019
1 parent 2ec8ec0 commit 46b54fe
Show file tree
Hide file tree
Showing 24 changed files with 13 additions and 14,918 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,7 @@ jobs:

- run: pod setup

- run:
name: Run Detox iOS End-to-End Tests
command: yarn run build-ios-e2e && yarn run test-ios-e2e
when: always

# This will also install the Pods
- run:
name: Run iOS End-to-End Tests
command: |
Expand All @@ -391,6 +387,12 @@ jobs:
node ./scripts/run-ci-e2e-tests.js --ios --retries 3;
when: always

# This assumes the Pods were already installed in the previous step
- run:
name: Run Detox iOS End-to-End Tests
command: yarn run build-ios-e2e && yarn run test-ios-e2e
when: always

- save_cache:
paths:
- ~/.cocoapods/repos
Expand Down
514 changes: 0 additions & 514 deletions Libraries/ART/ART.xcodeproj/project.pbxproj

This file was deleted.

258 changes: 0 additions & 258 deletions Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/project.pbxproj

This file was deleted.

Loading

0 comments on commit 46b54fe

Please sign in to comment.