Skip to content

Commit

Permalink
spm: update ColorfulX
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Jan 13, 2024
1 parent a69bde2 commit 5c1fce0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Reveil.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
CC549F072AFA9F1800219CF8 /* EntryUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC549F062AFA9F1800219CF8 /* EntryUpdater.swift */; };
CC5AE1BB2AD1A4420087F082 /* SocketAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC5AE1BA2AD1A4420087F082 /* SocketAddress.swift */; };
CC5AE1BF2AD2F2010087F082 /* ifaddrs_safe.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC5AE1BE2AD2F2010087F082 /* ifaddrs_safe.swift */; };
CC77C7B62B526EBB00FAB4E3 /* ColorfulX in Frameworks */ = {isa = PBXBuildFile; productRef = CC77C7B52B526EBB00FAB4E3 /* ColorfulX */; };
CC7DC2912AF3EB1300D50EDC /* library_stub.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7DC2902AF3EB1300D50EDC /* library_stub.h */; settings = {ATTRIBUTES = (Public, ); }; };
CC7DC29B2AF3EBD600D50EDC /* library_stub.m in Sources */ = {isa = PBXBuildFile; fileRef = CC7DC29A2AF3EBD600D50EDC /* library_stub.m */; };
CC7DC29D2AF3ECA500D50EDC /* library_stub.zip in Resources */ = {isa = PBXBuildFile; fileRef = CC7DC29C2AF3ECA500D50EDC /* library_stub.zip */; };
Expand All @@ -127,7 +128,6 @@
CC7DC2B92AF7933800D50EDC /* proc_info.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7DC2B82AF7933800D50EDC /* proc_info.h */; };
CC7DC2BB2AF7935800D50EDC /* kern_control.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7DC2BA2AF7935800D50EDC /* kern_control.h */; };
CC7DC2BD2AF7937E00D50EDC /* route.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7DC2BC2AF7937E00D50EDC /* route.h */; };
CC84F06E2B52683B000B943B /* ColorfulX in Frameworks */ = {isa = PBXBuildFile; productRef = CC84F06D2B52683B000B943B /* ColorfulX */; };
CC9D249C2B3D954F00A18513 /* URL+Path.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC9D249A2B3D954F00A18513 /* URL+Path.swift */; };
CC9D249E2B3D954F00A18513 /* URL+Path.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC9D249A2B3D954F00A18513 /* URL+Path.swift */; };
CC9D24A72B3D97C300A18513 /* IntegrityChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA095DC2AED419B00F5E55F /* IntegrityChecker.swift */; };
Expand Down Expand Up @@ -368,7 +368,7 @@
buildActionMask = 2147483647;
files = (
CCD54D2C2AD9047D007ED1AF /* Collections in Frameworks */,
CC84F06E2B52683B000B943B /* ColorfulX in Frameworks */,
CC77C7B62B526EBB00FAB4E3 /* ColorfulX in Frameworks */,
CCA0956D2AE8D5E900F5E55F /* UIKit.framework in Frameworks */,
CCD54D2E2AD9047D007ED1AF /* DequeModule in Frameworks */,
5024F6EC2B1829EE000CEAB5 /* library_stub.framework in Frameworks */,
Expand Down Expand Up @@ -824,7 +824,7 @@
CCD54D2F2AD9047D007ED1AF /* OrderedCollections */,
0F08193C2ADAF1C600BB626C /* DictionaryCoder */,
CC7DC2A02AF3EEBB00D50EDC /* ZIPFoundation */,
CC84F06D2B52683B000B943B /* ColorfulX */,
CC77C7B52B526EBB00FAB4E3 /* ColorfulX */,
);
productName = Reveil;
productReference = CC4AE2B42ACAA4B400DA23AC /* Reveil.app */;
Expand Down Expand Up @@ -884,7 +884,7 @@
0F08193B2ADAF1C600BB626C /* XCRemoteSwiftPackageReference "DictionaryCoder" */,
CC7DC29F2AF3EEBB00D50EDC /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
0FA065832B3D8436000A7ECE /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
CC84F06C2B52683B000B943B /* XCRemoteSwiftPackageReference "ColorfulX" */,
CC77C7B42B526EBB00FAB4E3 /* XCRemoteSwiftPackageReference "ColorfulX" */,
);
productRefGroup = CC4AE2B52ACAA4B400DA23AC /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1524,20 +1524,20 @@
minimumVersion = 1.3.0;
};
};
CC7DC29F2AF3EEBB00D50EDC /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = {
CC77C7B42B526EBB00FAB4E3 /* XCRemoteSwiftPackageReference "ColorfulX" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/weichsel/ZIPFoundation.git";
repositoryURL = "https://github.com/Lakr233/ColorfulX.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.9.17;
minimumVersion = 2.3.1;
};
};
CC84F06C2B52683B000B943B /* XCRemoteSwiftPackageReference "ColorfulX" */ = {
CC7DC29F2AF3EEBB00D50EDC /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Lessica/ColorfulX.git";
repositoryURL = "https://github.com/weichsel/ZIPFoundation.git";
requirement = {
branch = "backport/xcode-14";
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 0.9.17;
};
};
CCD54D2A2AD9047D007ED1AF /* XCRemoteSwiftPackageReference "swift-collections" */ = {
Expand All @@ -1561,16 +1561,16 @@
package = 0FA065832B3D8436000A7ECE /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
productName = ArgumentParser;
};
CC77C7B52B526EBB00FAB4E3 /* ColorfulX */ = {
isa = XCSwiftPackageProductDependency;
package = CC77C7B42B526EBB00FAB4E3 /* XCRemoteSwiftPackageReference "ColorfulX" */;
productName = ColorfulX;
};
CC7DC2A02AF3EEBB00D50EDC /* ZIPFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = CC7DC29F2AF3EEBB00D50EDC /* XCRemoteSwiftPackageReference "ZIPFoundation" */;
productName = ZIPFoundation;
};
CC84F06D2B52683B000B943B /* ColorfulX */ = {
isa = XCSwiftPackageProductDependency;
package = CC84F06C2B52683B000B943B /* XCRemoteSwiftPackageReference "ColorfulX" */;
productName = ColorfulX;
};
CCD54D2B2AD9047D007ED1AF /* Collections */ = {
isa = XCSwiftPackageProductDependency;
package = CCD54D2A2AD9047D007ED1AF /* XCRemoteSwiftPackageReference "swift-collections" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "colorfulx",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Lessica/ColorfulX.git",
"location" : "https://github.com/Lakr233/ColorfulX.git",
"state" : {
"branch" : "backport/xcode-14",
"revision" : "c7661c6198520b67f4f78f72afd721a92398fa08"
"revision" : "11aae9e92a2f846ed26d275d0d3d6fad85d16837",
"version" : "2.3.1"
}
},
{
Expand Down

0 comments on commit 5c1fce0

Please sign in to comment.