|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 080677C628BE7D8B00000E16 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080677C528BE7D8B00000E16 /* ViewController.swift */; }; |
11 | 11 | 080677C828BE7DA400000E16 /* WrapStackDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080677C728BE7DA400000E16 /* WrapStackDemoViewController.swift */; }; |
| 12 | + 08A24B8428E49A9600CDD7E2 /* LookinServer in Frameworks */ = {isa = PBXBuildFile; productRef = 08A24B8328E49A9600CDD7E2 /* LookinServer */; }; |
| 13 | + 08A24B8628E49C7A00CDD7E2 /* HVStackWrapperViewDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A24B8528E49C7A00CDD7E2 /* HVStackWrapperViewDemoViewController.swift */; }; |
12 | 14 | 08E16CD9289ABA1C0019D7CB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E16CD8289ABA1C0019D7CB /* AppDelegate.swift */; }; |
13 | 15 | 08E16CDB289ABA1C0019D7CB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E16CDA289ABA1C0019D7CB /* SceneDelegate.swift */; }; |
14 | 16 | 08E16CDD289ABA1C0019D7CB /* HVStackDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E16CDC289ABA1C0019D7CB /* HVStackDemoViewController.swift */; }; |
|
22 | 24 | /* Begin PBXFileReference section */ |
23 | 25 | 080677C528BE7D8B00000E16 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
24 | 26 | 080677C728BE7DA400000E16 /* WrapStackDemoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WrapStackDemoViewController.swift; sourceTree = "<group>"; }; |
| 27 | + 08A24B8528E49C7A00CDD7E2 /* HVStackWrapperViewDemoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HVStackWrapperViewDemoViewController.swift; sourceTree = "<group>"; }; |
25 | 28 | 08E16CD5289ABA1C0019D7CB /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 29 | 08E16CD8289ABA1C0019D7CB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
27 | 30 | 08E16CDA289ABA1C0019D7CB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
39 | 42 | buildActionMask = 2147483647; |
40 | 43 | files = ( |
41 | 44 | 08F2594E28BD06150098174B /* PinLayout in Frameworks */, |
| 45 | + 08A24B8428E49A9600CDD7E2 /* LookinServer in Frameworks */, |
42 | 46 | 08F2594C28BD060D0098174B /* StackKit in Frameworks */, |
43 | 47 | ); |
44 | 48 | runOnlyForDeploymentPostprocessing = 0; |
|
71 | 75 | 08E16CDA289ABA1C0019D7CB /* SceneDelegate.swift */, |
72 | 76 | 080677C528BE7D8B00000E16 /* ViewController.swift */, |
73 | 77 | 08E16CDC289ABA1C0019D7CB /* HVStackDemoViewController.swift */, |
| 78 | + 08A24B8528E49C7A00CDD7E2 /* HVStackWrapperViewDemoViewController.swift */, |
74 | 79 | 080677C728BE7DA400000E16 /* WrapStackDemoViewController.swift */, |
75 | 80 | 08E16CDE289ABA1C0019D7CB /* Main.storyboard */, |
76 | 81 | 08E16CE1289ABA1D0019D7CB /* Assets.xcassets */, |
|
114 | 119 | packageProductDependencies = ( |
115 | 120 | 08F2594B28BD060D0098174B /* StackKit */, |
116 | 121 | 08F2594D28BD06150098174B /* PinLayout */, |
| 122 | + 08A24B8328E49A9600CDD7E2 /* LookinServer */, |
117 | 123 | ); |
118 | 124 | productName = TestStackKit; |
119 | 125 | productReference = 08E16CD5289ABA1C0019D7CB /* Demo.app */; |
|
145 | 151 | mainGroup = 08E16CCC289ABA1C0019D7CB; |
146 | 152 | packageReferences = ( |
147 | 153 | 085CA41F28BD0521000E74CD /* XCRemoteSwiftPackageReference "pinlayout" */, |
| 154 | + 08A24B8228E49A9600CDD7E2 /* XCRemoteSwiftPackageReference "LookinServer" */, |
148 | 155 | ); |
149 | 156 | productRefGroup = 08E16CD6289ABA1C0019D7CB /* Products */; |
150 | 157 | projectDirPath = ""; |
|
176 | 183 | 080677C628BE7D8B00000E16 /* ViewController.swift in Sources */, |
177 | 184 | 08E16CDD289ABA1C0019D7CB /* HVStackDemoViewController.swift in Sources */, |
178 | 185 | 080677C828BE7DA400000E16 /* WrapStackDemoViewController.swift in Sources */, |
| 186 | + 08A24B8628E49C7A00CDD7E2 /* HVStackWrapperViewDemoViewController.swift in Sources */, |
179 | 187 | 08E16CD9289ABA1C0019D7CB /* AppDelegate.swift in Sources */, |
180 | 188 | 08E16CDB289ABA1C0019D7CB /* SceneDelegate.swift in Sources */, |
181 | 189 | ); |
|
405 | 413 | minimumVersion = 1.0.0; |
406 | 414 | }; |
407 | 415 | }; |
| 416 | + 08A24B8228E49A9600CDD7E2 /* XCRemoteSwiftPackageReference "LookinServer" */ = { |
| 417 | + isa = XCRemoteSwiftPackageReference; |
| 418 | + repositoryURL = "https://github.com/QMUI/LookinServer/"; |
| 419 | + requirement = { |
| 420 | + branch = develop; |
| 421 | + kind = branch; |
| 422 | + }; |
| 423 | + }; |
408 | 424 | /* End XCRemoteSwiftPackageReference section */ |
409 | 425 |
|
410 | 426 | /* Begin XCSwiftPackageProductDependency section */ |
| 427 | + 08A24B8328E49A9600CDD7E2 /* LookinServer */ = { |
| 428 | + isa = XCSwiftPackageProductDependency; |
| 429 | + package = 08A24B8228E49A9600CDD7E2 /* XCRemoteSwiftPackageReference "LookinServer" */; |
| 430 | + productName = LookinServer; |
| 431 | + }; |
411 | 432 | 08F2594B28BD060D0098174B /* StackKit */ = { |
412 | 433 | isa = XCSwiftPackageProductDependency; |
413 | 434 | productName = StackKit; |
|
0 commit comments