From dd31df23c4a4b0ab5357014bf822a3704cf21621 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 25 十一月 2021 16:51:01 +0800 Subject: [PATCH] 2021-11-25 1.更新 --- HDLSceneSiriDemo/HDLSceneSiriDemo.xcodeproj/project.pbxproj | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 318 insertions(+), 6 deletions(-) diff --git a/HDLSceneSiriDemo/HDLSceneSiriDemo.xcodeproj/project.pbxproj b/HDLSceneSiriDemo/HDLSceneSiriDemo.xcodeproj/project.pbxproj index a8f9e9d..5601df4 100644 --- a/HDLSceneSiriDemo/HDLSceneSiriDemo.xcodeproj/project.pbxproj +++ b/HDLSceneSiriDemo/HDLSceneSiriDemo.xcodeproj/project.pbxproj @@ -16,13 +16,55 @@ B9595E602744D77D00948DB9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E5F2744D77D00948DB9 /* main.m */; }; B9595E6B2744D80400948DB9 /* HDLSiriSceneListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E682744D80400948DB9 /* HDLSiriSceneListCell.m */; }; B9595E6C2744D80400948DB9 /* HDLSiriSceneListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E6A2744D80400948DB9 /* HDLSiriSceneListViewController.m */; }; - B9595E7B2744D9D200948DB9 /* HDLRunSceneIntent.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E792744D9D200948DB9 /* HDLRunSceneIntent.m */; }; B9595E7E2744DA3B00948DB9 /* HDLSiriSceneModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E7D2744DA3B00948DB9 /* HDLSiriSceneModel.m */; }; B9595E812744DA7000948DB9 /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9595E802744DA7000948DB9 /* Intents.framework */; }; B9595E842744DC9000948DB9 /* HDLSceneSiri.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E832744DC8F00948DB9 /* HDLSceneSiri.m */; }; B9595E9A2744E00100948DB9 /* TopBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = B9595E992744E00100948DB9 /* TopBarView.m */; }; B9595E9D2744E5E900948DB9 /* IntentsUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9595E9C2744E5E900948DB9 /* IntentsUI.framework */; }; + B9DD87EB274F7B8200E37C32 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = B9DD87EA274F7B8200E37C32 /* Intents.intentdefinition */; }; + B9DD87F1274F7CBC00E37C32 /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9595E802744DA7000948DB9 /* Intents.framework */; }; + B9DD87F5274F7CBC00E37C32 /* IntentHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B9DD87F4274F7CBC00E37C32 /* IntentHandler.m */; }; + B9DD87FC274F7CBC00E37C32 /* IntentsUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9595E9C2744E5E900948DB9 /* IntentsUI.framework */; }; + B9DD8800274F7CBC00E37C32 /* IntentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9DD87FF274F7CBC00E37C32 /* IntentViewController.m */; }; + B9DD8803274F7CBC00E37C32 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9DD8801274F7CBC00E37C32 /* MainInterface.storyboard */; }; + B9DD8808274F7CBC00E37C32 /* HDLSceneSiriUI.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = B9DD87FB274F7CBC00E37C32 /* HDLSceneSiriUI.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + B9DD880B274F7CBC00E37C32 /* HDLSceneSiri.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = B9DD87F0274F7CBC00E37C32 /* HDLSceneSiri.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + B9DD8812274F7CE000E37C32 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = B9DD87EA274F7B8200E37C32 /* Intents.intentdefinition */; }; + B9DD8813274F7CEC00E37C32 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = B9DD87EA274F7B8200E37C32 /* Intents.intentdefinition */; }; + B9DD8816274F7D0C00E37C32 /* HDLSceneHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B9DD8815274F7D0C00E37C32 /* HDLSceneHandler.m */; }; /* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + B9DD8805274F7CBC00E37C32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B9595E422744D77800948DB9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9DD87FA274F7CBC00E37C32; + remoteInfo = HDLSceneSiriUI; + }; + B9DD8809274F7CBC00E37C32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B9595E422744D77800948DB9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9DD87EF274F7CBC00E37C32; + remoteInfo = HDLSceneSiri; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + B9DD8807274F7CBC00E37C32 /* Embed App Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + B9DD8808274F7CBC00E37C32 /* HDLSceneSiriUI.appex in Embed App Extensions */, + B9DD880B274F7CBC00E37C32 /* HDLSceneSiri.appex in Embed App Extensions */, + ); + name = "Embed App Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ B9595E4A2744D77800948DB9 /* HDLSceneSiriDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HDLSceneSiriDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -41,8 +83,6 @@ B9595E682744D80400948DB9 /* HDLSiriSceneListCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLSiriSceneListCell.m; sourceTree = "<group>"; }; B9595E692744D80400948DB9 /* HDLSiriSceneListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLSiriSceneListViewController.h; sourceTree = "<group>"; }; B9595E6A2744D80400948DB9 /* HDLSiriSceneListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLSiriSceneListViewController.m; sourceTree = "<group>"; }; - B9595E792744D9D200948DB9 /* HDLRunSceneIntent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDLRunSceneIntent.m; sourceTree = "<group>"; }; - B9595E7A2744D9D200948DB9 /* HDLRunSceneIntent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDLRunSceneIntent.h; sourceTree = "<group>"; }; B9595E7C2744DA3B00948DB9 /* HDLSiriSceneModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HDLSiriSceneModel.h; sourceTree = "<group>"; }; B9595E7D2744DA3B00948DB9 /* HDLSiriSceneModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HDLSiriSceneModel.m; sourceTree = "<group>"; }; B9595E802744DA7000948DB9 /* Intents.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Intents.framework; path = System/Library/Frameworks/Intents.framework; sourceTree = SDKROOT; }; @@ -52,6 +92,18 @@ B9595E992744E00100948DB9 /* TopBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopBarView.m; sourceTree = "<group>"; }; B9595E9B2744E49E00948DB9 /* HDLSceneSiriDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HDLSceneSiriDemo.entitlements; sourceTree = "<group>"; }; B9595E9C2744E5E900948DB9 /* IntentsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IntentsUI.framework; path = System/Library/Frameworks/IntentsUI.framework; sourceTree = SDKROOT; }; + B9DD87EA274F7B8200E37C32 /* Intents.intentdefinition */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.intentdefinition; path = Intents.intentdefinition; sourceTree = "<group>"; }; + B9DD87F0274F7CBC00E37C32 /* HDLSceneSiri.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = HDLSceneSiri.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + B9DD87F3274F7CBC00E37C32 /* IntentHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntentHandler.h; sourceTree = "<group>"; }; + B9DD87F4274F7CBC00E37C32 /* IntentHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IntentHandler.m; sourceTree = "<group>"; }; + B9DD87F6274F7CBC00E37C32 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + B9DD87FB274F7CBC00E37C32 /* HDLSceneSiriUI.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = HDLSceneSiriUI.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + B9DD87FE274F7CBC00E37C32 /* IntentViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntentViewController.h; sourceTree = "<group>"; }; + B9DD87FF274F7CBC00E37C32 /* IntentViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IntentViewController.m; sourceTree = "<group>"; }; + B9DD8802274F7CBC00E37C32 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; }; + B9DD8804274F7CBC00E37C32 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + B9DD8814274F7D0B00E37C32 /* HDLSceneHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HDLSceneHandler.h; sourceTree = "<group>"; }; + B9DD8815274F7D0C00E37C32 /* HDLSceneHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HDLSceneHandler.m; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -64,6 +116,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B9DD87ED274F7CBC00E37C32 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B9DD87F1274F7CBC00E37C32 /* Intents.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9DD87F8274F7CBC00E37C32 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B9DD87FC274F7CBC00E37C32 /* IntentsUI.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -71,6 +139,8 @@ isa = PBXGroup; children = ( B9595E4C2744D77800948DB9 /* HDLSceneSiriDemo */, + B9DD87F2274F7CBC00E37C32 /* HDLSceneSiri */, + B9DD87FD274F7CBC00E37C32 /* HDLSceneSiriUI */, B9595E4B2744D77800948DB9 /* Products */, B9595E7F2744DA6F00948DB9 /* Frameworks */, ); @@ -80,6 +150,8 @@ isa = PBXGroup; children = ( B9595E4A2744D77800948DB9 /* HDLSceneSiriDemo.app */, + B9DD87F0274F7CBC00E37C32 /* HDLSceneSiri.appex */, + B9DD87FB274F7CBC00E37C32 /* HDLSceneSiriUI.appex */, ); name = Products; sourceTree = "<group>"; @@ -87,6 +159,7 @@ B9595E4C2744D77800948DB9 /* HDLSceneSiriDemo */ = { isa = PBXGroup; children = ( + B9DD87EA274F7B8200E37C32 /* Intents.intentdefinition */, B9595E9B2744E49E00948DB9 /* HDLSceneSiriDemo.entitlements */, B9595E662744D79F00948DB9 /* HDLSceneSiri */, B9595E4D2744D77800948DB9 /* AppDelegate.h */, @@ -109,8 +182,6 @@ children = ( B9595E982744E00100948DB9 /* TopBarView.h */, B9595E992744E00100948DB9 /* TopBarView.m */, - B9595E7A2744D9D200948DB9 /* HDLRunSceneIntent.h */, - B9595E792744D9D200948DB9 /* HDLRunSceneIntent.m */, B9595E672744D80400948DB9 /* HDLSiriSceneListCell.h */, B9595E682744D80400948DB9 /* HDLSiriSceneListCell.m */, B9595E692744D80400948DB9 /* HDLSiriSceneListViewController.h */, @@ -132,6 +203,29 @@ name = Frameworks; sourceTree = "<group>"; }; + B9DD87F2274F7CBC00E37C32 /* HDLSceneSiri */ = { + isa = PBXGroup; + children = ( + B9DD87F3274F7CBC00E37C32 /* IntentHandler.h */, + B9DD87F4274F7CBC00E37C32 /* IntentHandler.m */, + B9DD87F6274F7CBC00E37C32 /* Info.plist */, + B9DD8814274F7D0B00E37C32 /* HDLSceneHandler.h */, + B9DD8815274F7D0C00E37C32 /* HDLSceneHandler.m */, + ); + path = HDLSceneSiri; + sourceTree = "<group>"; + }; + B9DD87FD274F7CBC00E37C32 /* HDLSceneSiriUI */ = { + isa = PBXGroup; + children = ( + B9DD87FE274F7CBC00E37C32 /* IntentViewController.h */, + B9DD87FF274F7CBC00E37C32 /* IntentViewController.m */, + B9DD8801274F7CBC00E37C32 /* MainInterface.storyboard */, + B9DD8804274F7CBC00E37C32 /* Info.plist */, + ); + path = HDLSceneSiriUI; + sourceTree = "<group>"; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -142,15 +236,52 @@ B9595E462744D77800948DB9 /* Sources */, B9595E472744D77800948DB9 /* Frameworks */, B9595E482744D77800948DB9 /* Resources */, + B9DD8807274F7CBC00E37C32 /* Embed App Extensions */, ); buildRules = ( ); dependencies = ( + B9DD8806274F7CBC00E37C32 /* PBXTargetDependency */, + B9DD880A274F7CBC00E37C32 /* PBXTargetDependency */, ); name = HDLSceneSiriDemo; productName = HDLSceneSiriDemo; productReference = B9595E4A2744D77800948DB9 /* HDLSceneSiriDemo.app */; productType = "com.apple.product-type.application"; + }; + B9DD87EF274F7CBC00E37C32 /* HDLSceneSiri */ = { + isa = PBXNativeTarget; + buildConfigurationList = B9DD880F274F7CBC00E37C32 /* Build configuration list for PBXNativeTarget "HDLSceneSiri" */; + buildPhases = ( + B9DD87EC274F7CBC00E37C32 /* Sources */, + B9DD87ED274F7CBC00E37C32 /* Frameworks */, + B9DD87EE274F7CBC00E37C32 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = HDLSceneSiri; + productName = HDLSceneSiri; + productReference = B9DD87F0274F7CBC00E37C32 /* HDLSceneSiri.appex */; + productType = "com.apple.product-type.app-extension"; + }; + B9DD87FA274F7CBC00E37C32 /* HDLSceneSiriUI */ = { + isa = PBXNativeTarget; + buildConfigurationList = B9DD880C274F7CBC00E37C32 /* Build configuration list for PBXNativeTarget "HDLSceneSiriUI" */; + buildPhases = ( + B9DD87F7274F7CBC00E37C32 /* Sources */, + B9DD87F8274F7CBC00E37C32 /* Frameworks */, + B9DD87F9274F7CBC00E37C32 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = HDLSceneSiriUI; + productName = HDLSceneSiriUI; + productReference = B9DD87FB274F7CBC00E37C32 /* HDLSceneSiriUI.appex */; + productType = "com.apple.product-type.app-extension"; }; /* End PBXNativeTarget section */ @@ -162,6 +293,12 @@ LastUpgradeCheck = 1300; TargetAttributes = { B9595E492744D77800948DB9 = { + CreatedOnToolsVersion = 13.0; + }; + B9DD87EF274F7CBC00E37C32 = { + CreatedOnToolsVersion = 13.0; + }; + B9DD87FA274F7CBC00E37C32 = { CreatedOnToolsVersion = 13.0; }; }; @@ -180,6 +317,8 @@ projectRoot = ""; targets = ( B9595E492744D77800948DB9 /* HDLSceneSiriDemo */, + B9DD87EF274F7CBC00E37C32 /* HDLSceneSiri */, + B9DD87FA274F7CBC00E37C32 /* HDLSceneSiriUI */, ); }; /* End PBXProject section */ @@ -195,6 +334,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B9DD87EE274F7CBC00E37C32 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9DD87F9274F7CBC00E37C32 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9DD8803274F7CBC00E37C32 /* MainInterface.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -207,15 +361,47 @@ B9595E7E2744DA3B00948DB9 /* HDLSiriSceneModel.m in Sources */, B9595E4F2744D77800948DB9 /* AppDelegate.m in Sources */, B9595E602744D77D00948DB9 /* main.m in Sources */, - B9595E7B2744D9D200948DB9 /* HDLRunSceneIntent.m in Sources */, B9595E522744D77800948DB9 /* SceneDelegate.m in Sources */, B9595E6C2744D80400948DB9 /* HDLSiriSceneListViewController.m in Sources */, B9595E9A2744E00100948DB9 /* TopBarView.m in Sources */, + B9DD87EB274F7B8200E37C32 /* Intents.intentdefinition in Sources */, B9595E6B2744D80400948DB9 /* HDLSiriSceneListCell.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; + B9DD87EC274F7CBC00E37C32 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9DD8816274F7D0C00E37C32 /* HDLSceneHandler.m in Sources */, + B9DD8812274F7CE000E37C32 /* Intents.intentdefinition in Sources */, + B9DD87F5274F7CBC00E37C32 /* IntentHandler.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B9DD87F7274F7CBC00E37C32 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B9DD8813274F7CEC00E37C32 /* Intents.intentdefinition in Sources */, + B9DD8800274F7CBC00E37C32 /* IntentViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B9DD8806274F7CBC00E37C32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B9DD87FA274F7CBC00E37C32 /* HDLSceneSiriUI */; + targetProxy = B9DD8805274F7CBC00E37C32 /* PBXContainerItemProxy */; + }; + B9DD880A274F7CBC00E37C32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B9DD87EF274F7CBC00E37C32 /* HDLSceneSiri */; + targetProxy = B9DD8809274F7CBC00E37C32 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ B9595E562744D77800948DB9 /* Main.storyboard */ = { @@ -232,6 +418,14 @@ B9595E5C2744D77D00948DB9 /* Base */, ); name = LaunchScreen.storyboard; + sourceTree = "<group>"; + }; + B9DD8801274F7CBC00E37C32 /* MainInterface.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B9DD8802274F7CBC00E37C32 /* Base */, + ); + name = MainInterface.storyboard; sourceTree = "<group>"; }; /* End PBXVariantGroup section */ @@ -405,6 +599,106 @@ }; name = Release; }; + B9DD880D274F7CBC00E37C32 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BVTA78PRYA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = HDLSceneSiriUI/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = HDLSceneSiriUI; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.hdl.HDLSceneSiriDemo.HDLSceneSiriUI; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B9DD880E274F7CBC00E37C32 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BVTA78PRYA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = HDLSceneSiriUI/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = HDLSceneSiriUI; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.hdl.HDLSceneSiriDemo.HDLSceneSiriUI; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + B9DD8810274F7CBC00E37C32 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BVTA78PRYA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = HDLSceneSiri/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = HDLSceneSiri; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.hdl.HDLSceneSiriDemo.HDLSceneSiri; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B9DD8811274F7CBC00E37C32 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BVTA78PRYA; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = HDLSceneSiri/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = HDLSceneSiri; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.hdl.HDLSceneSiriDemo.HDLSceneSiri; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -426,6 +720,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B9DD880C274F7CBC00E37C32 /* Build configuration list for PBXNativeTarget "HDLSceneSiriUI" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9DD880D274F7CBC00E37C32 /* Debug */, + B9DD880E274F7CBC00E37C32 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B9DD880F274F7CBC00E37C32 /* Build configuration list for PBXNativeTarget "HDLSceneSiri" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9DD8810274F7CBC00E37C32 /* Debug */, + B9DD8811274F7CBC00E37C32 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = B9595E422744D77800948DB9 /* Project object */; -- Gitblit v1.8.0