ntherning
10/22/2020, 11:42 AM.d
-file) which Xcode uses to determine whether Gradle needs to be run at all. Xcode will discover changes to .kt
files (which we edit in Android Studio, they aren't part of the Xcode project), changes to the Gradle files, etc and only then rebuild the framework. It works nicely so far. Would be great to get some feedback on the approach.
https://gist.github.com/ntherning/dafd5979bdfb660bbf516066ca056931Even André Fiskvik
10/23/2020, 8:36 PMntherning
10/29/2020, 7:35 AMproject.pbxproj
file in a text editor to make it select the correct .framework
depending on the CONFIGURATION
and PLATFORM_NAME
build variables. Don't like to have to do that but it does the trick and Xcode doesn't seem to mind.