Skip to content

Commit d2da57c

Browse files
committed
update
1 parent 2fc6b5b commit d2da57c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Code.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4384,7 +4384,7 @@
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;
@@ -4423,7 +4423,7 @@
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";

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)