File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app-ios/App/App.xcodeproj Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kotlin {
2828 binaryOption(" bundleShortVersionString" , version.toString())
2929
3030 val includeToXCF = if (project.properties[" app.ios.shared.debug" ] == " true" ) {
31- this .target.name == " iosSimulatorArm64" && this .debuggable
31+ ( this .target.name == " iosSimulatorArm64" && this .debuggable) || ( this .target.name == " iosArm64 " && this .debuggable)
3232 } else {
3333 true
3434 }
Original file line number Diff line number Diff line change 193193 );
194194 runOnlyForDeploymentPostprocessing = 0;
195195 shellPath = /bin/zsh;
196- shellScript = "cd ${SRCROOT}/../..\n./gradlew assembleSharedXCFramework --no-configuration-cache\n./gradlew iosSimulatorArm64AggregateResources --no-configuration-cache\n\nRESOURCE_DIR =\"./app-ios-shared/build/kotlin-multiplatform-resources/aggregated-resources/iosSimulatorArm64\"\n\nmkdir ${RESOURCE_DIR}/ compose-resources\ncp -R ${RESOURCE_DIR }/composeResources ${RESOURCE_DIR }/compose-resources\n";
196+ shellScript = "cd ${SRCROOT}/../..\n\n ./gradlew assembleSharedXCFramework --no-configuration-cache\n./gradlew iosSimulatorArm64AggregateResources --no-configuration-cache\n./gradlew iosArm64AggregateResources --no-configuration-cache\n\nSIMULATOR_RESOURCE_DIR =\"./app-ios-shared/build/kotlin-multiplatform-resources/aggregated-resources/iosSimulatorArm64\"\nDEVICE_RESOURCE_DIR=\"./app-ios-shared/build/kotlin-multiplatform-resources/aggregated-resources/iosArm64\"\ n\nmkdir -p ${SIMULATOR_RESOURCE_DIR}/composeResources\nmkdir -p ${DEVICE_RESOURCE_DIR}/composeResources\n\nmkdir -p ${SIMULATOR_RESOURCE_DIR}/ compose-resources\nmkdir -p ${DEVICE_RESOURCE_DIR}/compose-resources\n\ ncp -R ${SIMULATOR_RESOURCE_DIR }/composeResources ${SIMULATOR_RESOURCE_DIR}/compose-resources\ncp -R ${DEVICE_RESOURCE_DIR}/composeResources ${DEVICE_RESOURCE_DIR }/compose-resources\n";
197197 };
198198/* End PBXShellScriptBuildPhase section */
199199
You can’t perform that action at this time.
0 commit comments