File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 701
701
754BD64A283159DF0050F361 /* ldk_net.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BCB5828308BFD0050F361 /* ldk_net.h */; settings = {ATTRIBUTES = (Public, ); }; };
702
702
754BD64B283159DF0050F361 /* ldk_rust_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 754BCB5528308BFD0050F361 /* ldk_rust_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
703
703
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, ); }; };
705
705
754BD65528315CDF0050F361 /* libldk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BCE1028308D6D0050F361 /* libldk.a */; };
706
706
/* End PBXBuildFile section */
707
707
Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ BIN_OUTPUT_DIRECTORY="`pwd`/build"
5
5
6
6
rm -rf $BIN_OUTPUT_DIRECTORY
7
7
8
+ rm -f libldk.a
9
+
8
10
xcodebuild archive -scheme LDKFramework \
9
11
-destination " generic/platform=iOS Simulator" \
10
12
-archivePath ${BIN_OUTPUT_DIRECTORY} /LDKFramework-Sim \
11
13
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
12
14
15
+ rm -f libldk.a
16
+
13
17
xcodebuild archive -scheme LDKFramework \
14
18
-destination " generic/platform=iOS" \
15
19
-archivePath ${BIN_OUTPUT_DIRECTORY} /LDKFramework-iOS \
You can’t perform that action at this time.
0 commit comments