Skip to content

Commit 43a241a

Browse files
committed
Revert "Rename LDKFramework to LightningDevKit"
This reverts commit ba0dae6.
1 parent bf04438 commit 43a241a

File tree

10 files changed

+60
-59
lines changed

10 files changed

+60
-59
lines changed

bindings/bin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

xcode/LDK/LightningDevKit.xcodeproj/project.pbxproj renamed to xcode/LDK/LDKFramework.xcodeproj/project.pbxproj

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@
708708
07D3F2EE287107AB0095CCD8 /* ldk_ver.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D3F2E5287107AB0095CCD8 /* ldk_ver.h */; settings = {ATTRIBUTES = (Public, ); }; };
709709
07D3F2EF287107AB0095CCD8 /* ldk_ver.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D3F2E5287107AB0095CCD8 /* ldk_ver.h */; settings = {ATTRIBUTES = (Public, ); }; };
710710
754BCE1128308D700050F361 /* libldk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BCE1028308D6D0050F361 /* libldk.a */; };
711-
754BD0E1283158F70050F361 /* LightningDevKit_Mac.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD0E0283158F70050F361 /* LightningDevKit_Mac.h */; settings = {ATTRIBUTES = (Public, ); }; };
712-
754BD65128315A460050F361 /* LightningDevKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD65028315A460050F361 /* LightningDevKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
711+
754BD0E1283158F70050F361 /* LDKFramework_Mac.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD0E0283158F70050F361 /* LDKFramework_Mac.h */; settings = {ATTRIBUTES = (Public, ); }; };
712+
754BD65128315A460050F361 /* LDKFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD65028315A460050F361 /* LDKFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
713713
754BD65528315CDF0050F361 /* libldk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BCE1028308D6D0050F361 /* libldk.a */; };
714714
/* End PBXBuildFile section */
715715

@@ -1081,13 +1081,13 @@
10811081
07D3F2E3287107AB0095CCD8 /* ldk_net.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldk_net.h; sourceTree = "<group>"; };
10821082
07D3F2E4287107AB0095CCD8 /* ldk_net.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldk_net.c; sourceTree = "<group>"; };
10831083
07D3F2E5287107AB0095CCD8 /* ldk_ver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldk_ver.h; sourceTree = "<group>"; };
1084-
754BCB5228308BDD0050F361 /* LightningDevKit.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = LightningDevKit.modulemap; sourceTree = "<group>"; };
1084+
754BCB5228308BDD0050F361 /* LDKFramework.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = LDKFramework.modulemap; sourceTree = "<group>"; };
10851085
754BCE1028308D6D0050F361 /* libldk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libldk.a; sourceTree = "<group>"; };
1086-
754BD0DE283158F70050F361 /* LightningDevKit_Mac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LightningDevKit_Mac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1087-
754BD0E0283158F70050F361 /* LightningDevKit_Mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LightningDevKit_Mac.h; sourceTree = "<group>"; };
1088-
754BD65028315A460050F361 /* LightningDevKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LightningDevKit.h; sourceTree = "<group>"; };
1089-
754BD65228315A620050F361 /* LightningDevKit_Mac.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = LightningDevKit_Mac.modulemap; sourceTree = "<group>"; };
1090-
75D7576628306A430005405B /* LightningDevKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LightningDevKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1086+
754BD0DE283158F70050F361 /* LDKFramework_Mac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LDKFramework_Mac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1087+
754BD0E0283158F70050F361 /* LDKFramework_Mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LDKFramework_Mac.h; sourceTree = "<group>"; };
1088+
754BD65028315A460050F361 /* LDKFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LDKFramework.h; sourceTree = "<group>"; };
1089+
754BD65228315A620050F361 /* LDKFramework_Mac.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = LDKFramework_Mac.modulemap; sourceTree = "<group>"; };
1090+
75D7576628306A430005405B /* LDKFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LDKFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
10911091
/* End PBXFileReference section */
10921092

