Skip to content

Commit b8e87ba

Browse files
committed
spm: remote 1.0.0-beta.6
1 parent f2a7086 commit b8e87ba

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 */
@@ -87,6 +87,7 @@
8787
AEE6C74C2ABCB3E200442ADD /* Transaction+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6C74B2ABCB3E200442ADD /* Transaction+Extensions.swift */; };
8888
AEE6C74F2ABCBA4600442ADD /* WalletSyncState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6C74E2ABCBA4600442ADD /* WalletSyncState.swift */; };
8989
AEE83A492C07F54B00834468 /* BitcoinDevKit in Frameworks */ = {isa = PBXBuildFile; productRef = AEE83A482C07F54B00834468 /* BitcoinDevKit */; };
90+
AEEA24572D136898000C1694 /* BitcoinDevKit in Frameworks */ = {isa = PBXBuildFile; productRef = AEEA24562D136898000C1694 /* BitcoinDevKit */; };
9091
/* End PBXBuildFile section */
9192

9293
/* Begin PBXContainerItemProxy section */
@@ -187,6 +188,7 @@
187188
AE29ED0F2BBE2E7100EB9C4F /* BitcoinDevKit in Frameworks */,
188189
AEAF83B62B7BD4D10019B23B /* CodeScanner in Frameworks */,
189190
AEA1F6432CE43702004EC538 /* BitcoinDevKit in Frameworks */,
191+
AEEA24572D136898000C1694 /* BitcoinDevKit in Frameworks */,
190192
AEB735D32B2CC4B900F99DBB /* BitcoinUI in Frameworks */,
191193
AEE83A492C07F54B00834468 /* BitcoinDevKit in Frameworks */,
192194
AE7D5A0E2A7EE62200EAC8CE /* KeychainAccess in Frameworks */,
@@ -541,6 +543,7 @@
541543
AEE83A482C07F54B00834468 /* BitcoinDevKit */,
542544
AE187D772C9BB3B50081D0C3 /* BitcoinDevKit */,
543545
AEA1F6422CE43702004EC538 /* BitcoinDevKit */,
546+
AEEA24562D136898000C1694 /* BitcoinDevKit */,
544547
);
545548
productName = BDKSwiftExampleWallet;
546549
productReference = AE4984782A1BBBD6009951E2 /* BDKSwiftExampleWallet.app */;
@@ -597,7 +600,7 @@
597600
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */,
598601
AEB735D12B2CC4B900F99DBB /* XCRemoteSwiftPackageReference "BitcoinUI" */,
599602
AEAF83B42B7BD4D10019B23B /* XCRemoteSwiftPackageReference "CodeScanner" */,
600-
AEA1F6412CE43702004EC538 /* XCLocalSwiftPackageReference "../bdk-ffi/bdk-swift" */,
603+
AEEA24552D136898000C1694 /* XCRemoteSwiftPackageReference "bdk-swift" */,
601604
);
602605
productRefGroup = AE4984792A1BBBD6009951E2 /* Products */;
603606
projectDirPath = "";
@@ -987,13 +990,6 @@
987990
};
988991
/* End XCConfigurationList section */
989992

990-
/* Begin XCLocalSwiftPackageReference section */
991-
AEA1F6412CE43702004EC538 /* XCLocalSwiftPackageReference "../bdk-ffi/bdk-swift" */ = {
992-
isa = XCLocalSwiftPackageReference;
993-
relativePath = "../bdk-ffi/bdk-swift";
994-
};
995-
/* End XCLocalSwiftPackageReference section */
996-
997993
/* Begin XCRemoteSwiftPackageReference section */
998994
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
999995
isa = XCRemoteSwiftPackageReference;
@@ -1019,6 +1015,14 @@
10191015
kind = branch;
10201016
};
10211017
};
1018+
AEEA24552D136898000C1694 /* XCRemoteSwiftPackageReference "bdk-swift" */ = {
1019+
isa = XCRemoteSwiftPackageReference;
1020+
repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git";
1021+
requirement = {
1022+
kind = exactVersion;
1023+
version = "1.0.0-beta.6";
1024+
};
1025+
};
10221026
/* End XCRemoteSwiftPackageReference section */
10231027

10241028
/* Begin XCSwiftPackageProductDependency section */
@@ -1053,6 +1057,11 @@
10531057
isa = XCSwiftPackageProductDependency;
10541058
productName = BitcoinDevKit;
10551059
};
1060+
AEEA24562D136898000C1694 /* BitcoinDevKit */ = {
1061+
isa = XCSwiftPackageProductDependency;
1062+
package = AEEA24552D136898000C1694 /* XCRemoteSwiftPackageReference "bdk-swift" */;
1063+
productName = BitcoinDevKit;
1064+
};
10561065
/* End XCSwiftPackageProductDependency section */
10571066
};
10581067
rootObject = AE4984702A1BBBD6009951E2 /* Project object */;

0 commit comments

Comments
 (0)