Skip to content

Commit 4635e66

Browse files
committed
fix ci
1 parent 62e2466 commit 4635e66

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

example/iosApp/project.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ targets:
1515
TARGETED_DEVICE_FAMILY: "1,2"
1616
ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon"
1717
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME: "LaunchImage"
18-
ENABLE_BITCODE: "NO"
1918
DEVELOPMENT_TEAM: "32VR5PEEGQ"
2019
ONLY_ACTIVE_ARCH: "NO"
21-
VALID_ARCHS: "arm64"
20+
VALID_ARCHS: "arm64 arm64e x86_64"

example/macApp/project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ targets:
1313
FRAMEWORK_SEARCH_PATHS: "$(inherited)"
1414
CLANG_WARN_DOCUMENTATION_COMMENTS: "NO"
1515
ASSETCATALOG_COMPILER_APPICON_NAME: "AppIcon"
16+
ONLY_ACTIVE_ARCH: "NO"
17+
VALID_ARCHS: "arm64 x86_64"

scripts/build_mac_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pushd example/macApp
88
xcodebuild -workspace macApp.xcworkspace \
99
-scheme macApp \
1010
-sdk macosx \
11-
-configuration Debug
11+
-configuration Debug ARCHS="x86_64" ONLY_ACTIVE_ARCH=NO
1212
popd

scripts/setup_apple.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
./gradlew :kmp-webrtc:podPublishReleaseXCFramework
5+
./gradlew :kmp-webrtc:podspec :kmp-webrtc:generateDummyFramework :kmp-webrtc:podPublishReleaseXCFramework
66

77
pushd example/iosApp
88
xcodegen

0 commit comments

Comments
 (0)