From 2f31fce2e9f16f11673718fa4767f4713be6c6d1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 May 2024 10:54:47 +0200 Subject: [PATCH] fram --- .../ArkitDoushiQi.xcodeproj/project.pbxproj | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ArkitDoushiQi/ArkitDoushiQi.xcodeproj/project.pbxproj b/ArkitDoushiQi/ArkitDoushiQi.xcodeproj/project.pbxproj index eaa8214..c5324e1 100644 --- a/ArkitDoushiQi/ArkitDoushiQi.xcodeproj/project.pbxproj +++ b/ArkitDoushiQi/ArkitDoushiQi.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 8203E9072BF60118005F5C4A /* DSQ.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8203E9062BF60118005F5C4A /* DSQ.xcframework */; }; + 8203E9082BF60118005F5C4A /* DSQ.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8203E9062BF60118005F5C4A /* DSQ.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; C205A2B72BF373360097BD93 /* ArkitDoushiQiApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2B62BF373360097BD93 /* ArkitDoushiQiApp.swift */; }; C205A2B92BF373360097BD93 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2B82BF373360097BD93 /* ContentView.swift */; }; C205A2BB2BF373380097BD93 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C205A2BA2BF373380097BD93 /* Assets.xcassets */; }; @@ -34,7 +36,22 @@ }; /* End PBXContainerItemProxy section */ +/* Begin PBXCopyFilesBuildPhase section */ + 8203E9092BF60118005F5C4A /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 8203E9082BF60118005F5C4A /* DSQ.xcframework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ + 8203E9062BF60118005F5C4A /* DSQ.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = DSQ.xcframework; path = ../../../SwiftUI_ARKit_2024/XCFramework/DSQ.xcframework; sourceTree = ""; }; C205A2B32BF373360097BD93 /* ArkitDoushiQi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ArkitDoushiQi.app; sourceTree = BUILT_PRODUCTS_DIR; }; C205A2B62BF373360097BD93 /* ArkitDoushiQiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArkitDoushiQiApp.swift; sourceTree = ""; }; C205A2B82BF373360097BD93 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -53,6 +70,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 8203E9072BF60118005F5C4A /* DSQ.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -73,6 +91,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 8203E9052BF60117005F5C4A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8203E9062BF60118005F5C4A /* DSQ.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; C205A2AA2BF373360097BD93 = { isa = PBXGroup; children = ( @@ -80,6 +106,7 @@ C205A2C62BF373380097BD93 /* ArkitDoushiQiTests */, C205A2D02BF373380097BD93 /* ArkitDoushiQiUITests */, C205A2B42BF373360097BD93 /* Products */, + 8203E9052BF60117005F5C4A /* Frameworks */, ); sourceTree = ""; }; @@ -140,6 +167,7 @@ C205A2AF2BF373360097BD93 /* Sources */, C205A2B02BF373360097BD93 /* Frameworks */, C205A2B12BF373360097BD93 /* Resources */, + 8203E9092BF60118005F5C4A /* Embed Frameworks */, ); buildRules = ( );