File tree Expand file tree Collapse file tree
sample-app/ios-app/iosApp.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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)",
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)",
You can’t perform that action at this time.
0 commit comments