Skip to content

Commit 245f8dd

Browse files
committed
chore: Move iOS sample project to sample directory
- Relocated the `iosSample` project into the `sample/` directory to improve project structure. - Deleted a redundant user-specific Xcode scheme file. - Cleaned up `xcschememanagement.plist` by removing the manual `iosApp.xcscheme` entry.
1 parent e4b184d commit 245f8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/iosSample/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 :sample:ios: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 :sample:ios:embedAndSignAppleFrameworkForXcode\n";
179179
};
180180
/* End PBXShellScriptBuildPhase section */
181181

0 commit comments

Comments
 (0)