Skip to content

Commit 41c50a4

Browse files
committed
add build guard
1 parent c2ee474 commit 41c50a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sample-app/ios-app/iosApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
);
196196
runOnlyForDeploymentPostprocessing = 0;
197197
shellPath = /bin/sh;
198-
shellScript = "cd \"$SRCROOT/../..\"\n./gradlew :sample-app:shared:embedAndSignAppleFrameworkForXcode\n";
198+
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-app:shared:embedAndSignAppleFrameworkForXcode";
199199
};
200200
/* End PBXShellScriptBuildPhase section */
201201

@@ -337,7 +337,7 @@
337337
CODE_SIGN_IDENTITY = "Apple Development";
338338
CODE_SIGN_STYLE = Automatic;
339339
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
340-
DEVELOPMENT_TEAM = ***REMOVED***;
340+
DEVELOPMENT_TEAM = "";
341341
ENABLE_PREVIEWS = YES;
342342
FRAMEWORK_SEARCH_PATHS = (
343343
"$(inherited)",
@@ -369,7 +369,7 @@
369369
CODE_SIGN_IDENTITY = "Apple Development";
370370
CODE_SIGN_STYLE = Automatic;
371371
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
372-
DEVELOPMENT_TEAM = ***REMOVED***;
372+
DEVELOPMENT_TEAM = "";
373373
ENABLE_PREVIEWS = YES;
374374
FRAMEWORK_SEARCH_PATHS = (
375375
"$(inherited)",

0 commit comments

Comments
 (0)