Skip to content

Commit 77a777c

Browse files
committed
#535 fix build phase
1 parent 5df32f2 commit 77a777c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/ios-cocoapods-static-framework/iosApp/iosApp.xcodeproj

samples/ios-cocoapods-static-framework/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 54;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -187,7 +187,7 @@
187187
);
188188
runOnlyForDeploymentPostprocessing = 0;
189189
shellPath = /bin/sh;
190-
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"$SRCROOT/../gradlew\" -p \"$SRCROOT/../\" :shared:copySharedFrameworkResourcesToApp \\\n -Pmoko.resources.BUILT_PRODUCTS_DIR=\"$BUILT_PRODUCTS_DIR\" \\\n -Pmoko.resources.CONTENTS_FOLDER_PATH=\"$CONTENTS_FOLDER_PATH\" \\\n -Pkotlin.native.cocoapods.platform=\"$PLATFORM_NAME\" \\\n -Pkotlin.native.cocoapods.archs=\"$ARCHS\" \\\n -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n";
190+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"$SRCROOT/../gradlew\" -p \"$SRCROOT/../\" :shared:copyPodFrameworkResourcesToApp \\\n -Pmoko.resources.BUILT_PRODUCTS_DIR=\"$BUILT_PRODUCTS_DIR\" \\\n -Pmoko.resources.CONTENTS_FOLDER_PATH=\"$CONTENTS_FOLDER_PATH\" \\\n -Pkotlin.native.cocoapods.platform=\"$PLATFORM_NAME\" \\\n -Pkotlin.native.cocoapods.archs=\"$ARCHS\" \\\n -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n";
191191
};
192192
98D614C51D2DA07C614CC46E /* [CP] Check Pods Manifest.lock */ = {
193193
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)