Playing around with amper and I am really impresse...
# amper
a
Playing around with amper and I am really impressed by its conciseness. But for ios project where is the xcode project that can be opened and configured? How does it even run with just 1 swift class?
a
Should be under the build folder, as it's autogenerated
true 1
a
You can of course open an xcode project generated in build, but you couldn't change it, because every change will be overridden by next build. If you need to set up some things differently, you either can do it using Amper itself or using Gradle interop (by configuring Gradle Apple Plugin)