|
@@ -14,6 +14,7 @@
|
|
|
A80327C12D8157CB00AF7878 /* TSTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80327C02D8157C500AF7878 /* TSTitleView.swift */; };
|
|
|
A80327C32D81581D00AF7878 /* TSTTPStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80327C22D81580800AF7878 /* TSTTPStyleView.swift */; };
|
|
|
A80327C52D81584500AF7878 /* TSGeneralBtnView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80327C42D81582F00AF7878 /* TSGeneralBtnView.swift */; };
|
|
|
+ A804B9812DBF500E00C494C7 /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = A804B9802DBF500E00C494C7 /* SwiftUIX */; };
|
|
|
A80E721A2D3F393A00C64288 /* DiyStickerModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E72192D3F393500C64288 /* DiyStickerModel.swift */; };
|
|
|
A80E721E2D3F3A7500C64288 /* DiyElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E721D2D3F3A7500C64288 /* DiyElement.swift */; };
|
|
|
A80E72202D3F3A8600C64288 /* DiyElementBaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A80E721F2D3F3A8600C64288 /* DiyElementBaseView.swift */; };
|
|
@@ -533,6 +534,7 @@
|
|
|
A85E47C62D697E750018D62D /* SwiftUIX in Frameworks */,
|
|
|
A89EA64B2D59A588000EB181 /* MessageKit in Frameworks */,
|
|
|
D34BB2B8FE0DBF83E06A3FC4 /* Pods_AIEmoji.framework in Frameworks */,
|
|
|
+ A804B9812DBF500E00C494C7 /* SwiftUIX in Frameworks */,
|
|
|
A8BA763C2DA4C225000B6707 /* SwiftUIX in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -2043,7 +2045,7 @@
|
|
|
minimizedProjectReferenceProxies = 1;
|
|
|
packageReferences = (
|
|
|
A89EA6492D59A588000EB181 /* XCRemoteSwiftPackageReference "MessageKit" */,
|
|
|
- A8BA763A2DA4C225000B6707 /* XCRemoteSwiftPackageReference "SwiftUIX" */,
|
|
|
+ A804B97F2DBF500E00C494C7 /* XCRemoteSwiftPackageReference "SwiftUIX" */,
|
|
|
);
|
|
|
preferredProjectObjectVersion = 77;
|
|
|
productRefGroup = A8F7746A2D38E8B000AA6E93 /* Products */;
|
|
@@ -2628,6 +2630,14 @@
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
|
+ A804B97F2DBF500E00C494C7 /* XCRemoteSwiftPackageReference "SwiftUIX" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "https://github.com/SwiftUIX/SwiftUIX.git";
|
|
|
+ requirement = {
|
|
|
+ kind = upToNextMajorVersion;
|
|
|
+ minimumVersion = 0.2.3;
|
|
|
+ };
|
|
|
+ };
|
|
|
A89EA6492D59A588000EB181 /* XCRemoteSwiftPackageReference "MessageKit" */ = {
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
repositoryURL = "https://github.com/MessageKit/MessageKit";
|
|
@@ -2647,6 +2657,11 @@
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
+ A804B9802DBF500E00C494C7 /* SwiftUIX */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = A804B97F2DBF500E00C494C7 /* XCRemoteSwiftPackageReference "SwiftUIX" */;
|
|
|
+ productName = SwiftUIX;
|
|
|
+ };
|
|
|
A85E47C52D697E750018D62D /* SwiftUIX */ = {
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
productName = SwiftUIX;
|