Skip to content

Commit 9dd91a2

Browse files
Sam Lusenmu
authored andcommitted
Add DockProgress swift package
1 parent 9cf1012 commit 9dd91a2

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

Xcodes.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
E8E98A9025D8631800EC89A0 /* InstallationStepRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAFBC3FF259AC17F00E2A3D8 /* InstallationStepRowView.swift */; };
117117
E8E98A9625D863D700EC89A0 /* InstallationStepDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E98A9525D863D700EC89A0 /* InstallationStepDetailView.swift */; };
118118
E8F81FC4282D8A17006CBD0F /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = E8F81FC3282D8A17006CBD0F /* Sparkle */; };
119+
E689540325BE8C64000EBCEA /* DockProgress in Frameworks */ = {isa = PBXBuildFile; productRef = E689540225BE8C64000EBCEA /* DockProgress */; };
119120
/* End PBXBuildFile section */
120121

121122
/* Begin PBXContainerItemProxy section */
@@ -326,6 +327,7 @@
326327
E8F81FC4282D8A17006CBD0F /* Sparkle in Frameworks */,
327328
CABFA9E42592F08E00380FEE /* Version in Frameworks */,
328329
CABFA9FD2592F13300380FEE /* LegibleError in Frameworks */,
330+
E689540325BE8C64000EBCEA /* DockProgress in Frameworks */,
329331
CA9FF86D25951C6E00E47BAF /* XCModel in Frameworks */,
330332
CABFA9F82592F0F900380FEE /* KeychainAccess in Frameworks */,
331333
CAA858CD25A3D8BC00ACF8C0 /* ErrorHandling in Frameworks */,
@@ -665,6 +667,7 @@
665667
CA9FF86C25951C6E00E47BAF /* XCModel */,
666668
CAA858CC25A3D8BC00ACF8C0 /* ErrorHandling */,
667669
E8F81FC3282D8A17006CBD0F /* Sparkle */,
670+
E689540225BE8C64000EBCEA /* DockProgress */,
668671
);
669672
productName = XcodesMac;
670673
productReference = CAD2E79E2449574E00113D76 /* Xcodes.app */;
@@ -748,6 +751,7 @@
748751
CAA858CB25A3D8BC00ACF8C0 /* XCRemoteSwiftPackageReference "ErrorHandling" */,
749752
CAC28186259EE27200B8AB0B /* XCRemoteSwiftPackageReference "CombineExpectations" */,
750753
E8F81FC2282D8A17006CBD0F /* XCRemoteSwiftPackageReference "Sparkle" */,
754+
E689540125BE8C64000EBCEA /* XCRemoteSwiftPackageReference "DockProgress" */,
751755
);
752756
productRefGroup = CAD2E79F2449574E00113D76 /* Products */;
753757
projectDirPath = "";
@@ -1475,6 +1479,14 @@
14751479
minimumVersion = 2.0.0;
14761480
};
14771481
};
1482+
E689540125BE8C64000EBCEA /* XCRemoteSwiftPackageReference "DockProgress" */ = {
1483+
isa = XCRemoteSwiftPackageReference;
1484+
repositoryURL = "https://github.com/sindresorhus/DockProgress";
1485+
requirement = {
1486+
kind = upToNextMinorVersion;
1487+
minimumVersion = 3.2.0;
1488+
};
1489+
};
14781490
/* End XCRemoteSwiftPackageReference section */
14791491

14801492
/* Begin XCSwiftPackageProductDependency section */
@@ -1527,6 +1539,11 @@
15271539
package = E8F81FC2282D8A17006CBD0F /* XCRemoteSwiftPackageReference "Sparkle" */;
15281540
productName = Sparkle;
15291541
};
1542+
E689540225BE8C64000EBCEA /* DockProgress */ = {
1543+
isa = XCSwiftPackageProductDependency;
1544+
package = E689540125BE8C64000EBCEA /* XCRemoteSwiftPackageReference "DockProgress" */;
1545+
productName = DockProgress;
1546+
};
15301547
/* End XCSwiftPackageProductDependency section */
15311548
};
15321549
rootObject = CAD2E7962449574E00113D76 /* Project object */;

Xcodes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Xcodes/Resources/Licenses.rtf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,21 @@ For more information, please refer to &lt;<http://unlicense.org/>&gt;\
308308
otherwise be required by Sections 4(a), 4(b) and 4(d) of the License.\
309309
\
310310

311+
\fs34 DockProgress\
312+
\
313+
314+
\fs26 MIT License\
315+
\
316+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\
317+
\
318+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\
319+
\
320+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\
321+
\
322+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\
323+
\
324+
\
325+
311326
\fs34 KeychainAccess\
312327
\
313328

0 commit comments

Comments
 (0)