Skip to content

Commit ccf15ee

Browse files
committed
rename
Signed-off-by: jakmro <kubamroz124@gmail.com>
1 parent 5971326 commit ccf15ee

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

apple/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ function cp_headers() {
3737
}
3838

3939
function create_ios_xcframework_info_plist() {
40-
cp "$ROOT_DIR/apple/cactus-ios.xcframework.Info.plist" "$ROOT_DIR/apple/cactus-ios.xcframework/Info.plist"
40+
cp "$ROOT_DIR/apple/cactus-ios.Info.plist" "$ROOT_DIR/apple/cactus-ios.xcframework/Info.plist"
4141
}
4242

4343
function create_macos_xcframework_info_plist() {
44-
cp "$ROOT_DIR/apple/cactus-macos.xcframework.Info.plist" "$ROOT_DIR/apple/cactus-macos.xcframework/Info.plist"
44+
cp "$ROOT_DIR/apple/cactus-macos.Info.plist" "$ROOT_DIR/apple/cactus-macos.xcframework/Info.plist"
4545
}
4646

4747
function build_static_library() {

0 commit comments

Comments
 (0)