Skip to content

Commit faaf023

Browse files
committed
Move kmp to :shared
1 parent ecc87bc commit faaf023

File tree

12 files changed

+34
-2
lines changed

12 files changed

+34
-2
lines changed

kmp/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
);
153153
runOnlyForDeploymentPostprocessing = 0;
154154
shellPath = /bin/sh;
155-
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 :kmp:kmp-shared:embedAndSignAppleFrameworkForXcode\n";
155+
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 :kmp:shared:embedAndSignAppleFrameworkForXcode\n";
156156
};
157157
/* End PBXShellScriptBuildPhase section */
158158

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
version = "1.3">
4+
<BuildAction>
5+
<BuildActionEntries>
6+
<BuildActionEntry
7+
buildForRunning = "YES">
8+
<BuildableReference
9+
BuildableIdentifier = "primary"
10+
BlueprintIdentifier = "B9DA97B02DC1472C00A4DA20"
11+
BuildableName = "KotlinProject.app"
12+
BlueprintName = "iosApp"
13+
ReferencedContainer = "container:iosApp.xcodeproj">
14+
</BuildableReference>
15+
</BuildActionEntry>
16+
</BuildActionEntries>
17+
</BuildAction>
18+
<LaunchAction
19+
useCustomWorkingDirectory = "NO"
20+
buildConfiguration = "Debug"
21+
allowLocationSimulation = "YES">
22+
<BuildableProductRunnable>
23+
<BuildableReference
24+
BuildableIdentifier = "primary"
25+
BlueprintIdentifier = "B9DA97B02DC1472C00A4DA20"
26+
BuildableName = "KotlinProject.app"
27+
BlueprintName = "iosApp"
28+
ReferencedContainer = "container:iosApp.xcodeproj">
29+
</BuildableReference>
30+
</BuildableProductRunnable>
31+
</LaunchAction>
32+
</Scheme>
File renamed without changes.

kmp/kmp-shared/src/androidMain/kotlin/com/example/kmp/snippets/Platform.android.kt renamed to kmp/shared/src/androidMain/kotlin/com/example/kmp/snippets/Platform.android.kt

File renamed without changes.

kmp/kmp-shared/src/commonMain/kotlin/com/example/kmp/snippets/MainViewModel.kt renamed to kmp/shared/src/commonMain/kotlin/com/example/kmp/snippets/MainViewModel.kt

File renamed without changes.

kmp/kmp-shared/src/commonMain/kotlin/com/example/kmp/snippets/Platform.kt renamed to kmp/shared/src/commonMain/kotlin/com/example/kmp/snippets/Platform.kt

File renamed without changes.

kmp/kmp-shared/src/iosMain/kotlin/com/example/kmp/snippets/Platform.ios.kt renamed to kmp/shared/src/iosMain/kotlin/com/example/kmp/snippets/Platform.ios.kt

File renamed without changes.

0 commit comments

Comments
 (0)