syrjs / core

Light Dynamic UI Engine for Native and Web with a React Like API
http://syr.js.org
MIT License
56 stars 24 forks source link

Fixed iOS Carthage build issue. #291

Closed eleanorsp closed 5 years ago

eleanorsp commented 5 years ago

Adding the Xcode shared data project file to make the framework shareable.

https://github.com/Carthage/Carthage is simple, decentralized dependency manager similar to Cocoapods it needs the .xcodeproj/xcshareddata/xcschemes isto be added and pushed to github.

https://stackoverflow.com/questions/35054788/carthage-no-shared-framework-schemes-for-ios-platform-for-my-own-framework

Simple fork of your code and a GitHub add file addition.

Checklist:

n/a

dmikey commented 5 years ago

Awesome, thanks for this!