mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
feat: add libunxip SPM dependency to Package.swift
This commit is contained in:
parent
1a0d3353b9
commit
7f66abf0e8
3 changed files with 23 additions and 0 deletions
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"permissions": {
|
||||
"additionalDirectories": [
|
||||
"/Users/prompting.ai.runner/Developer/swift-ecosystem/unxip"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
.swift-version
Normal file
1
.swift-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
xcode
|
||||
|
|
@ -733,6 +733,7 @@
|
|||
E83FDC432CBB649100679C6B /* Sparkle */,
|
||||
334A932B2CA885A400A5E079 /* LibFido2Swift */,
|
||||
E862D43A2CC8B26F00BAA376 /* SRP */,
|
||||
384B2EA792F22A3FA8FA2A6D /* libunxip */,
|
||||
);
|
||||
productName = XcodesMac;
|
||||
productReference = CAD2E79E2449574E00113D76 /* Xcodes.app */;
|
||||
|
|
@ -822,6 +823,7 @@
|
|||
E84E4F552B335094003F3959 /* XCRemoteSwiftPackageReference "swift-collections" */,
|
||||
E83FDC422CBB649100679C6B /* XCRemoteSwiftPackageReference "Sparkle" */,
|
||||
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */,
|
||||
F44E8FB7C176637283722800 /* XCRemoteSwiftPackageReference "unxip" */,
|
||||
);
|
||||
productRefGroup = CAD2E79F2449574E00113D76 /* Products */;
|
||||
projectDirPath = "";
|
||||
|
|
@ -1592,6 +1594,14 @@
|
|||
kind = branch;
|
||||
};
|
||||
};
|
||||
F44E8FB7C176637283722800 /* XCRemoteSwiftPackageReference "unxip" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/saagarjha/unxip.git";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 3.3.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
|
|
@ -1666,6 +1676,11 @@
|
|||
package = E8FD5725291EE4AC001E004C /* XCRemoteSwiftPackageReference "AsyncHTTPNetworkService" */;
|
||||
productName = AsyncNetworkService;
|
||||
};
|
||||
384B2EA792F22A3FA8FA2A6D /* libunxip */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = F44E8FB7C176637283722800 /* XCRemoteSwiftPackageReference "unxip" */;
|
||||
productName = libunxip;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = CAD2E7962449574E00113D76 /* Project object */;
|
||||
|
|
|
|||
Loading…
Reference in a new issue