Skip to content

Commit 14c9358

Browse files
committed
Fix bindings reference relative to project
1 parent 68067b7 commit 14c9358

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

xcode/LDK/LDKFramework.xcodeproj/project.pbxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
);
11101110
name = headers;
11111111
path = LDKFramework;
1112-
sourceTree = "<group>";
1112+
sourceTree = SOURCE_ROOT;
11131113
};
11141114
754BCE0F28308D6D0050F361 /* Frameworks */ = {
11151115
isa = PBXGroup;
@@ -1136,7 +1136,6 @@
11361136
754BD24F283159D60050F361 /* LDK */,
11371137
);
11381138
name = Common;
1139-
path = LDK;
11401139
sourceTree = "<group>";
11411140
};
11421141
754BD242283159D00050F361 /* batteries */ = {
@@ -1148,8 +1147,8 @@
11481147
754BD246283159D00050F361 /* UtilMethods.swift */,
11491148
);
11501149
name = batteries;
1151-
path = ../../../bindings/batteries;
1152-
sourceTree = "<group>";
1150+
path = ../../bindings/batteries;
1151+
sourceTree = SOURCE_ROOT;
11531152
};
11541153
754BD24F283159D60050F361 /* LDK */ = {
11551154
isa = PBXGroup;
@@ -1162,8 +1161,8 @@
11621161
754BD325283159D60050F361 /* structs */,
11631162
);
11641163
name = LDK;
1165-
path = ../../../bindings/LDK;
1166-
sourceTree = "<group>";
1164+
path = ../../bindings/LDK;
1165+
sourceTree = SOURCE_ROOT;
11671166
};
11681167
754BD250283159D60050F361 /* options */ = {
11691168
isa = PBXGroup;

0 commit comments

Comments
 (0)