Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pod Spec [BREAKING] #366

Merged
merged 2 commits into from
Dec 4, 2018
Merged

Conversation

gongdao123
Copy link
Contributor

@gongdao123 gongdao123 commented Dec 3, 2018

The other PR #209 use use different project name than ios/RNGestureHandler.podspec, this might create some conflict.

Also podspec file need to be included with package.json, otherwise it will be ignored during npm install.

[BREAKING] Podspec location has been changed from ./ios/RNGestureHandler.podspec to ./RNGestureHandler.podspec. The previous consumers of the podspec should update their podfile to reflect that change

@gongdao123 gongdao123 mentioned this pull request Dec 3, 2018
@kmagiera kmagiera changed the title Add Pod Spec Add Pod Spec [BREAKING] Dec 4, 2018
@kmagiera
Copy link
Member

kmagiera commented Dec 4, 2018

Tested this and appears to be working. This is a breaking change for podspec consumers and will require them to update podspec path after upgrade. I added a comment re that to your PR description and will make sure one is included in release notes too. Thanks!

@kmagiera kmagiera merged commit c76390f into software-mansion:master Dec 4, 2018
janicduplessis pushed a commit to janicduplessis/react-native-gesture-handler that referenced this pull request Feb 16, 2020
The other PR software-mansion#209 use use different project name than ios/RNGestureHandler.podspec, this might create some conflict.

Also podspec file need to be included with `package.json`, otherwise it will be ignored during `npm install`.


**[BREAKING]** Podspec location has been changed from `./ios/RNGestureHandler.podspec` to `./RNGestureHandler.podspec`. The previous consumers of the podspec should update their podfile to reflect that change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants