File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 43844384 PRODUCT_BUNDLE_IDENTIFIER = "vickiegpt.VS-Code.extension";
43854385 PRODUCT_NAME = "$(TARGET_NAME)";
43864386 PROVISIONING_PROFILE_SPECIFIER = "";
4387- SKIP_INSTALL = YES ;
4387+ SKIP_INSTALL = NO ;
43884388 SWIFT_OBJC_BRIDGING_HEADER = "NodeExtension/NodeRunner/extension-Bridging-Header.h";
43894389 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
43904390 SWIFT_VERSION = 5.0;
44234423 PRODUCT_BUNDLE_IDENTIFIER = "vickiegpt.VS-Code.extension";
44244424 PRODUCT_NAME = "$(TARGET_NAME)";
44254425 PROVISIONING_PROFILE_SPECIFIER = "";
4426- SKIP_INSTALL = YES ;
4426+ SKIP_INSTALL = NO ;
44274427 SWIFT_OBJC_BRIDGING_HEADER = "NodeExtension/NodeRunner/extension-Bridging-Header.h";
44284428 SWIFT_VERSION = 5.0;
44294429 TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ platform :ios do
104104 def config_content
105105 content = original_config_content
106106 hash = Plist . parse_xml ( content )
107- hash [ 'method' ] = '' if hash [ 'method' ] == 'app-store'
107+ hash [ 'method' ] = { } if hash [ 'method' ] == 'app-store'
108108 Plist ::Emit . dump ( hash )
109109 end
110110 end
You can’t perform that action at this time.
0 commit comments