Skip to content

Commit 75f4a40

Browse files
committed
Name build frameworks scripts
1 parent e34d4a6 commit 75f4a40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

xcode/LDK/LDKFramework.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
754BD64A283159DF0050F361 /* ldk_net.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BCB5828308BFD0050F361 /* ldk_net.h */; settings = {ATTRIBUTES = (Public, ); }; };
702702
754BD64B283159DF0050F361 /* ldk_rust_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BCB5528308BFD0050F361 /* ldk_rust_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
703703
754BD64C283159DF0050F361 /* lightning.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BCB5728308BFD0050F361 /* lightning.h */; settings = {ATTRIBUTES = (Public, ); }; };
704-
754BD65128315A460050F361 /* LDKFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD65028315A460050F361 /* LDKFramework.h */; };
704+
754BD65128315A460050F361 /* LDKFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BD65028315A460050F361 /* LDKFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
705705
754BD65528315CDF0050F361 /* libldk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BCE1028308D6D0050F361 /* libldk.a */; };
706706
/* End PBXBuildFile section */
707707

xcode/LDK/build-frameworks.sh renamed to xcode/LDK/build-frameworks-ios.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ BIN_OUTPUT_DIRECTORY="`pwd`/build"
55

66
rm -rf $BIN_OUTPUT_DIRECTORY
77

8+
rm -f libldk.a
9+
810
xcodebuild archive -scheme LDKFramework \
911
-destination "generic/platform=iOS Simulator" \
1012
-archivePath ${BIN_OUTPUT_DIRECTORY}/LDKFramework-Sim \
1113
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
1214

15+
rm -f libldk.a
16+
1317
xcodebuild archive -scheme LDKFramework \
1418
-destination "generic/platform=iOS" \
1519
-archivePath ${BIN_OUTPUT_DIRECTORY}/LDKFramework-iOS \

0 commit comments

Comments
 (0)