mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Added Looking view debugger package
9c497e60445a58b195d1bc3819f62b5b3c354a42
This commit is contained in:
@@ -272,6 +272,7 @@
|
||||
8CF8BBEA2B32682700569777 /* DivBuilders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF8BBE92B32682700569777 /* DivBuilders.swift */; };
|
||||
8CFD4C9E2B2C5B780092814C /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CFD4C9D2B2C5B780092814C /* Theme.swift */; };
|
||||
98133A0E2C5BD45800385C07 /* ViewSizeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98133A0D2C5BD45800385C07 /* ViewSizeTests.swift */; };
|
||||
98C920F42C8F46EE00B2FFD8 /* LookinServer in Frameworks */ = {isa = PBXBuildFile; productRef = 98C920F32C8F46EE00B2FFD8 /* LookinServer */; };
|
||||
E91B558D2C89D78400DDFEBD /* DivKitMarkdownExtension in Frameworks */ = {isa = PBXBuildFile; productRef = E91B558C2C89D78400DDFEBD /* DivKitMarkdownExtension */; };
|
||||
E91B558F2C89D81600DDFEBD /* DivKitMarkdownExtension in Frameworks */ = {isa = PBXBuildFile; productRef = E91B558E2C89D81600DDFEBD /* DivKitMarkdownExtension */; };
|
||||
E945FC44293DF95F0066C3EA /* DivTimerControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E945FC43293DF95F0066C3EA /* DivTimerControllerTests.swift */; };
|
||||
@@ -596,6 +597,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8C01499A2873297D00BA5402 /* DivKit in Frameworks */,
|
||||
98C920F42C8F46EE00B2FFD8 /* LookinServer in Frameworks */,
|
||||
76AD26822935F1B30088A360 /* RiveRuntime in Frameworks */,
|
||||
8CA382DF287C5CF000C99F4F /* DivKitExtensions in Frameworks */,
|
||||
E91B558D2C89D78400DDFEBD /* DivKitMarkdownExtension in Frameworks */,
|
||||
@@ -1372,6 +1374,7 @@
|
||||
0A9A9A9F28CB1A9200D1D810 /* Lottie */,
|
||||
76AD26812935F1B30088A360 /* RiveRuntime */,
|
||||
E91B558C2C89D78400DDFEBD /* DivKitMarkdownExtension */,
|
||||
98C920F32C8F46EE00B2FFD8 /* LookinServer */,
|
||||
);
|
||||
productName = DivKitPlayground;
|
||||
productReference = 8C4409ED2864C4D200EF4175 /* DivKit Playground.app */;
|
||||
@@ -1543,6 +1546,7 @@
|
||||
76AD26802935F1B30088A360 /* XCRemoteSwiftPackageReference "rive-ios" */,
|
||||
43EA1B4B2B9F833C00350EC5 /* XCRemoteSwiftPackageReference "swift-testing" */,
|
||||
7E2DFA9F2C7C7F430095775C /* XCRemoteSwiftPackageReference "vgsl" */,
|
||||
98C920F22C8F46EE00B2FFD8 /* XCRemoteSwiftPackageReference "LookinServer" */,
|
||||
);
|
||||
productRefGroup = 8C4409D22864C3A900EF4175 /* Products */;
|
||||
projectDirPath = "";
|
||||
@@ -2602,6 +2606,14 @@
|
||||
minimumVersion = 6.4.0;
|
||||
};
|
||||
};
|
||||
98C920F22C8F46EE00B2FFD8 /* XCRemoteSwiftPackageReference "LookinServer" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/QMUI/LookinServer/";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 1.2.8;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
@@ -2760,6 +2772,11 @@
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
productName = LayoutKit;
|
||||
};
|
||||
98C920F32C8F46EE00B2FFD8 /* LookinServer */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = 98C920F22C8F46EE00B2FFD8 /* XCRemoteSwiftPackageReference "LookinServer" */;
|
||||
productName = LookinServer;
|
||||
};
|
||||
E91B558C2C89D78400DDFEBD /* DivKitMarkdownExtension */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
productName = DivKitMarkdownExtension;
|
||||
|
||||
Reference in New Issue
Block a user