Skip to content

Commit d92ea0b

Browse files
authored
Merge pull request #988 from justin-s-kang/dev/justin_kang/use_swift_module_name
Use SWIFT_MODULE_NAME (defaults to PRODUCT_MODULE_NAME) as argument for appintentsmetadataprocessor for correctness
2 parents eb28138 + 151f484 commit d92ea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBApplePlatform/Specs/AppIntentsMetadata.xcspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Identifier = "com.apple.compilers.appintentsmetadata";
1818
Name = "App Intents Metadata Extractor";
1919
Description = "Extracts app intents metadata";
20-
CommandLine = "appintentsmetadataprocessor --toolchain-dir $(TOOLCHAIN_DIR) --module-name $(PRODUCT_MODULE_NAME) --sdk-root $(SDKROOT) --xcode-version $(XCODE_PRODUCT_BUILD_VERSION) --platform-family $(PLATFORM_FAMILY_NAME) --deployment-target $($(DEPLOYMENT_TARGET_SETTING_NAME)) [options]";
20+
CommandLine = "appintentsmetadataprocessor --toolchain-dir $(TOOLCHAIN_DIR) --module-name $(SWIFT_MODULE_NAME) --sdk-root $(SDKROOT) --xcode-version $(XCODE_PRODUCT_BUILD_VERSION) --platform-family $(PLATFORM_FAMILY_NAME) --deployment-target $($(DEPLOYMENT_TARGET_SETTING_NAME)) [options]";
2121
RuleName = "ExtractAppIntentsMetadata";
2222
ExecDescription = "Extract app intents metadata";
2323
ProgressDescription = "Extracting app intents metadata";

0 commit comments

Comments
 (0)