Skip to content

Commit e04b14a

Browse files
committed
Update Xcode's shell script to execute the required Gradle task in the project's root directory
1 parent d0d013d commit e04b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
);
175175
runOnlyForDeploymentPostprocessing = 0;
176176
shellPath = /bin/sh;
177-
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n../gradlew :demo:embedAndSignAppleFrameworkForXcode\n";
177+
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/../..\"\n./gradlew :demo:embedAndSignAppleFrameworkForXcode\n";
178178
};
179179
/* End PBXShellScriptBuildPhase section */
180180

0 commit comments

Comments
 (0)