Skip to content

Commit 58f151a

Browse files
committed
Remove xcworkspace file and upgrade xcode
1 parent 4ea7655 commit 58f151a

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

.github/workflows/build-for-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Xcode
1212
uses: maxim-lobanov/setup-xcode@v1
1313
with:
14-
xcode-version: '15.3'
14+
xcode-version: '15.4'
1515
- name: Setup node
1616
uses: actions/setup-node@v4
1717
with:

example/ios/ReactNativeAntMediaExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,10 @@
600600
"-DFOLLY_CFG_NO_COROUTINES=1",
601601
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
602602
);
603-
OTHER_LDFLAGS = "$(inherited) ";
603+
OTHER_LDFLAGS = (
604+
"$(inherited)",
605+
" ",
606+
);
604607
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
605608
SDKROOT = iphoneos;
606609
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -673,7 +676,10 @@
673676
"-DFOLLY_CFG_NO_COROUTINES=1",
674677
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
675678
);
676-
OTHER_LDFLAGS = "$(inherited) ";
679+
OTHER_LDFLAGS = (
680+
"$(inherited)",
681+
" ",
682+
);
677683
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
678684
SDKROOT = iphoneos;
679685
USE_HERMES = true;

example/ios/ReactNativeAntMediaExample.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

example/ios/ReactNativeAntMediaExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)