Michael Krussel
06/10/2025, 2:05 PMEslam Wael
06/10/2025, 2:11 PMMichael Krussel
06/10/2025, 2:22 PM.xcodeproj
and some xcworkspace
directories.Eslam Wael
06/10/2025, 2:24 PMMichael Krussel
06/10/2025, 2:26 PMRun Script
phase or something that builds the Xcode projects through a gradle script?Eslam Wael
06/10/2025, 2:30 PMCompile Kotlin Framework
Michael Krussel
06/10/2025, 2:31 PMRun Script
, and I've found no way to rename them.Eslam Wael
06/10/2025, 2:32 PMif [ "YES" = "$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED" ]; then
echo "Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \"YES\""
exit 0
fi
cd "$SRCROOT/.."
./gradlew :{yourPackageModule}:embedAndSignAppleFrameworkForXcode
Michael Krussel
06/10/2025, 2:32 PMMichael Krussel
06/10/2025, 2:32 PM