mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Remove .git suffix from certain dependencies
This commit is contained in:
parent
7d97257514
commit
5fa541ffb7
@ -1779,11 +1779,11 @@
|
|||||||
packageReferences = (
|
packageReferences = (
|
||||||
C13F55E4518415CB4C278E73 /* XCRemoteSwiftPackageReference "DTCoreText" */,
|
C13F55E4518415CB4C278E73 /* XCRemoteSwiftPackageReference "DTCoreText" */,
|
||||||
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */,
|
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */,
|
||||||
A24ABD6F9CEE4D0749A6173E /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
|
9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
|
||||||
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */,
|
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */,
|
||||||
D283517192CAC3E2E6920765 /* XCRemoteSwiftPackageReference "Kingfisher" */,
|
D283517192CAC3E2E6920765 /* XCRemoteSwiftPackageReference "Kingfisher" */,
|
||||||
4FCDA8D25C7415C8FB33490D /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */,
|
80B898A3AD2AC63F3ABFC218 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */,
|
||||||
D94BF33F492E2443005F809A /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
|
A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */,
|
||||||
6582B5AF3F104B0F7E031E7D /* XCRemoteSwiftPackageReference "SwiftState" */,
|
6582B5AF3F104B0F7E031E7D /* XCRemoteSwiftPackageReference "SwiftState" */,
|
||||||
25B4484A6A20B9F1705DEEDA /* XCRemoteSwiftPackageReference "SwiftyBeaver" */,
|
25B4484A6A20B9F1705DEEDA /* XCRemoteSwiftPackageReference "SwiftyBeaver" */,
|
||||||
);
|
);
|
||||||
@ -2645,14 +2645,6 @@
|
|||||||
minimumVersion = 1.9.5;
|
minimumVersion = 1.9.5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
4FCDA8D25C7415C8FB33490D /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */ = {
|
|
||||||
isa = XCRemoteSwiftPackageReference;
|
|
||||||
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift.git";
|
|
||||||
requirement = {
|
|
||||||
kind = exactVersion;
|
|
||||||
version = "1.0.11-alpha";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
|
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
|
||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess";
|
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess";
|
||||||
@ -2677,14 +2669,30 @@
|
|||||||
minimumVersion = 1.3.0;
|
minimumVersion = 1.3.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
A24ABD6F9CEE4D0749A6173E /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
|
80B898A3AD2AC63F3ABFC218 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */ = {
|
||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect.git";
|
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
|
||||||
|
requirement = {
|
||||||
|
kind = exactVersion;
|
||||||
|
version = "1.0.11-alpha";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
|
||||||
|
isa = XCRemoteSwiftPackageReference;
|
||||||
|
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 0.1.4;
|
minimumVersion = 0.1.4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
|
||||||
|
isa = XCRemoteSwiftPackageReference;
|
||||||
|
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
|
||||||
|
requirement = {
|
||||||
|
kind = upToNextMajorVersion;
|
||||||
|
minimumVersion = 7.15.0;
|
||||||
|
};
|
||||||
|
};
|
||||||
C13F55E4518415CB4C278E73 /* XCRemoteSwiftPackageReference "DTCoreText" */ = {
|
C13F55E4518415CB4C278E73 /* XCRemoteSwiftPackageReference "DTCoreText" */ = {
|
||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/Cocoanetics/DTCoreText";
|
repositoryURL = "https://github.com/Cocoanetics/DTCoreText";
|
||||||
@ -2701,14 +2709,6 @@
|
|||||||
minimumVersion = 7.2.0;
|
minimumVersion = 7.2.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
D94BF33F492E2443005F809A /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
|
|
||||||
isa = XCRemoteSwiftPackageReference;
|
|
||||||
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
|
|
||||||
requirement = {
|
|
||||||
kind = upToNextMajorVersion;
|
|
||||||
minimumVersion = 7.15.0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
|
||||||
/* Begin XCSwiftPackageProductDependency section */
|
/* Begin XCSwiftPackageProductDependency section */
|
||||||
@ -2719,7 +2719,7 @@
|
|||||||
};
|
};
|
||||||
04C28663564E008DB32B5972 /* Introspect */ = {
|
04C28663564E008DB32B5972 /* Introspect */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = A24ABD6F9CEE4D0749A6173E /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
|
package = 9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
|
||||||
productName = Introspect;
|
productName = Introspect;
|
||||||
};
|
};
|
||||||
0DD568A494247444A4B56031 /* Kingfisher */ = {
|
0DD568A494247444A4B56031 /* Kingfisher */ = {
|
||||||
@ -2754,17 +2754,17 @@
|
|||||||
};
|
};
|
||||||
5986E300FC849DEAB2EE7AEB /* Introspect */ = {
|
5986E300FC849DEAB2EE7AEB /* Introspect */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = A24ABD6F9CEE4D0749A6173E /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
|
package = 9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
|
||||||
productName = Introspect;
|
productName = Introspect;
|
||||||
};
|
};
|
||||||
67E7A6F388D3BF85767609D9 /* Sentry */ = {
|
67E7A6F388D3BF85767609D9 /* Sentry */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = D94BF33F492E2443005F809A /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
package = A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
||||||
productName = Sentry;
|
productName = Sentry;
|
||||||
};
|
};
|
||||||
7731767AE437BA3BD2CC14A8 /* Sentry */ = {
|
7731767AE437BA3BD2CC14A8 /* Sentry */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = D94BF33F492E2443005F809A /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
package = A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
|
||||||
productName = Sentry;
|
productName = Sentry;
|
||||||
};
|
};
|
||||||
78A5A8DE1E2B09C978C7F3B0 /* KeychainAccess */ = {
|
78A5A8DE1E2B09C978C7F3B0 /* KeychainAccess */ = {
|
||||||
@ -2788,7 +2788,7 @@
|
|||||||
};
|
};
|
||||||
A678E40E917620059695F067 /* MatrixRustSDK */ = {
|
A678E40E917620059695F067 /* MatrixRustSDK */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = 4FCDA8D25C7415C8FB33490D /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */;
|
package = 80B898A3AD2AC63F3ABFC218 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */;
|
||||||
productName = MatrixRustSDK;
|
productName = MatrixRustSDK;
|
||||||
};
|
};
|
||||||
A981A4CA233FB5C13B9CA690 /* SwiftyBeaver */ = {
|
A981A4CA233FB5C13B9CA690 /* SwiftyBeaver */ = {
|
||||||
@ -2798,7 +2798,7 @@
|
|||||||
};
|
};
|
||||||
B1E8B697DF78FE7F61FC6CA4 /* MatrixRustSDK */ = {
|
B1E8B697DF78FE7F61FC6CA4 /* MatrixRustSDK */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
package = 4FCDA8D25C7415C8FB33490D /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */;
|
package = 80B898A3AD2AC63F3ABFC218 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */;
|
||||||
productName = MatrixRustSDK;
|
productName = MatrixRustSDK;
|
||||||
};
|
};
|
||||||
FD43A50D9B75C9D6D30F006B /* SwiftyBeaver */ = {
|
FD43A50D9B75C9D6D30F006B /* SwiftyBeaver */ = {
|
||||||
|
@ -30,7 +30,7 @@ include:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
MatrixRustSDK:
|
MatrixRustSDK:
|
||||||
url: https://github.com/matrix-org/matrix-rust-components-swift.git
|
url: https://github.com/matrix-org/matrix-rust-components-swift
|
||||||
exactVersion: 1.0.11-alpha
|
exactVersion: 1.0.11-alpha
|
||||||
# path: ../matrix-rust-components-swift
|
# path: ../matrix-rust-components-swift
|
||||||
DesignKit:
|
DesignKit:
|
||||||
@ -45,7 +45,7 @@ packages:
|
|||||||
url: https://github.com/onevcat/Kingfisher
|
url: https://github.com/onevcat/Kingfisher
|
||||||
majorVersion: 7.2.0
|
majorVersion: 7.2.0
|
||||||
Introspect:
|
Introspect:
|
||||||
url: https://github.com/siteline/SwiftUI-Introspect.git
|
url: https://github.com/siteline/SwiftUI-Introspect
|
||||||
majorVersion: 0.1.4
|
majorVersion: 0.1.4
|
||||||
SwiftyBeaver:
|
SwiftyBeaver:
|
||||||
url: https://github.com/SwiftyBeaver/SwiftyBeaver
|
url: https://github.com/SwiftyBeaver/SwiftyBeaver
|
||||||
@ -57,5 +57,5 @@ packages:
|
|||||||
url: https://github.com/nicklockwood/GZIP
|
url: https://github.com/nicklockwood/GZIP
|
||||||
majorVersion: 1.3.0
|
majorVersion: 1.3.0
|
||||||
Sentry:
|
Sentry:
|
||||||
url: https://github.com/getsentry/sentry-cocoa.git
|
url: https://github.com/getsentry/sentry-cocoa
|
||||||
majorVersion: 7.15.0
|
majorVersion: 7.15.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user