We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5971326 commit ccf15eeCopy full SHA for ccf15ee
3 files changed
apple/build.sh
@@ -37,11 +37,11 @@ function cp_headers() {
37
}
38
39
function create_ios_xcframework_info_plist() {
40
- cp "$ROOT_DIR/apple/cactus-ios.xcframework.Info.plist" "$ROOT_DIR/apple/cactus-ios.xcframework/Info.plist"
+ cp "$ROOT_DIR/apple/cactus-ios.Info.plist" "$ROOT_DIR/apple/cactus-ios.xcframework/Info.plist"
41
42
43
function create_macos_xcframework_info_plist() {
44
- cp "$ROOT_DIR/apple/cactus-macos.xcframework.Info.plist" "$ROOT_DIR/apple/cactus-macos.xcframework/Info.plist"
+ cp "$ROOT_DIR/apple/cactus-macos.Info.plist" "$ROOT_DIR/apple/cactus-macos.xcframework/Info.plist"
45
46
47
function build_static_library() {
apple/cactus-ios.xcframework.Info.plist apple/cactus-ios.Info.plistapple/cactus-ios.xcframework.Info.plist renamed to apple/cactus-ios.Info.plist
apple/cactus-macos.xcframework.Info.plist apple/cactus-macos.Info.plistapple/cactus-macos.xcframework.Info.plist renamed to apple/cactus-macos.Info.plist
0 commit comments