fix: remove symbolic links
This commit is contained in:
parent
7c30c9d85d
commit
047f7d7dac
|
@ -1 +0,0 @@
|
|||
Versions/Current/Gowaku
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
Versions/Current/Headers
|
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
Versions/Current/Gowaku
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
Versions/Current/Headers
|
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
A
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bashs
|
||||
#!/bin/bash
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Gowaku
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Resources
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simuslator/Gowaku.framework/Versions/Current
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Versions/Current
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Headers
|
||||
unlink ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Modules
|
||||
mv ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/Versions/A/* ./Gowaku.xcframework/ios-arm64_x86_64-simulator/Gowaku.framework/
|
||||
|
|
Loading…
Reference in New Issue