10931093
/* Begin PBXFrameworksBuildPhase section */
@@ -1531,13 +1531,13 @@
15311531
name = Frameworks;
15321532
sourceTree = "<group>";
15331533
};
1534-
754BD0DF283158F70050F361 /* LightningDevKit_Mac */ = {
1534+
754BD0DF283158F70050F361 /* LDKFramework_Mac */ = {
15351535
isa = PBXGroup;
15361536
children = (
1537-
754BD65228315A620050F361 /* LightningDevKit_Mac.modulemap */,
1538-
754BD0E0283158F70050F361 /* LightningDevKit_Mac.h */,
1537+
754BD65228315A620050F361 /* LDKFramework_Mac.modulemap */,
1538+
754BD0E0283158F70050F361 /* LDKFramework_Mac.h */,
15391539
);
1540-
path = LightningDevKit_Mac;
1540+
path = LDKFramework_Mac;
15411541
sourceTree = "<group>";
15421542
};
15431543
754BD2412831599B0050F361 /* Common */ = {
@@ -1554,8 +1554,8 @@
15541554
isa = PBXGroup;
15551555
children = (
15561556
754BD2412831599B0050F361 /* Common */,
1557-
75D7576828306A430005405B /* LightningDevKit */,
1558-
754BD0DF283158F70050F361 /* LightningDevKit_Mac */,
1557+
75D7576828306A430005405B /* LDKFramework */,
1558+
754BD0DF283158F70050F361 /* LDKFramework_Mac */,
15591559
75D7576728306A430005405B /* Products */,
15601560
754BCE0F28308D6D0050F361 /* Frameworks */,
15611561
);
@@ -1564,19 +1564,19 @@
15641564
75D7576728306A430005405B /* Products */ = {
15651565
isa = PBXGroup;
15661566
children = (
1567-
75D7576628306A430005405B /* LightningDevKit.framework */,
1568-
754BD0DE283158F70050F361 /* LightningDevKit_Mac.framework */,
1567+
75D7576628306A430005405B /* LDKFramework.framework */,
1568+
754BD0DE283158F70050F361 /* LDKFramework_Mac.framework */,
15691569
);
15701570
name = Products;
15711571
sourceTree = "<group>";
15721572
};
1573-
75D7576828306A430005405B /* LightningDevKit */ = {
1573+
75D7576828306A430005405B /* LDKFramework */ = {
15741574
isa = PBXGroup;
15751575
children = (
1576-
754BCB5228308BDD0050F361 /* LightningDevKit.modulemap */,
1577-
754BD65028315A460050F361 /* LightningDevKit.h */,
1576+
754BCB5228308BDD0050F361 /* LDKFramework.modulemap */,
1577+
754BD65028315A460050F361 /* LDKFramework.h */,
15781578
);
1579-
path = LightningDevKit;
1579+
path = LDKFramework;
15801580
sourceTree = "<group>";
15811581
};
15821582
/* End PBXGroup section */
@@ -1590,7 +1590,7 @@
15901590
07D3F2E9287107AB0095CCD8 /* lightning.h in Headers */,
15911591
07D3F2E7287107AB0095CCD8 /* ldk_rust_types.h in Headers */,
15921592
07D3F2EF287107AB0095CCD8 /* ldk_ver.h in Headers */,
1593-
754BD0E1283158F70050F361 /* LightningDevKit_Mac.h in Headers */,
1593+
754BD0E1283158F70050F361 /* LDKFramework_Mac.h in Headers */,
15941594
);
15951595
runOnlyForDeploymentPostprocessing = 0;
15961596
};
@@ -1602,7 +1602,7 @@
16021602
07D3F2E8287107AB0095CCD8 /* lightning.h in Headers */,
16031603
07D3F2E6287107AB0095CCD8 /* ldk_rust_types.h in Headers */,
16041604
07D3F2EE287107AB0095CCD8 /* ldk_ver.h in Headers */,
1605-
754BD65128315A460050F361 /* LightningDevKit.h in Headers */,
1605+
754BD65128315A460050F361 /* LDKFramework.h in Headers */,
16061606
);
16071607
runOnlyForDeploymentPostprocessing = 0;
16081608
};
@@ -1640,9 +1640,9 @@
16401640
/* End PBXLegacyTarget section */
16411641

