Skip to content

Commit 7aaa210

Browse files
committed
spm: remote 1.0.0-beta.6
1 parent 5994191 commit 7aaa210

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

BDKSwiftExampleWallet.xcodeproj/project.pbxproj

Lines changed: 15 additions & 8 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 */
@@ -90,6 +90,7 @@
9090
AEE6C74C2ABCB3E200442ADD /* Transaction+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6C74B2ABCB3E200442ADD /* Transaction+Extensions.swift */; };
9191
AEE6C74F2ABCBA4600442ADD /* WalletSyncState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE6C74E2ABCBA4600442ADD /* WalletSyncState.swift */; };
9292
AEE83A492C07F54B00834468 /* BitcoinDevKit in Frameworks */ = {isa = PBXBuildFile; productRef = AEE83A482C07F54B00834468 /* BitcoinDevKit */; };
93+
AEEA24572D136898000C1694 /* BitcoinDevKit in Frameworks */ = {isa = PBXBuildFile; productRef = AEEA24562D136898000C1694 /* BitcoinDevKit */; };
9394
/* End PBXBuildFile section */
9495

9596
/* Begin PBXContainerItemProxy section */
@@ -1000,13 +1001,6 @@
10001001
};
10011002
/* End XCConfigurationList section */
10021003

1003-
/* Begin XCLocalSwiftPackageReference section */
1004-
AEA1F6412CE43702004EC538 /* XCLocalSwiftPackageReference "../bdk-ffi/bdk-swift" */ = {
1005-
isa = XCLocalSwiftPackageReference;
1006-
relativePath = "../bdk-ffi/bdk-swift";
1007-
};
1008-
/* End XCLocalSwiftPackageReference section */
1009-
10101004
/* Begin XCRemoteSwiftPackageReference section */
10111005
AE52D68D2D1367C80042119D /* XCRemoteSwiftPackageReference "bdk-swift" */ = {
10121006
isa = XCRemoteSwiftPackageReference;
@@ -1040,6 +1034,14 @@
10401034
kind = branch;
10411035
};
10421036
};
1037+
AEEA24552D136898000C1694 /* XCRemoteSwiftPackageReference "bdk-swift" */ = {
1038+
isa = XCRemoteSwiftPackageReference;
1039+
repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git";
1040+
requirement = {
1041+
kind = exactVersion;
1042+
version = "1.0.0-beta.6";
1043+
};
1044+
};
10431045
/* End XCRemoteSwiftPackageReference section */
10441046

10451047
/* Begin XCSwiftPackageProductDependency section */
@@ -1087,6 +1089,11 @@
10871089
isa = XCSwiftPackageProductDependency;
10881090
productName = BitcoinDevKit;
10891091
};
1092+
AEEA24562D136898000C1694 /* BitcoinDevKit */ = {
1093+
isa = XCSwiftPackageProductDependency;
1094+
package = AEEA24552D136898000C1694 /* XCRemoteSwiftPackageReference "bdk-swift" */;
1095+
productName = BitcoinDevKit;
1096+
};
10901097
/* End XCSwiftPackageProductDependency section */
10911098
};
10921099
rootObject = AE4984702A1BBBD6009951E2 /* Project object */;

0 commit comments

Comments
 (0)