An open API service indexing awesome lists of open source software.

https://github.com/niklasmerz/cordova2capacitor-example


https://github.com/niklasmerz/cordova2capacitor-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Test project

Testing https://capacitorjs.com/cordova

## M1 pods fix

```shell
cd ios/App
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
```