|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 50; |
| 6 | + objectVersion = 52; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 79BDC7A425AA8B8C00368BE7 /* testDevApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BDC7A325AA8B8C00368BE7 /* testDevApp.swift */; };
|
11 | 11 | 79BDC7A625AA8B8C00368BE7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BDC7A525AA8B8C00368BE7 /* ContentView.swift */; };
|
12 | 12 | 79BDC7A825AA8B8C00368BE7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79BDC7A725AA8B8C00368BE7 /* Assets.xcassets */; };
|
13 | 13 | 79BDC7AB25AA8B8C00368BE7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79BDC7AA25AA8B8C00368BE7 /* Preview Assets.xcassets */; };
|
| 14 | + 79BDC7F525AB638B00368BE7 /* FileBrowserSUI in Frameworks */ = {isa = PBXBuildFile; productRef = 79BDC7F425AB638B00368BE7 /* FileBrowserSUI */; }; |
14 | 15 | /* End PBXBuildFile section */
|
15 | 16 |
|
16 | 17 | /* Begin PBXFileReference section */
|
|
27 | 28 | isa = PBXFrameworksBuildPhase;
|
28 | 29 | buildActionMask = 2147483647;
|
29 | 30 | files = (
|
| 31 | + 79BDC7F525AB638B00368BE7 /* FileBrowserSUI in Frameworks */, |
30 | 32 | );
|
31 | 33 | runOnlyForDeploymentPostprocessing = 0;
|
32 | 34 | };
|
|
85 | 87 | dependencies = (
|
86 | 88 | );
|
87 | 89 | name = testDev;
|
| 90 | + packageProductDependencies = ( |
| 91 | + 79BDC7F425AB638B00368BE7 /* FileBrowserSUI */, |
| 92 | + ); |
88 | 93 | productName = testDev;
|
89 | 94 | productReference = 79BDC7A025AA8B8C00368BE7 /* testDev.app */;
|
90 | 95 | productType = "com.apple.product-type.application";
|
|
112 | 117 | Base,
|
113 | 118 | );
|
114 | 119 | mainGroup = 79BDC79725AA8B8C00368BE7;
|
| 120 | + packageReferences = ( |
| 121 | + 79BDC7F325AB638B00368BE7 /* XCRemoteSwiftPackageReference "FileBrowserSUI" */, |
| 122 | + ); |
115 | 123 | productRefGroup = 79BDC7A125AA8B8C00368BE7 /* Products */;
|
116 | 124 | projectDirPath = "";
|
117 | 125 | projectRoot = "";
|
|
328 | 336 | defaultConfigurationName = Release;
|
329 | 337 | };
|
330 | 338 | /* End XCConfigurationList section */
|
| 339 | + |
| 340 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 341 | + 79BDC7F325AB638B00368BE7 /* XCRemoteSwiftPackageReference "FileBrowserSUI" */ = { |
| 342 | + isa = XCRemoteSwiftPackageReference; |
| 343 | + repositoryURL = "https://github.com/rlegault33/FileBrowserSUI.git"; |
| 344 | + requirement = { |
| 345 | + branch = main; |
| 346 | + kind = branch; |
| 347 | + }; |
| 348 | + }; |
| 349 | +/* End XCRemoteSwiftPackageReference section */ |
| 350 | + |
| 351 | +/* Begin XCSwiftPackageProductDependency section */ |
| 352 | + 79BDC7F425AB638B00368BE7 /* FileBrowserSUI */ = { |
| 353 | + isa = XCSwiftPackageProductDependency; |
| 354 | + package = 79BDC7F325AB638B00368BE7 /* XCRemoteSwiftPackageReference "FileBrowserSUI" */; |
| 355 | + productName = FileBrowserSUI; |
| 356 | + }; |
| 357 | +/* End XCSwiftPackageProductDependency section */ |
331 | 358 | };
|
332 | 359 | rootObject = 79BDC79825AA8B8C00368BE7 /* Project object */;
|
333 | 360 | }
|
0 commit comments