Skip to content

Commit 654b21d

Browse files
committed
spm: remote 1.0.0-beta.6
1 parent de245f7 commit 654b21d

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

BDKSwiftExampleWallet.xcodeproj/project.pbxproj

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -45,6 +45,7 @@
4545
AE4984832A1BBBD7009951E2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AE4984822A1BBBD7009951E2 /* Preview Assets.xcassets */; };
4646
AE49848D2A1BBBD8009951E2 /* BDKSwiftExampleWalletTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE49848C2A1BBBD8009951E2 /* BDKSwiftExampleWalletTests.swift */; };
4747
AE4984A62A1BBCB8009951E2 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = AE4984A52A1BBCB8009951E2 /* README.md */; };
48+
AE52D68F2D1367C80042119D /* BitcoinDevKit in Frameworks */ = {isa = PBXBuildFile; productRef = AE52D68E2D1367C80042119D /* BitcoinDevKit */; };
4849
AE6715FA2A9A9220005C193F /* BDKSwiftExampleWalletPriceServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6715F92A9A9220005C193F /* BDKSwiftExampleWalletPriceServiceTests.swift */; };
4950
AE6715FD2A9AC056005C193F /* PriceServiceError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6715FC2A9AC056005C193F /* PriceServiceError.swift */; };
5051
AE6715FF2A9AC066005C193F /* FeeServiceError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE6715FE2A9AC066005C193F /* FeeServiceError.swift */; };
@@ -188,6 +189,7 @@
188189
AE187D782C9BB3B50081D0C3 /* BitcoinDevKit in Frameworks */,
189190
AE29ED0F2BBE2E7100EB9C4F /* BitcoinDevKit in Frameworks */,
190191
AEAF83B62B7BD4D10019B23B /* CodeScanner in Frameworks */,
192+
AE52D68F2D1367C80042119D /* BitcoinDevKit in Frameworks */,
191193
AE32D7622D0C9146006A8788 /* BitcoinDevKit in Frameworks */,
192194
AE4135652D0CC1AD00605103 /* BitcoinDevKit in Frameworks */,
193195
AEB735D32B2CC4B900F99DBB /* BitcoinUI in Frameworks */,
@@ -546,6 +548,7 @@
546548
AE187D772C9BB3B50081D0C3 /* BitcoinDevKit */,
547549
AE32D7612D0C9146006A8788 /* BitcoinDevKit */,
548550
AE4135642D0CC1AD00605103 /* BitcoinDevKit */,
551+
AE52D68E2D1367C80042119D /* BitcoinDevKit */,
549552
);
550553
productName = BDKSwiftExampleWallet;
551554
productReference = AE4984782A1BBBD6009951E2 /* BDKSwiftExampleWallet.app */;
@@ -602,7 +605,7 @@
602605
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */,
603606
AEB735D12B2CC4B900F99DBB /* XCRemoteSwiftPackageReference "BitcoinUI" */,
604607
AEAF83B42B7BD4D10019B23B /* XCRemoteSwiftPackageReference "CodeScanner" */,
605-
AE4135632D0CC1AD00605103 /* XCLocalSwiftPackageReference "../bdk-ffi/bdk-swift" */,
608+
AE52D68D2D1367C80042119D /* XCRemoteSwiftPackageReference "bdk-swift" */,
606609
);
607610
productRefGroup = AE4984792A1BBBD6009951E2 /* Products */;
608611
projectDirPath = "";
@@ -996,14 +999,15 @@
996999
};
9971000
/* End XCConfigurationList section */
9981001

999-
/* Begin XCLocalSwiftPackageReference section */
1000-
AE4135632D0CC1AD00605103 /* XCLocalSwiftPackageReference "../bdk-ffi/bdk-swift" */ = {
1001-
isa = XCLocalSwiftPackageReference;
1002-
relativePath = "../bdk-ffi/bdk-swift";
1003-
};
1004-
/* End XCLocalSwiftPackageReference section */
1005-
10061002
/* Begin XCRemoteSwiftPackageReference section */
1003+
AE52D68D2D1367C80042119D /* XCRemoteSwiftPackageReference "bdk-swift" */ = {
1004+
isa = XCRemoteSwiftPackageReference;
1005+
repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git";
1006+
requirement = {
1007+
kind = exactVersion;
1008+
version = "1.0.0-beta.6";
1009+
};
1010+
};
10071011
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
10081012
isa = XCRemoteSwiftPackageReference;
10091013
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess.git";
@@ -1047,6 +1051,11 @@
10471051
isa = XCSwiftPackageProductDependency;
10481052
productName = BitcoinDevKit;
10491053
};
1054+
AE52D68E2D1367C80042119D /* BitcoinDevKit */ = {
1055+
isa = XCSwiftPackageProductDependency;
1056+
package = AE52D68D2D1367C80042119D /* XCRemoteSwiftPackageReference "bdk-swift" */;
1057+
productName = BitcoinDevKit;
1058+
};
10501059
AE7D5A0D2A7EE62200EAC8CE /* KeychainAccess */ = {
10511060
isa = XCSwiftPackageProductDependency;
10521061
package = AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */;

0 commit comments

Comments
 (0)