Skip to content

Commit 5d493aa

Browse files
committed
Fix the bug that the demo Xcode project fails to build because of the "concatenated project name" approach, introduced in commit 902b931
1 parent 58da79f commit 5d493aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/demo-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: gradle/actions/setup-gradle@v4
4242

4343
- name: Build the distribution with Gradle Wrapper
44-
run: ./gradlew :demo:sideBySideBrowserDistribution
44+
run: ./gradlew :compose-multiplatform-html-unified-demo:sideBySideBrowserDistribution
4545

4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3

demo/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
);
176176
runOnlyForDeploymentPostprocessing = 0;
177177
shellPath = /bin/sh;
178-
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";
178+
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 :compose-multiplatform-html-unified-demo:embedAndSignAppleFrameworkForXcode\n";
179179
};
180180
/* End PBXShellScriptBuildPhase section */
181181

0 commit comments

Comments
 (0)