16421642
/* Begin PBXNativeTarget section */
1643-
754BD0DD283158F70050F361 /* LightningDevKit_Mac */ = {
1643+
754BD0DD283158F70050F361 /* LDKFramework_Mac */ = {
16441644
isa = PBXNativeTarget;
1645-
buildConfigurationList = 754BD0E4283158F70050F361 /* Build configuration list for PBXNativeTarget "LightningDevKit_Mac" */;
1645+
buildConfigurationList = 754BD0E4283158F70050F361 /* Build configuration list for PBXNativeTarget "LDKFramework_Mac" */;
16461646
buildPhases = (
16471647
754BD0D9283158F70050F361 /* Headers */,
16481648
754BD0DA283158F70050F361 /* Sources */,
@@ -1654,14 +1654,14 @@
16541654
dependencies = (
16551655
754BD65B283160900050F361 /* PBXTargetDependency */,
16561656
);
1657-
name = LightningDevKit_Mac;
1657+
name = LDKFramework_Mac;
16581658
productName = LDKFramework_Mac;
1659-
productReference = 754BD0DE283158F70050F361 /* LightningDevKit_Mac.framework */;
1659+
productReference = 754BD0DE283158F70050F361 /* LDKFramework_Mac.framework */;
16601660
productType = "com.apple.product-type.framework";
16611661
};
1662-
75D7576528306A430005405B /* LightningDevKit */ = {
1662+
75D7576528306A430005405B /* LDKFramework */ = {
16631663
isa = PBXNativeTarget;
1664-
buildConfigurationList = 75D7576D28306A430005405B /* Build configuration list for PBXNativeTarget "LightningDevKit" */;
1664+
buildConfigurationList = 75D7576D28306A430005405B /* Build configuration list for PBXNativeTarget "LDKFramework" */;
16651665
buildPhases = (
16661666
75D7576128306A430005405B /* Headers */,
16671667
75D7576228306A430005405B /* Sources */,
@@ -1673,9 +1673,9 @@
16731673
dependencies = (
16741674
754BCE1628309A090050F361 /* PBXTargetDependency */,
16751675
);
1676-
name = LightningDevKit;
1676+
name = LDKFramework;
16771677
productName = LDK;
1678-
productReference = 75D7576628306A430005405B /* LightningDevKit.framework */;
1678+
productReference = 75D7576628306A430005405B /* LDKFramework.framework */;
16791679
productType = "com.apple.product-type.framework";
16801680
};
16811681
/* End PBXNativeTarget section */
@@ -1700,7 +1700,7 @@
17001700
};
17011701
};
17021702
};
1703-
buildConfigurationList = 75D7576028306A430005405B /* Build configuration list for PBXProject "LightningDevKit" */;
1703+
buildConfigurationList = 75D7576028306A430005405B /* Build configuration list for PBXProject "LDKFramework" */;
17041704
compatibilityVersion = "Xcode 13.0";
17051705
developmentRegion = en;
17061706
hasScannedForEncodings = 0;
@@ -1713,9 +1713,9 @@
17131713
projectDirPath = "";
17141714
projectRoot = "";
17151715
targets = (
1716-
75D7576528306A430005405B /* LightningDevKit */,
1716+
75D7576528306A430005405B /* LDKFramework */,
17171717
75D7577128306AD40005405B /* libldk */,
1718-
754BD0DD283158F70050F361 /* LightningDevKit_Mac */,
1718+
754BD0DD283158F70050F361 /* LDKFramework_Mac */,
17191719
754BD6562831607A0050F361 /* libldk_mac */,
17201720
);
17211721
};
@@ -2483,7 +2483,7 @@
24832483
);
24842484
MACOSX_DEPLOYMENT_TARGET = 12.3;
24852485
MARKETING_VERSION = 1.0;
2486-
MODULEMAP_FILE = LightningDevKit_Mac/LightningDevKit_Mac.modulemap;
2486+
MODULEMAP_FILE = LDKFramework_Mac/LDKFramework_Mac.modulemap;
24872487
PRODUCT_BUNDLE_IDENTIFIER = "co.undertide.LDKFramework-Mac";
24882488
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
24892489
SDKROOT = macosx;
@@ -2516,7 +2516,7 @@
25162516
);
25172517
MACOSX_DEPLOYMENT_TARGET = 12.3;
25182518
MARKETING_VERSION = 1.0;
2519-
MODULEMAP_FILE = LightningDevKit_Mac/LightningDevKit_Mac.modulemap;
2519+
MODULEMAP_FILE = LDKFramework_Mac/LDKFramework_Mac.modulemap;
25202520
PRODUCT_BUNDLE_IDENTIFIER = "co.undertide.LDKFramework-Mac";
25212521
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
25222522
SDKROOT = macosx;
@@ -2707,7 +2707,7 @@
27072707
"@loader_path/Frameworks",
27082708
);
27092709
MARKETING_VERSION = 1.0;
2710-
MODULEMAP_FILE = LightningDevKit/LightningDevKit.modulemap;
2710+
MODULEMAP_FILE = LDKFramework/LDKFramework.modulemap;
27112711
PRODUCT_BUNDLE_IDENTIFIER = co.undertide.LDK;
27122712
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
27132713
SKIP_INSTALL = YES;
@@ -2740,7 +2740,7 @@
27402740
"@loader_path/Frameworks",
27412741
);
27422742
MARKETING_VERSION = 1.0;
2743-
MODULEMAP_FILE = LightningDevKit/LightningDevKit.modulemap;
2743+
MODULEMAP_FILE = LDKFramework/LDKFramework.modulemap;
27442744
PRODUCT_BUNDLE_IDENTIFIER = co.undertide.LDK;
27452745
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
27462746
SKIP_INSTALL = YES;
@@ -2770,7 +2770,7 @@
27702770
/* End XCBuildConfiguration section */
27712771

