Skip to content

Commit

Permalink
chore: remove the xcodeproj from the library (#411)
Browse files Browse the repository at this point in the history
## 📜 Description

Removed `*.xcodeproj` and all associated files.

## 💡 Motivation and Context

It seems like this file is not needed anymore as all linking is done via
cocoapods. So in this PR I'm removing it because:
- it should reduce npm package on ~19kb;
- we will not need to synchronize it with fs anymore;
- it's not used file.

Similar changes were made in
callstack/react-native-builder-bob#470

<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### iOS

- removed `xcodeproj` associated files;

## 🤔 How Has This Been Tested?

Tested on CI.

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko authored Apr 14, 2024
1 parent e950a09 commit 7678eec
Showing 1 changed file with 0 additions and 387 deletions.
387 changes: 0 additions & 387 deletions ios/KeyboardController.xcodeproj/project.pbxproj

This file was deleted.

0 comments on commit 7678eec

Please sign in to comment.