Hi everyone! Can you share your experience working...
# multiplatform
e
Hi everyone! Can you share your experience working with
xcodeproj
in your mobile MPP projects? We’re interested in three questions: 1. What changes in
xcodeproj
you make on an ad hoc basis? 2. What changes you make regularly on a daily or weekly basis? 3. Are there any cases when you have to duplicate some settings both in gradle file and in
xcodeproj
? Thanks a lot in advance ❤️
🍎 2
🔥 3
s
1. Adding/Deleting files are the only ad hoc changes that I make. I have a number of project configurations & schemes that hold whatever customizations I need. 2. Incrementing the build number for deployment to TestFlight (No CI/CD yet) 3. I needed to customize the gradle file to build the proper debug/release version of the iOS framework because the provided
packForXcode
task was doing an exact match on
DEBUG
🔥 1
Multiple configs per environment. This allows better compile time config values in build settings.
b
We manage integrating our K/N lib with our xcodeproj entirely through CocoaPods