27722772
/* Begin XCConfigurationList section */
2773-
754BD0E4283158F70050F361 /* Build configuration list for PBXNativeTarget "LightningDevKit_Mac" */ = {
2773+
754BD0E4283158F70050F361 /* Build configuration list for PBXNativeTarget "LDKFramework_Mac" */ = {
27742774
isa = XCConfigurationList;
27752775
buildConfigurations = (
27762776
754BD0E2283158F70050F361 /* Debug */,
@@ -2788,7 +2788,7 @@
27882788
defaultConfigurationIsVisible = 0;
27892789
defaultConfigurationName = Release;
27902790
};
2791-
75D7576028306A430005405B /* Build configuration list for PBXProject "LightningDevKit" */ = {
2791+
75D7576028306A430005405B /* Build configuration list for PBXProject "LDKFramework" */ = {
27922792
isa = XCConfigurationList;
27932793
buildConfigurations = (
27942794
75D7576B28306A430005405B /* Debug */,
@@ -2797,7 +2797,7 @@
27972797
defaultConfigurationIsVisible = 0;
27982798
defaultConfigurationName = Release;
27992799
};
2800-
75D7576D28306A430005405B /* Build configuration list for PBXNativeTarget "LightningDevKit" */ = {
2800+
75D7576D28306A430005405B /* Build configuration list for PBXNativeTarget "LDKFramework" */ = {
28012801
isa = XCConfigurationList;
28022802
buildConfigurations = (
28032803
75D7576E28306A430005405B /* Debug */,

xcode/LDK/LightningDevKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to xcode/LDK/LDKFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xcode/LDK/LightningDevKit.xcodeproj/xcshareddata/xcschemes/LightningDevKit.xcscheme renamed to xcode/LDK/LDKFramework.xcodeproj/xcshareddata/xcschemes/LDKFramework.xcscheme

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "75D7576528306A430005405B"
18-
BuildableName = "LightningDevKit.framework"
19-
BlueprintName = "LightningDevKit"
20-
ReferencedContainer = "container:LightningDevKit.xcodeproj">
18+
BuildableName = "LDKFramework.framework"
19+
BlueprintName = "LDKFramework"
20+
ReferencedContainer = "container:LDKFramework.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -51,9 +51,9 @@
5151
<BuildableReference
5252
BuildableIdentifier = "primary"
5353
BlueprintIdentifier = "75D7576528306A430005405B"
54-
BuildableName = "LightningDevKit.framework"
55-
BlueprintName = "LightningDevKit"
56-
ReferencedContainer = "container:LightningDevKit.xcodeproj">
54+
BuildableName = "LDKFramework.framework"
55+
BlueprintName = "LDKFramework"
56+
ReferencedContainer = "container:LDKFramework.xcodeproj">
5757
</BuildableReference>
5858
</MacroExpansion>
5959
</ProfileAction>

xcode/LDK/LightningDevKit.xcodeproj/xcshareddata/xcschemes/LightningDevKit_Mac.xcscheme renamed to xcode/LDK/LDKFramework.xcodeproj/xcshareddata/xcschemes/LDKFramework_Mac.xcscheme

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "754BD0DD283158F70050F361"
18-
BuildableName = "LightningDevKit_Mac.framework"
19-
BlueprintName = "LightningDevKit_Mac"
20-
ReferencedContainer = "container:LightningDevKit.xcodeproj">
18+
BuildableName = "LDKFramework_Mac.framework"
19+
BlueprintName = "LDKFramework_Mac"
20+
ReferencedContainer = "container:LDKFramework.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -51,9 +51,9 @@
5151
<BuildableReference
5252
BuildableIdentifier = "primary"
5353
BlueprintIdentifier = "754BD0DD283158F70050F361"
54-
BuildableName = "LightningDevKit_Mac.framework"
55-
BlueprintName = "LightningDevKit_Mac"
56-
ReferencedContainer = "container:LightningDevKit.xcodeproj">
54+
BuildableName = "LDKFramework_Mac.framework"
55+
BlueprintName = "LDKFramework_Mac"
56+
ReferencedContainer = "container:LDKFramework.xcodeproj">
5757
</BuildableReference>
5858
</MacroExpansion>
5959
</ProfileAction>

xcode/LDK/LightningDevKit/LightningDevKit.modulemap renamed to xcode/LDK/LDKFramework/LDKFramework.modulemap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
framework module LightningDevKit {
2-
umbrella header "LightningDevKit.h"
1+
framework module LDKFramework {
2+
umbrella header "LDKFramework.h"
33

44
module * { export * }
55
export *
66

7-
explicit module LightningDevKit {
7+
explicit module LDK {
88
header "ldk_rust_types.h"
99
header "lightning.h"
1010
header "ldk_ver.h"

xcode/LDK/LightningDevKit_Mac/LightningDevKit_Mac.modulemap renamed to xcode/LDK/LDKFramework_Mac/LDKFramework_Mac.modulemap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
framework module LightningDevKit_Mac {
2-
umbrella header "LightningDevKit_Mac.h"
1+
framework module LDKFramework_Mac {
2+
umbrella header "LDKFramework_Mac.h"
33

44
module * { export * }
55
export *
66

7-
explicit module LightningDevKit {
7+
explicit module LDK {
88
header "ldk_rust_types.h"
99
header "lightning.h"
1010
header "ldk_ver.h"

0 commit comments

Comments
 (0)